aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Bouncers
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-02-15 17:35:23 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-02-15 17:35:23 +0900
commit593d91698db3fa9dd99b64f2973ee14947dd4782 (patch)
tree00fa54270be0043ccb74614df7321816c6facc76 /Mailman/Bouncers
parentee5b57e4bc8fdca687cbc04a1338941941f29b1d (diff)
parentc78ea26f8f04cd2e3d2cf231736bcc95ec8cccd5 (diff)
downloadmailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.tar.gz
mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.tar.xz
mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.zip
Merge lp:mailman/2.1 up to 1691
Diffstat (limited to 'Mailman/Bouncers')
-rw-r--r--Mailman/Bouncers/SimpleMatch.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/Bouncers/SimpleMatch.py b/Mailman/Bouncers/SimpleMatch.py
index 2aa082a2..e84d2255 100644
--- a/Mailman/Bouncers/SimpleMatch.py
+++ b/Mailman/Bouncers/SimpleMatch.py
@@ -188,6 +188,10 @@ PATTERNS = [
(_c('A message that you sent was rejected'),
_c('This is a copy of your message'),
_c('\s(?P<addr>[^\s@]+@[^\s@]+)')),
+ # MailEnable
+ (_c('Message could not be delivered to some recipients.'),
+ _c('Message headers follow'),
+ _c('Recipient: \[SMTP:(?P<addr>[^\s@]+@[^\s@]+)\]')),
# Next one goes here...
]