Jeff,

I am 99.9% certain that the trick we have done is to use the X-Spam-Level:
********* score in outlook.

Then you can filter in reverse order to sort the mail various levels.

X-Spam-Level: ***************
X-Spam-Level: **********
X-Spam-Level: *****

It took Richard's email to trigger the memory!

KAM


----- Original Message ----- 
From: "Richard Cooper" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 21, 2004 7:17 AM
Subject: RE: [Mimedefang] Is there a way to change "To:" header?


We use Outlook here (as you can tell by my top post:)) and we just add the
X-Spam-Score header if the spam threshold is crossed. I'm sure this is the
default behaviour in the sample filter and Outlook has not problems
filtering on it.

if ($hits >= $req) {
                action_change_header("X-Spam-Score", "$hits ($score)
$names");

> Our users have MS Outlook as the e-mail client, so they can't
> match on
> abitrary headers.  There are some political issues with changing the
> subject on false positives, especially when it is then
> replied to and the
> original sender sees we think they are a SPAMmer.

_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to