Dark Alchemist wrote:
if hits <= 5 do not touch
if hits >5 and hits < 15 tag as possible spam
if hits > 15 its spam now shove it in the garbage can of /dev/null


Can that be done and if so how?

Thanks.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk
I believe that the default rule is:

score < 5.0 -- OK
score >= 5.0 -- spam

You use <=5.0 as OK. Assuming that you do not want to do that and really mean <5.0 == OK then it's...


EASY!!!

:0
*^X-Spam-Flag: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
/dev/null

I _think_ that fifteen "*"'s equal a score of 15.0 or greater.
You could also do it with procmail scoring, but I am not as certain of that one...

--
If you would understand your own age, read the works of fiction produced
in it. People in disguise speak freely.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to