[Mailman-Developers] [ 805630 ] Mail to foo-bar list languishes in maildir

John A. Martin jam at jamux.com
Sat Sep 13 11:24:15 EDT 2003


Mail to a list with a hyphen in its name languishes forever in
qfiles/maildir. The culprit might be in MaildirRunner.py

,----[ MaildirRunner.py lines 65-74 ]
# We only care about the listname and the subq as in listname@ or 
# listname-request@ 
lre = re.compile(r""" 
 ^                        # start of string 
 (?P<listname>[^-@]+)     # listname@ or listname-subq@ 
 (?:                      # non-grouping 
   -                      # dash separator 
   (?P<subq>[^-+@]+)      # everything up to + or - or @ 
 )?                       # if it exists 
 """, re.VERBOSE | re.IGNORECASE) 
`----

How about list-name@?

        jam

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 154 bytes
Desc: not available
Url : http://mail.python.org/pipermail/mailman-developers/attachments/20030913/a23cf8dd/attachment.bin


More information about the Mailman-Developers mailing list