[Bug 31522] New: Koha::Email does not like non-ASCII in name part of email address
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@lists.koha-community.org Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org Trying to use address like 'Michèlle <ascii@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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31522 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #1 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Tomas: Please have a look -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31522 --- Comment #2 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- See also opac/opac-sendbasket.pl: my $email_replyto = $patron->firstname . " " . $patron->surname . " <$user_email>"; -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31522 --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- We don't use Email::Valid anymore, this one being on of the reasons. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31522 --- Comment #4 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Tomás Cohen Arazi from comment #3)
We don't use Email::Valid anymore, this one being on of the reasons.
Cool. Normally I would have checked master but let me skip it one day :) This was 20.11 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31522 --- Comment #5 from Tomás Cohen Arazi <tomascohen@gmail.com> --- I tried to make it backportable. But eventually lost track of things. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31522 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Confirming that the problem is resolved under master. Closing -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31522 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org