Displaying 2 results from an estimated 2 matches for "odpowiedz".
2010 Feb 15
1
dovecot-sieve vacation vs qmail-ldap
...sieve:
msgid=unspecified: stored mail into mailbox 'INBOX'
thebe.org is the hostname of the machine, oryginal recipient address
has other domain
.dovecot.sieve file looks like this
require ["vacation"];
#autoresponder
vacation
:days 1
:subject "Auto Reply / Odpowiedz automatyczna"
"aaaaaaaaaaaaaaaaaaaaa";
I did experiments with :addresses ["*"] without any luck.
deliver only gets user and HOME directory form env variables provided
by qmail, so it's unaware of the target email address.
How to fix it ?
I was thinking about delive...
2006 Mar 08
3
attribute or instance method or what?
Hi!
Uhm are attributes just something like additional members of a class,
other than those that come from the names of columns in the table?
I''ve got images table, which has ''name'' column. I''ve added support for
creating thumbnails out of uploaded pictures and i''d like to have an
easy way of accessing them in my views.
How to do it? I.e. my image