diff options
Diffstat (limited to '')
| -rw-r--r-- | Mailman/Bouncers/Catchall.py | 2 |
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 |
