mail to foo-bar@ list languishes in maildir

Bug #265964 reported by Jamux
2
Affects Status Importance Assigned to Milestone
GNU Mailman
New
Medium
Unassigned

Bug Description

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

# 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@?

[http://sourceforge.net/tracker/index.php?func=detail&aid=805630&group_id=103&atid=100103]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.