Displaying 1 result from an estimated 1 matches for "gdh_test".
Did you mean:
do_test
2009 Oct 19
3
simple steps with sieve
...cube's UI to generate .dovecot.sieve files.
We use winbind + LDAP lookups to do some exotic mail rewriting...
ultimately user.name at domain.com gets rewritten to 'ar-cloh at localhost',
and in /home/AD/ar-cloh/.dovecot.sieve there is only this:
require ["vacation"];
# rule:[gdh_test]
if anyof (header :contains "Subject" "test")
{
vacation "test away";
}
When I send an email to the user, I see this in the mail.log
Oct 19 15:39:43 ar-smtp-1 dovecot: deliver(ar-cloh): sieve:
msgid=<1255963176.14420.31.camel at gdh-work>: discarding va...