On Sat, 2013-02-02 at 19:26 +0200, Eliezer Croitoru wrote:
> I have specific mail address which I get messages couple times with a 
> basic pattern which I want to block.
> 
> I started reading:
> http://wiki.apache.org/spamassassin/WritingRules
> 
> And I would be very happy to get some notes and help about it.
> 
> - The mail is from specific mail address.
>
In that case something like this would work:

describe EC_BANNED_ADDRESS Mail from a spamming address
header   EC_BANNED_ADDRESS From =~ sender@spamming_address
score    EC_BANNED_ADDRESS 10.0

There's no point in writing rules against the message body when the mail
is all from an address that you know.


Martin



Reply via email to