summaryrefslogtreecommitdiff
path: root/Mailman/Bouncers/Qmail.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Bouncers/Qmail.py')
-rw-r--r--Mailman/Bouncers/Qmail.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Bouncers/Qmail.py b/Mailman/Bouncers/Qmail.py
index 72a67db2b..daa1b48dc 100644
--- a/Mailman/Bouncers/Qmail.py
+++ b/Mailman/Bouncers/Qmail.py
@@ -34,7 +34,8 @@ introtags = [
'Hi. This is the',
"We're sorry. There's a problem",
'Check your send e-mail address.',
- 'This is the mail delivery agent at'
+ 'This is the mail delivery agent at',
+ 'Unfortunately, your mail was not delivered'
]
acre = re.compile(r'<(?P<addr>[^>]*)>:')