On Tue, Mar 03, 2020 at 02:36:54PM +0100, Sławomir Dworaczek via Exim-users 
wrote:
> i use wxim with mysql and rule for vacation
> uservacation:
>     driver = accept
>     domains = ${lookup mysql{SELECT domains.fqdn AS domain FROM 
> domains,mailboxes,vacations WHERE \
>                    vacations.active=1 AND \
[...]
>                    domains.fqdn='${quote_mysql:$domain}'}}
> 
> it's possible add start date and end date autoreply ?
> eg. if current date > startdate and current date < stopdate 

 Use for comparison variables $tod_epoch and/or $tod_zulu,
 and similarly formatted fields in mysql database.
-- 
 Eugene Berdnikov

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to