On 07-07-2021 5:22 pm, Kevin N. wrote:Would reject an invalid host name such as "ho+st", but a valid hostname such as "host" would passreject_invalid_helo_hostnameWould reject a non fully-qualified hostname such as "host", but a fully-qualified one such as "host.domain.tld" would passreject_non_fqdn_helo_hostname
Thanks, that makes it more clear to me.