From 415f28f12f21b8e4ba0c86596c0d2d6dceb17ef0 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 20 Dec 2013 15:45:28 -0800 Subject: Added recognition for a kundenserver.de warning to simplewarning.py --- Mailman/Bouncers/SimpleWarning.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Mailman') diff --git a/Mailman/Bouncers/SimpleWarning.py b/Mailman/Bouncers/SimpleWarning.py index ab8d6aa2..4f5958ea 100644 --- a/Mailman/Bouncers/SimpleWarning.py +++ b/Mailman/Bouncers/SimpleWarning.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2013 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 @@ -57,6 +57,10 @@ patterns = [ (_c('We will continue to try to deliver'), _c('.+'), _c('(?P.+)')), + # kundenserver.de + (_c('not yet been delivered'), + _c('No action is required on your part'), + _c(r'\s*\S+@[^>\s]+)>?\s*')), # Next one goes here... ] -- cgit v1.2.3