http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15482 Bug ID: 15482 Summary: Koha does not like the full-width commercial character in an email address Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Funny bug, really happened: Put @ (full-width commercial; U+FF20) in a patron email address. And see that Letters.pm does not like it. The address will not be accepted, no mail sent. The address appeared to be copied from a page where the full-width character is used to discourage spammers. For the solution two directions immediately come up: Left: Change it where we edit it. Right: But suppose that we like the anti-spam effect of it (although this is actually minimal of course), we could do a replace in Letters.pm (and maybe some more places where we directly send an email). Your opinion is welcome. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.