You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Jim Knuth <jk...@jkart.de> on 2005/06/22 16:10:37 UTC

PRIORITY_NO_NAME

Hello @all ,

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


-- 
Viele Grüße, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
 PGP Fingerprint: 
 54C9 1A46 D3B2 95B6 454D 
 74FA AC73 773E 1F78 066F
----------
Zufalls-Zitat
----------
Gary Lineker: "Fußball ist ein Spiel von 22 Leuten, die
rumlaufen, den Ball spielen, und einem Schiedsrichter, der eine
Reihe dummer Fehler macht, und am Ende gewinnt immer
Deutschland."
----------
Der Text hat nichts mit dem Empfänger der Mail zu tun
----------
    
Virus free. Checked by NOD32 Version 1.1150 Update 21.06.2005


Re: PRIORITY_NO_NAME

Posted by Jim Knuth <jk...@jkart.de>.
Hallo und guten Tag Matt,

Heute (am 22.06.2005 - 16:21 Uhr)
   schriebst Du: 

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



thanx. That`s really very much simple ;)


-- 
Viele Grüße, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
 PGP Fingerprint: 
 54C9 1A46 D3B2 95B6 454D 
 74FA AC73 773E 1F78 066F
----------
Zufalls-Zitat
----------
Aus Murphy's Gesetze: Bei jedem Ereignis kommen die Zuschauer,
deren Plätze am weitesten vom Durchgang entfernt sind, zuletzt.
----------
Der Text hat nichts mit dem Empfänger der Mail zu tun
----------
    
Virus free. Checked by NOD32 Version 1.1150 Update 21.06.2005


Re: PRIORITY_NO_NAME

Posted by Matt Kettler <mk...@comcast.net>.
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