From b2c4b6401de89f675977bd8ef9f1607e1647ef1b Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sat, 4 Aug 2001 05:46:22 +0000 Subject: Extend the address-cre for "failed addresses follow:" to match simple_04.txt --- Mailman/Bouncers/SimpleMatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Bouncers/SimpleMatch.py b/Mailman/Bouncers/SimpleMatch.py index dfb434033..c0c2bbc3b 100644 --- a/Mailman/Bouncers/SimpleMatch.py +++ b/Mailman/Bouncers/SimpleMatch.py @@ -53,7 +53,7 @@ patterns = [ # Smail (_c('failed addresses follow:'), _c('message text follows:'), - _c('<(?P[^>]*)>')), + _c('<(?P[^>]*)>|\s*(?P\S+@\S+)')), # newmail.ru (_c('This is the machine generated message from mail service.'), _c('--- Below the next line is a copy of the message.'), -- cgit v1.3.1