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

--- Comment #13 from Marcel de Rooy <[email protected]> ---
Changed the title to be a bit more generic.

To include this observation. is_valid decides that an email address is valid
when parse creates one or more Email::Address objects.
That is imo a wrong algorithm.

Do we really want to check multiple lines / addresses here in the first place?

The line "Name" <[email protected]> is parsed. The address is available via
object->address. But is_valid just looks at the count and says the line is
valid! So we are going to push the line to SMTP, but not the parsed address!
Does not work.

The confusion about localhost, non-FQDN etc. still lingers here too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to