On 18 Nov 2009, at 10:53, mkp_71 wrote: > Anyone? How to reject empty return path, it's look like this:
You really do not want to reject an empty return path - that is a documented part of the SMTP spec and except in very specialised circumstances rejecting on this is a really bad idea. Earlier queries on the mailing list can be found here:- http://lists.exim.org/lurker/message/20080412.043718.680ed059.en.html If you really want to do this (and if its a publically accessible mail system then you should expect to get listed on http://rfc-ignorant.org/policy-dsn.php ) - then you need to use the sender ACL condition - see its description within http://docs.exim.org/current/spec_html/ch40.html#SECTaclconditions Nigel. -- [ Nigel Metheringham [email protected] ] [ - Comments in this message are my own and not ITO opinion/policy - ] -- ## List details at http://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/
