[Koha-bugs] [Bug 31522] New: Koha::Email does not like non-ASCII in name part of email address

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 6 16:28:58 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31522

            Bug ID: 31522
           Summary: Koha::Email does not like non-ASCII in name part of
                    email address
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

Trying to use address like 'Michèlle <ascii at email.com>' makes Koha::Email raise
an exception.
This comes from Email::Valid and provides the following reason:
rfc822
Replacing the è with e resolves the check.

Note that this RFC was already obsoleted in ... 2001 !

Is this normal, major or ?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list