I am trying to follow this interesting thread - can someone tell me what "FP" means?
__________________ "Perhaps sleep did not evolve. Perhaps it was the thing from which wakefulness emerged.” -- Matthew Walker, Sleep Scientist On Jan 19, 2018 12:02 AM, "Pedro David Marco" <pedrod_ma...@yahoo.com> wrote: > > > >!~ matches are dangerous because they match by default if you > >don't anticipate all the legitimate formats. The above will FP on a > >simple email address. It could be rewritten as a __FROM_DOMAINS_MATCH > >and used in a meta rule. > > fool me, your are right, RW, thanks... > > >It's also not a complete solution as it doesn't handle third-level > >domains correctly e.g. in > > > >"supp...@paypal.co.uk" <jkhj...@bogus.co.uk> > > > >"co" will match "co". This is why it's probably best to do it in perl > >where the tlds from 20_aux_tlds.cf can be used. > > you are right as well... but his problem is hard to solve becasue > subdomains can be almost unlimited > and even worse... domains can be different but valid, outlook.com and > hotmail.com for example. > > > > > >