[EMAIL PROTECTED] schrieb:
> + if (spfData.getSenderDomain().indexOf('.') < 0) {
> + throw new NoneException("Sender domain
> "+spfData.getSenderDomain()+" is not an FQDN.");
> + }
> +
>
Should we use a "better" regex for FQDN detection ?bye Norman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
