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
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