From: Joe Quinn [mailto:jqu...@pccc.com]
Sent: 02 November 2015 17:13
To: users@spamassassin.apache.org
Subject: Re: New rules..
On 11/2/2015 12:00 PM, Richard Mealing wrote:
Hi there,
Would this be the best list to talk about new rules for spamassassin?
I'm new here..
Thanks,
Rich
This would be an excellent place, yes. The more technical discussion for things
like bugs in eval rules will generally happen in dev@ but there can be some
overlap.
So I'm looking for something that would block this -
fastnet.co.uk.12056010.bob.jones885@vmta27.toprea...
I was thinking of just creating a rule to sort this out with something like -
^fastnet\.co\.uk.\d+..*@
header FROM_IS_FAKE_FASTNET From =~ /^fastnet\.co\.uk.\d+..*@/i
score FROM_IS_FAKE_FASTNET 1.0
describe FROM_IS_FAKE_FASTNET from contains fastnet.co.uk_something_@
But I wondered if there was a better way to do it. Would this work do you
think? Obviously this would only catch the items on my own domain, so it's not
a brilliant solution. I was wondering if anyone wrote something better.
Thanks,
Rich