Want a rule to look at specific header

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Is it possible to create a rule that does

IF header = "X-Spam-Score"
THEN
IF header contains "***"
THEN move message to spam-folder
ELSE stop processing rules
ELSE process next rule

I've tried to do this, and have spent some time with Google also,
without success. The immediate need is with Outlook XP, but I'd like
a more general solution (or "it can't be done") for other versions.
Exchange is not being used at all.

Thanks,
Jim
 
I've tried to do this, and have spent some time with Google also,
without success.

Sorry to follow up to my own post, but I re-thought how to search
Google, and came up with this:

http://www.mimedefang.org/node.php?id=33

Since we're using MIMEDefang to create the "X-Spam-Score" rule in the
first place, this solves my immediate problem.

But I will ask this: is anyone aware of a general-purpose "rule-
enhancer" add-on to Outlook?

Thanks,
Jim
 
Back
Top