summaryrefslogtreecommitdiff
path: root/Mailman/Bouncers/Catchall.py
diff options
context:
space:
mode:
authorbwarsaw2000-08-07 02:34:33 +0000
committerbwarsaw2000-08-07 02:34:33 +0000
commit588e5a108e8ca269b697f60f603a1658c1804696 (patch)
treed5e239400345feedb24f1a9b274cd0655dd60c12 /Mailman/Bouncers/Catchall.py
parent1e55ee70bd386a61f2b923f1bce8f05eb8ef1d00 (diff)
downloadmailman-588e5a108e8ca269b697f60f603a1658c1804696.tar.gz
mailman-588e5a108e8ca269b697f60f603a1658c1804696.tar.zst
mailman-588e5a108e8ca269b697f60f603a1658c1804696.zip
process(): Accepting, and closing, SF bug #110535, by Dan Mick.
Diffstat (limited to '')
-rw-r--r--Mailman/Bouncers/Catchall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Bouncers/Catchall.py b/Mailman/Bouncers/Catchall.py
index 41c6ee437..56a56b71b 100644
--- a/Mailman/Bouncers/Catchall.py
+++ b/Mailman/Bouncers/Catchall.py
@@ -112,7 +112,7 @@ def process(msg):
# Patterns for cases where email addr is separate from error cue.
separate_cue_1 = re.compile(
- '^554 [^ ]+\.\.\. unknown mailer error.*$', re.I)
+ '^554 .+\.\.\. unknown mailer error.*$', re.I)
separate_addr_1 = regex.compile('expanded from: %s' % email_regexp)
message_grokked = 0