Question:
Using MxLookup on mailman in vbscript does (correctly ?) return no MX results for the following email address:
*dObrs4t0VE@www.brandonchecketts.com*
The problem with this is that the email address actually works, but I (perhaps incorrectly ?) presumed that all valid email hostnames are required to have at least one MX record.
I must admit that I don't exactly know how the SMTP server handles the delivery. Perhaps it automatically goes to the domain name (brandonchecketts.com) and uses the MX records found there?
The basic question in all of this is:
P.S. Have you considered implementing an email address regex validator (I am aware of VerifyRecipients, but I only want to use pattern syntax validation) into mailman that handles RFC822, RFC5321 or RFC5322 (that would be much appreciated if possible)?
Notice: This is a repost since it got lost in the recent db restore event.