Gerd Hoerst:
> question 1st : is it a good idea to reject any email which is not sent from a 
> domain  (means [email protected]) any other like [email protected] or 
> sub.sub.domain.tld is rejected ?
> 
> at least i tried with header checks in pcre
> 
> /^From:\.*@.*\.*\.*/    DISCARD NO SUBDOMAINS
> 
> but this seemd not to work..

This is a terrible idea, and you will lose a lot of legitimate mail.
‘Number of dots’ in a mail domain is simply not a spam signal.
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to