[Mailman-Developers] [ mailman-Patches-665569 ] make Postfix bounce detection work with newer postfix

SourceForge.net noreply at sourceforge.net
Fri Jan 10 01:33:45 EST 2003


Patches item #665569, was opened at 2003-01-10 17:33
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=665569&group_id=103

Category: bounce processing
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: James Henstridge (jhenstridge)
Assigned to: Nobody/Anonymous (nobody)
Summary: make Postfix bounce detection work with newer postfix

Initial Comment:
Mailman does not recognise bounce messages from newer
versions of Postfix.  The content-type header on bounce
messages looks like this:

Content-Type: multipart/report;
report-type=delivery-status;
        boundary="2892E4C0CF.1042189077/quoll.daa.com.au"

Mailman only looks for bounce messages with type
multipart/mixed, so skips them.

The simple solution is to check for both content types
(which should allow mailman to continue to work with
old postfixes.

The attached patch is against 2.0.x (haven't upgraded
to MM2.1 yet), but the code is almost identical for 2.1
so the patch should be easy to apply.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=665569&group_id=103



More information about the Mailman-Developers mailing list