]> gitweb.michael.orlitzky.com - email-validator.git/commit
src/Main.hs: support NULLMX (RFC7505)
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Apr 2024 00:07:38 +0000 (20:07 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Apr 2024 00:07:38 +0000 (20:07 -0400)
commit432089f7b63e96b6e15ad7895f0e4b6aa1a52efc
tree184a5a129d23f111c42a47809ee7fdc6afb9a26c
parent56e2bcb85bc0df2c40b62821e1a85dd01def5b20
src/Main.hs: support NULLMX (RFC7505)

We now reject NULLMX records, i.e. those that contain a single
dot. This is only a partial solution since we should be rejecting
these domains even if --accept-a was given.
src/Main.hs