Excellent, thanx !
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magnus Holmgren Sent: 09 October 2006 08:55 To: [email protected] Subject: Re: [exim] Excluding Hosts from ACL's On Monday 09 October 2006 08:45, GamCo - Maillist took the opportunity to say: > If I have a rule like > > deny message = REJECTED - No Subject or Body > > !condition = ${if def:h_Subject:} > > condition = ${if <{$body_linecount}{1}{true}{false}} > > How can I exclude hosts ? Hence, when mail comes from IP address > 10.0.0.x or 10.0.0.y, then ignore this rule, else, apply to all. hosts = ! 10.0.0.0/24 -- Magnus Holmgren [EMAIL PROTECTED] (No Cc of list mail needed, thanks) -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
