From bae4463d8d5ae5bf2d2cd48e7d08a76df15153ad Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 28 Feb 2001 21:39:53 +0000 Subject: pcre: SuSE 6.4 seems to have modified the bounce match line that all other Postfix installations use -- they removed the word "program" :( Now, we just search for "the postfix". --- Mailman/Bouncers/Postfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Bouncers/Postfix.py b/Mailman/Bouncers/Postfix.py index 1a261ab7e..6050a4170 100644 --- a/Mailman/Bouncers/Postfix.py +++ b/Mailman/Bouncers/Postfix.py @@ -33,7 +33,7 @@ def flatten(msg, leaves): # are these heuristics correct or guaranteed? -pcre = re.compile(r'\t\t\tthe postfix program$', re.IGNORECASE) +pcre = re.compile(r'\t\t\tthe postfix', re.IGNORECASE) rcre = re.compile(r'failure reason:$', re.IGNORECASE) acre = re.compile(r'<(?P[^>]*)>:') -- cgit v1.3.1