Update of /cvsroot/mailman/mailman/Mailman/Bouncers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22869
Modified Files:
Tag: Release_2_1-maint
Postfix.py
Log Message:
[ 665569 ] make Postfix bounce detection work with newer postfix
TK: Being a postfix user myself, this patch looks reasonable.
Thanks to James Henstridge (jhenstridge).
Index: Postfix.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Bouncers/Postfix.py,v
retrieving revision 2.6.2.1
retrieving revision 2.6.2.2
diff -u -d -r2.6.2.1 -r2.6.2.2
--- Postfix.py 31 Mar 2003 21:49:40 -0000 2.6.2.1
+++ Postfix.py 16 Sep 2004 00:24:15 -0000 2.6.2.2
@@ -71,7 +71,7 @@
def process(msg):
- if msg.get_type() <> 'multipart/mixed':
+ if msg.get_type() not in ('multipart/mixed', 'multipart/report'):
return None
# We're looking for the plain/text subpart with a Content-Description: of
# `notification'.
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org