Update of /cvsroot/mailman/mailman/Mailman/Bouncers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24159
Modified Files:
Tag: Release_2_1-maint
SimpleMatch.py
Log Message:
Add 'full mailbox' from Prodigy.net
Index: SimpleMatch.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Bouncers/SimpleMatch.py,v
retrieving revision 2.10.2.2
retrieving revision 2.10.2.3
diff -u -d -r2.10.2.2 -r2.10.2.3
--- SimpleMatch.py 27 Aug 2005 01:40:15 -0000 2.10.2.2
+++ SimpleMatch.py 9 Jan 2006 17:53:56 -0000 2.10.2.3
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2006 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
@@ -12,7 +12,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
"""Recognizes simple heuristically delimited bounces."""
@@ -74,6 +75,10 @@
(_c('This message was created automatically by mail delivery'),
_c('^---- START OF RETURNED MESSAGE ----'),
_c("addressed to '(?P<addr>[^']*)'")),
+ # Prodigy.net full mailbox
+ (_c("User's mailbox is full:"),
+ _c('Unable to deliver mail.'),
+ _c("User's mailbox is full:\s*<(?P<addr>.*)>.*$")),
# Next one goes here...
]
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org