sieve vacation message if ....

Stephan Bosch stephan at rename-it.nl
Fri Jun 23 15:46:21 EEST 2017



Op 21-6-2017 om 19:16 schreef lejeczek:
> hi fellas
>
> generic construct for(if possible): reply vacation message if address 
> is not from add1 at com1 add2 at com2
>
> would you share?

require "vacation";

if not address "from" ["add1 at com1", "add2 at com2"] {
     vacation "I am on vacation.";
}

Regards,

Stephan.


More information about the dovecot mailing list