[Wylug-help] SPAM filtering where From == To

Darren Menachem Drapkin darren.drapkin at ntlworld.com
Mon Aug 20 16:45:39 UTC 2012


On Friday 10 Aug 2012 11:14:44 Christopher McLean wrote: 
> or with standalone things like this:
> 
> http://spod.cx/blog/greylisting_with_exim_spamassassin.shtml
> 
For the ultimate in standalone have you tried an awk script?
something  like
/From:/{from=$0}
/To:/{to=$0}
{if(from == to ){print "from  addr equals to  addr" $0 "is being funny"}}

I have not tried this myself
--
Darren Drapkin



More information about the Wylug-help mailing list