summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-10-21 16:43:02 +0000
committerbwarsaw2002-10-21 16:43:02 +0000
commit2cf542ac27beec7b739767c22422038ab674a504 (patch)
tree62a4a26c99a661eb8e46f955d48250fac4e875a6
parent87a2b4032980b784a09ede605b273d9158f1d273 (diff)
downloadmailman-2cf542ac27beec7b739767c22422038ab674a504.tar.gz
mailman-2cf542ac27beec7b739767c22422038ab674a504.tar.zst
mailman-2cf542ac27beec7b739767c22422038ab674a504.zip
-rw-r--r--Mailman/Bouncers/Postfix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Bouncers/Postfix.py b/Mailman/Bouncers/Postfix.py
index d4a6aae61..fb1a1233f 100644
--- a/Mailman/Bouncers/Postfix.py
+++ b/Mailman/Bouncers/Postfix.py
@@ -42,7 +42,7 @@ def flatten(msg, leaves):
# are these heuristics correct or guaranteed?
-pcre = re.compile(r'\t\t\tthe\s*(bns)?\s*(postfix|keftamail)', re.IGNORECASE)
+pcre = re.compile(r'[ \t]*the\s*(bns)?\s*(postfix|keftamail)', re.IGNORECASE)
rcre = re.compile(r'failure reason:$', re.IGNORECASE)
acre = re.compile(r'<(?P<addr>[^>]*)>:')