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>[EMAIL PROTECTED]) # listname@ or listname-subq@
(?: # non-grouping
- # dash separator
(?P<subq>[EMAIL PROTECTED]) # everything up to + or - or @
)? # if it exists
""", re.VERBOSE | re.IGNORECASE)
`----
How about [EMAIL PROTECTED]
jam
pgp00000.pgp
Description: PGP signature
_______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
