24 Jul
2007
24 Jul
'07
2:59 p.m.
"BB" == Bruce Bodger <bbodger@bodcon.com> writes:
BB> The Dovecot Wiki is quite clear regarding its vacation auto-reply
BB> mechanism http://wiki.dovecot.org/LDA/Sieve and under what
BB> circumstances the automatic replies will NOT be sent. However, is
BB> it possible to manually add a list of envelope senders that the
BB> script will not respond to?
Beyond putting the vacation clause inside a conditional?
require ["envelope", "vacation"]; if not envelope :all :is "from" ["a@example.com", "b@example.com"] { vacation; }