summaryrefslogtreecommitdiff
path: root/src/mailman/bouncers/qmail.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/bouncers/qmail.py')
-rw-r--r--src/mailman/bouncers/qmail.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/bouncers/qmail.py b/src/mailman/bouncers/qmail.py
index 94ea33181..a8063aa46 100644
--- a/src/mailman/bouncers/qmail.py
+++ b/src/mailman/bouncers/qmail.py
@@ -45,11 +45,12 @@ from mailman.interfaces.bounce import IBounceDetector
# Other (non-standard?) intros have been observed in the wild.
introtags = [
- 'Hi. This is the',
"We're sorry. There's a problem",
'Check your send e-mail address.',
+ 'Hi. The MTA program at',
+ 'Hi. This is the',
'This is the mail delivery agent at',
- 'Unfortunately, your mail was not delivered'
+ 'Unfortunately, your mail was not delivered',
]
acre = re.compile(r'<(?P<addr>[^>]*)>:')