------------------------------------------------------------
revno: 993
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Thu 2007-10-04 18:40:13 -0700
message:
  /cygdrive/c/MM_bzr/log.txt
modified:
  Mailman/Queue/MaildirRunner.py*

=== modified file 'Mailman/Queue/MaildirRunner.py' (properties changed)
--- a/Mailman/Queue/MaildirRunner.py    2005-08-27 01:40:17 +0000
+++ b/Mailman/Queue/MaildirRunner.py    2007-10-05 01:40:13 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2002 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2007 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.
 
 """Maildir pre-queue runner.
 
@@ -66,11 +67,22 @@
 # listname-request@
 lre = re.compile(r"""
  ^                        # start of string
- (?P<listname>[EMAIL PROTECTED])     # listname@ or listname-subq@
+ (?P<listname>[EMAIL PROTECTED])    # listname@ or listname-subq@ (non-greedy)
  (?:                      # non-grouping
    -                      # dash separator
-   (?P<subq>[EMAIL PROTECTED])      # everything up to + or - or @
+   (?P<subq>              # any known suffix
+     admin|
+     bounces|
+     confirm|
+     join|
+     leave|
+     owner|
+     request|
+     subscribe|
+     unsubscribe
+   )
  )?                       # if it exists
+ [EMAIL PROTECTED]                     # followed by + or @
  """, re.VERBOSE | re.IGNORECASE)
 
 



--

https://code.launchpad.net/~mailman-coders/mailman/2.1

You are receiving this branch notification because you are subscribed to it.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+subscription/mailman-checkins.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to