[ mailman-Bugs-778728 ] mm-handler: addresses are case-sensitive

SourceForge.net noreply at sourceforge.net
Mon Jul 28 11:14:36 EDT 2003


Bugs item #778728, was opened at 2003-07-28 04:00
Message generated for change (Comment added) made by ppsys
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=778728&group_id=103

Category: mail delivery
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: mm-handler: addresses are case-sensitive

Initial Comment:
A message to List-request at listhost (capitalized) causes
error message "Returned mail: List unknown":

> Your mail for List-request at listhost could not be sent:
> 	no list named "List" is known by listhost
<<snip>>


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

Comment By: Richard Barrett (ppsys)
Date: 2003-07-28 17:14

Message:
Logged In: YES 
user_id=75166

The Python version is see MM patch #644810 (not see MM patch
#64481); sorry for the typo

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

Comment By: Richard Barrett (ppsys)
Date: 2003-07-28 17:10

Message:
Logged In: YES 
user_id=75166

Changing line 200 of the mm-handler Perl script from:

    $list = $addr;

to read:

   $list = lc $addr;

will fix this problem.

mm-handler is an unsupported contribution and has other
potential
problems which can lead to mail loss.

There is an alernative Python implementation of this
approach which is more tightly integrated with MM and does
not have the same defects: see MM patch #64481

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

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



More information about the Mailman-coders mailing list