Auteur: Jeremy Harris Date: À: exim-users Sujet: Re: [exim] Is it possible to reject mail at transport?
On 01/16/2013 11:06 AM, soumya tr wrote: > Please let me know if its possible to reject mails at transport
> 'remote_smtp', by checking some header?
Exim isn't really designed that way. ACLs are the best place
to determine rejection, as the SMTP conversation is still open
(MAIL, RCPT or DATA acl; probably the latter in your case).
Routers are possible, but less good.