[Dovecot] Sieve Vacation Auto-Reply Exclusions

pod pod at herald.ox.ac.uk
Tue Jul 24 14:59:31 EEST 2007


>>>>> "BB" == Bruce Bodger <bbodger at 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 at example.com", "b at example.com"] {
  vacation;
}


More information about the dovecot mailing list