From c78ea26f8f04cd2e3d2cf231736bcc95ec8cccd5 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 14 Feb 2017 22:30:03 -0800 Subject: Added recognition for a newly seen mailEnable bounce. --- Mailman/Bouncers/SimpleMatch.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Mailman/Bouncers/SimpleMatch.py') 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[^\s@]+@[^\s@]+)')), + # MailEnable + (_c('Message could not be delivered to some recipients.'), + _c('Message headers follow'), + _c('Recipient: \[SMTP:(?P[^\s@]+@[^\s@]+)\]')), # Next one goes here... ] -- cgit v1.2.3