https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41025
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from David Cook <[email protected]> --- Hmm, technically I think that Tomas might be wrong to raise a bug for the email library. A valid email address is just a localpart@domain where domain can be a domain name or an IP address. As noted in this patch, the domain could be localhost. It could be a computer name, it could be an internal domain of some other type. I think there's a difference between a valid email address and an existing email address. That said, it could be worthwhile adding some extra validation at the Koha level. Rather than hard-coding localhost, we might want to have a syspref to allow admins to add additional local domains. While it seems unlikely for most real world scenarios I can think of off the top of my head, it is possible for special/edge cases. -- You are receiving this mail because: 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/
