Joyce, Wesley K. wrote: > >Yes I do, but am I correct in thinking the bounce processing isn't going to >happen because postfix is killing the session from mailman before it completes?
I suspect you are correct in this. It depends on what SMTPDirect sees in the return from the SMTP transaction, but the smtp-failure log messages seem to say it just sees the connection loss. You could try setting VERP_DELIVERY_INTERVAL = 1 in mm_cfg.py. This will cause each user's delivery to be a separate SMTP transaction with only one recipient which may avoid the 421 errors and will return the 550 errors for most if not all the bad addresses. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
