From a6ff8e611b314b145add34b43c278944957d8d5e Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 25 Dec 2011 09:25:47 -0800 Subject: Added recognition for another Qmail bounce. --- Mailman/Bouncers/Qmail.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 Mailman/Bouncers/Qmail.py (limited to 'Mailman/Bouncers') diff --git a/Mailman/Bouncers/Qmail.py b/Mailman/Bouncers/Qmail.py old mode 100644 new mode 100755 index 10da479b..6d742373 --- a/Mailman/Bouncers/Qmail.py +++ b/Mailman/Bouncers/Qmail.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2011 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -36,7 +36,8 @@ introtags = [ "We're sorry. There's a problem", 'Check your send e-mail address.', 'This is the mail delivery agent at', - 'Unfortunately, your mail was not delivered' + 'Unfortunately, your mail was not delivered', + 'Your mail message to the following', ] acre = re.compile(r'<(?P[^>]*)>:') -- cgit v1.2.3