[Koha-bugs] [Bug 26067] New: Email validation of member based on MX record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 26 16:41:47 CEST 2020


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

            Bug ID: 26067
           Summary: Email validation of member based on MX record
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: amitddng135 at gmail.com
        QA Contact: testopia at bugs.koha-community.org

Currently we are checking Email validation of member (both Staff and OPAC
interface)based on the Email::Valid->address but we are not checking the MX
record of the domain name,

We have encountered the issue with one of our client while doing the email
validation through PatronSelfRegistration.

I am planning to add below code.

Email::Valid->address( -address => 'amitddng135 at gmail.com',  -mxcheck => 1 );
instead of  Email::Valid->address('amitddng135 at gmail.com');

Can you provide us your feedback. Should we do fix code through system
preference for ex: "EmailValidationMXrecord" or without system preference.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list