| Summary: | Koha::Email does not like non-ASCII in name part of email address | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Marcel de Rooy
2022-09-06 14:28:58 UTC
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 |