-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.17, 3.11.10
-
MOODLE_311_STABLE, MOODLE_39_STABLE
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
Much like https://tracker.moodle.org/browse/MDL-64385 where the checking of case for allowemailaddresses was fixed, it looks like allowedemaildomains has the same issue. Currently, you would have to add each possible variation to the domain to make sure it sends as that user, ie: domain.com, DOMAIN.com, Domain.com, dOmain.com and so forth. Otherwise, it sends as the noreply user.
Per the following RFC, domain names are case insensitive:
RFC 1035, section 3.1 (https://tools.ietf.org/html/rfc1035),
"Name servers and resolvers must compare [domains] in a case-insensitive manner"