Joseph Brennan wrote: > mail from:<> > 250 2.1.0 <>... Sender ok > rcpt to:<[EMAIL PROTECTED]> > 250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok > rcpt to:<[EMAIL PROTECTED]> > 550 5.1.1 <[EMAIL PROTECTED]>... User unknown
> Clearly it checks all the way to step 10 per recipient, in order to > see that the first address is good and the second address is unknown. Yes, but unfortunately, it does not convey this information to a milter. I would love to see the milter protocol reworked so that xxfi_rcptto gets passed the SMTP code that Sendmail would return in the absence of a milter. So the first RCPT callback would be passed an extra argument of "250" and the second would be passed "550". This would allow the milter to ignore recipient addresses that are known to fail. Unfortunately, I don't think the Sendmail folks are open to major changes like this; they seem to be concentrating on Sendmail X, and the 8.x series seem to be strictly in maintenance mode. :-( Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

