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 ?
Tomas: Please have a look
See also opac/opac-sendbasket.pl: my $email_replyto = $patron->firstname . " " . $patron->surname . " <$user_email>";
We don't use Email::Valid anymore, this one being on of the reasons.
(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
I tried to make it backportable. But eventually lost track of things.
Confirming that the problem is resolved under master. Closing