[ mailman-Bugs-805630 ] mail to foo-bar@ list languishes in maildir

SourceForge.net noreply at sourceforge.net
Sat Sep 13 11:03:08 EDT 2003


Bugs item #805630, was opened at 2003-09-13 11:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=805630&group_id=103

Category: mail delivery
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: John A. Martin (jamux)
Assigned to: Nobody/Anonymous (nobody)
Summary: mail to foo-bar@ list languishes in maildir 

Initial Comment:
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@?





----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=805630&group_id=103



More information about the Mailman-coders mailing list