summaryrefslogtreecommitdiff
path: root/Mailman/Bouncers/Qmail.py
diff options
context:
space:
mode:
authormsapiro2006-06-11 20:23:31 +0000
committermsapiro2006-06-11 20:23:31 +0000
commitf2c48d46958e5454927f7252bf52d5dea39ed9ed (patch)
tree3314eeb005db9d916dcbdf7d2d59417402f5f8fa /Mailman/Bouncers/Qmail.py
parent509cc1d74ce23aa8b97cd745bb88823d603b30af (diff)
downloadmailman-f2c48d46958e5454927f7252bf52d5dea39ed9ed.tar.gz
mailman-f2c48d46958e5454927f7252bf52d5dea39ed9ed.tar.zst
mailman-f2c48d46958e5454927f7252bf52d5dea39ed9ed.zip
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>[^>]*)>:')