> On Sat, Feb 28, 2004 at 07:01:45AM -0500, John Fleming wrote:
> > I only know of one way to tag - spam above a certain threshhold, e.g. 5.00.
> > Is there a way to tag score 5-10 with one label and scores >10 with another?
> > Thanks!  - John
>  
> What I do is tag the subject line with "[SA: _HITS_]". Then I can sort
> my caught-spam folders by score. Sorting into possibly/probably folders
> is via the X-Spam-Level header.
> 
> cheers
> rob c


Here is what I do in my .procmailrc.  It separates SPAM into three folders, 
based on a score of 3-3.99, 4-4.99, and 5+.  
This can probably be adapted to other clients as well, as long as they can 
filter on X-Spam-Level headers (which I believe Outlook can't).

# All mail tagged as spam (eg. with a score higher than the set threshold)
# is moved to the folder Mail\/SPAM\_Processing\/DetectedSPAM.
:0:
* ^X-Spam-Status: Yes
{
    :0:
    * ^X-Spam-Level: \*\*\*\*\*
    adsnspam\/DetectedSpam
    :0:
    * ^X-Spam-Level: \*\*\*\*
    adsnspam\/DetectedSpam4
    :0:
    adsnspam\/DetectedSpam3
}

Ragnar

Reply via email to