[
https://issues.apache.org/jira/browse/WHIMSY-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved WHIMSY-168.
-------------------------
Resolution: Fixed
The following commit seems to have fixed many of the issues:
commit 42f88137f2d80a4d1c56ba5a9132e2063d1f4f42
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 20 23:02:06 2017 +0000
WHIMSY-168 Mail address matching does not take case into account
Fix mail parsing/matching
---
lib/whimsy/asf/mlist.rb | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
> Mail address matching does not take case into account
> -----------------------------------------------------
>
> Key: WHIMSY-168
> URL: https://issues.apache.org/jira/browse/WHIMSY-168
> Project: Whimsy
> Issue Type: Bug
> Reporter: Sebb
> Assignee: Sebb
>
> In theory, the local part of an email address is case-significant whilst the
> hostname part as case-blind.
> In practice, many email systems don't distinguish names which differ only by
> case (and the RFC recommends against doing so). Whimsy should ignore case
> when matching email addresses.
> However it would be useful to return the actual case used where the email
> addresses are displayed.
> In the case of email list names, these should always be displayed as
> lower-case.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)