Tom Allison wrote: > > 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.
Well, I used 5 in that example but I use 8 on some accounts and 10 on others. I added the rule for 14 on spam-flag because I noticed a lot of 100% guarenteed spam was 14.1-14.5 and 15 let it slide. Basically I want it to let all below my threshold come trough untouched, from threshold to 14 mark it as possible spam and 14+ junk it. ------------------------------------------------------- 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