Brent Clark wrote:
> Hiya
> 
> Would anyone know how to defer mail from an address, but based on time 
> of the day.
> 
> Basically Ive been asked by management to defer all from gmail, facebook 
> etc, between 8 and 5pm.

acl_smtp_mail:
defer   sender_domains = gmail.com : facebook.com
        condition = ${if and {{<{${substr_12_2:$tod_log}}{17}} \
                        {>{${substr_12_2:$tod_log}}{8}}} {yes}{no}}

YMMV

Ian

--
Ian Freislich

-- 
## List details at http://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