On Thu, Dec 26, 2002 at 11:04:12AM -0600, Mark Merner wrote:
> for a temporary fix I could comment out the spam15 level, but it should
> really be changed to something that checks for Status:Yes and 15 *. Let
> me know if this doesn't make any sense.

Well, it makes sense to me, but there's no bug in SA, it does what it's
supposed to do.  The bug is in your procmail code:

> :0:
> * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
> /var/mail/spam15

Take anything that gets a score of at least 15 and move it to the
spam15 folder.

> :0:
> * ^X-Spam-Status: Yes
> /var/mail/spam5

Take anything that SpamAssassin says is spam (hits >= required_hits)
and put it in the spam5 folder.

They're two different things.  If you want the first to hit when the
score is >= 15 _and_ SA says it's spam, add in the x-spam-status test
to the first rule.

-- 
Randomly Generated Tagline:
"... the overall impression is that the sex lives of most Americans are 
 about as exciting as a peanut-butter-and-jelly sandwich." - Time Magazine

Attachment: msg11469/pgp00000.pgp
Description: PGP signature

Reply via email to