diff options
| author | msapiro | 2006-06-11 20:23:31 +0000 |
|---|---|---|
| committer | msapiro | 2006-06-11 20:23:31 +0000 |
| commit | f2c48d46958e5454927f7252bf52d5dea39ed9ed (patch) | |
| tree | 3314eeb005db9d916dcbdf7d2d59417402f5f8fa /Mailman/Bouncers/Qmail.py | |
| parent | 509cc1d74ce23aa8b97cd745bb88823d603b30af (diff) | |
| download | mailman-f2c48d46958e5454927f7252bf52d5dea39ed9ed.tar.gz mailman-f2c48d46958e5454927f7252bf52d5dea39ed9ed.tar.zst mailman-f2c48d46958e5454927f7252bf52d5dea39ed9ed.zip | |
Diffstat (limited to 'Mailman/Bouncers/Qmail.py')
| -rw-r--r-- | Mailman/Bouncers/Qmail.py | 3 |
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>[^>]*)>:') |
