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. -- Jeremy -- ## List details at https://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/
