John Horne wrote: > I noticed a frozen bounce in our mail queue for a message which seems to > have come from (envelope sender) > '[email protected]'. > > As far as I can tell, the '.@' part of the address is invalid according > to RFC2822. So why did exim accept it if it is syntactically invalid?
The more appropriate question to ask is why would exim not deny a non existing email address at smtp connect? That way the least bandwidth will be (ab)used. But the answer for both is because it has not been configured to do so. Either by whoever installed it or maybe it's by default. You can find out in the manual, http://www.exim.org/index.html, how to tell exim to refuse non existing addresses and/or syntactically incorrect addresses. Greetings, Jeroen -- ## 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/
