From: Michael Orlitzky Date: Thu, 25 Apr 2024 00:07:38 +0000 (-0400) Subject: src/Main.hs: support NULLMX (RFC7505) X-Git-Tag: 1.1.0~4 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=432089f7b63e96b6e15ad7895f0e4b6aa1a52efc;hp=432089f7b63e96b6e15ad7895f0e4b6aa1a52efc;p=email-validator.git 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. ---