SeattleServer.com wrote:
> 
> Run it through SA in the data ACL regardless.  Add a header to the message if 
> you want and/or set an ACL variable with the result.  Then decide whether to 
> accept or reject or filter it per-recipient in the router or whatever exim 
> hands the mail off to (maildrop, for instance).  You can use the ACL variable 
> in the routers.

You get the worst of both worlds, that way -- you're slowing down the 
SMTP transaction by scanning in the ACL, but then you accept the message 
and bounce if a user is listed as reject in the router. A message 
doesn't get processed by routers until after the SMTP transaction is 
complete, so a router reject will always result in a bounce.

- Marc

-- 
## 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/

Reply via email to