At 10:10 AM 6/22/2005, Jim Knuth wrote:
Hello @all ,

what means "tests=[PRIORITY_NO_NAME=X]" (X as example) in the
header exactly?

First, it means that SA matched the message against the PRIORITY_NO_NAME rule, and gave it x points as a result.

As for what PRIORITY_NON_NAME does, the describe line of the rule itself explains it best:

describe PRIORITY_NO_NAME Message has priority, but no X-Mailer/User-Agent

The literal rule is:

meta PRIORITY_NO_NAME ((__HAS_X_PRIORITY || __HAS_MSMAIL_PRI) && !__HAS_X_MAILER && !__IS_EXCH && !__USER_AGENT)

And the sub-rules used above are:

header __HAS_X_MAILER           exists:X-Mailer
header __IS_EXCH                X-MimeOLE =~ /Produced By Microsoft Exchange V/
header __HAS_X_PRIORITY         exists:X-Priority
header __USER_AGENT             exists:User-Agent
header   __HAS_MSMAIL_PRI       exists:X-MSMail-Priority


Reply via email to