diff options
| author | bwarsaw | 2001-08-04 05:46:22 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-08-04 05:46:22 +0000 |
| commit | b2c4b6401de89f675977bd8ef9f1607e1647ef1b (patch) | |
| tree | 62cb1ce328678fdd8e0c4860deb29069e2ee25f6 | |
| parent | 6ea9e3177d484b40953b334e68633b694a2581ae (diff) | |
| download | mailman-b2c4b6401de89f675977bd8ef9f1607e1647ef1b.tar.gz mailman-b2c4b6401de89f675977bd8ef9f1607e1647ef1b.tar.zst mailman-b2c4b6401de89f675977bd8ef9f1607e1647ef1b.zip | |
Extend the address-cre for "failed addresses follow:" to match
simple_04.txt
| -rw-r--r-- | Mailman/Bouncers/SimpleMatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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<addr>[^>]*)>')), + _c('<(?P<addr>[^>]*)>|\s*(?P<addr>\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.'), |
