"Mark Smith" wrote: > > > Now: > > Is there a way that I can get exim to drop ALL > > recipients of a message if ANY of the fake addresses are present. > > > > Just use DROP instead of DENY in your rcpt ACL.
You would have to use an ACL variable to remember that a fake address was a recipient and use deny or drop in your pre-data ACL. Drop in the rcpt ACL would just 5xx that recipient, but not the entire mail and the sending MTA (if it's an MTA) will retry later with the good recipients. Ian -- Ian Freislich -- ## 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/
