diff options
| author | twouters | 2003-03-12 17:40:10 +0000 |
|---|---|---|
| committer | twouters | 2003-03-12 17:40:10 +0000 |
| commit | af56b05e6868620ebc2a16937d681a16c733af43 (patch) | |
| tree | bb36355fbcd5fc5448ae5c09689cc573fd30ff10 /Mailman/Bouncers/SimpleMatch.py | |
| parent | 5d508724329ce286f3efc3ba8f49db40a768b713 (diff) | |
| download | mailman-af56b05e6868620ebc2a16937d681a16c733af43.tar.gz mailman-af56b05e6868620ebc2a16937d681a16c733af43.tar.zst mailman-af56b05e6868620ebc2a16937d681a16c733af43.zip | |
Diffstat (limited to 'Mailman/Bouncers/SimpleMatch.py')
| -rw-r--r-- | Mailman/Bouncers/SimpleMatch.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mailman/Bouncers/SimpleMatch.py b/Mailman/Bouncers/SimpleMatch.py index ccc8d6ed5..9cb0832b9 100644 --- a/Mailman/Bouncers/SimpleMatch.py +++ b/Mailman/Bouncers/SimpleMatch.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -70,6 +70,10 @@ PATTERNS = [ (_c('Undeliverable Address:\s*(?P<addr>.*)$'), _c('Original message attached'), _c('Undeliverable Address:\s*(?P<addr>.*)$')), + # Another demon.co.uk format + (_c('This message was created automatically by mail delivery'), + _c('^---- START OF RETURNED MESSAGE ----'), + _c("addressed to '(?P<addr>[^']*)'")), # Next one goes here... ] |
