[ mailman-Bugs-778728 ] mm-handler: addresses are case-sensitive
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@listhost (capitalized) causes error message "Returned mail: List unknown":
Your mail for List-request@listhost could not be sent: no list named "List" is known by listhost <<snip>>
---------------------------------------------------------------------- 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
participants (1)
-
SourceForge.net