I *think* what you are asking is, of you get mail to [EMAIL PROTECTED] you want it to be biased upward a bit, but mail to [EMAIL PROTECTED] won't be?
There is no convenient way you can multiply the spam scores to get them to hit harder on some accounts. But you can pretty trivially apply a fixed bias for some accounts, IF you trust the To: address. header MY_BIAS To =~ /[EMAIL PROTECTED]/i score MY_BIAS 2 describe MY_BIAS Give old accounts a helping hand toward spam Obviously this also makes it more likely that ham will FP as spam for those accounts, since this is kinda a "mini blacklist" for the accounts. So you will have to be really careful with the score to not lose legit mail to these accounts. You might be better off just trying to sharpen up the rules in general.. You can probably get things down to around 1 spam leaking thru for every 500 or so arriving. Loren