Oliver Schulze L. wrote:
>
>The problem with this is that SpamAssassin does not provide a
>header like:
>x-spam-flag: yes
>instead, it provides a header like:
>x-spam-score: 5.2


I don't know about your Spamassassin, but in mine, I have these
defaults:

#X-Spam-Flag: YES
add_header spam Flag _YESNOCAPS_

#X-Spam-Level: *************
add_header all Level _STARS(*)_

from in my case /usr/share/spamassassin/10_misc.cf.

The first causes "X-Spam-Flag: YES" to be added to all 'spam' and the
second causes "X-Spam-Level: *************" to be added to all
messages where the actual number of stars is the integral part of the
score. E.g., a message with a score of 1.9 gets "X-Spam-Level: *" and
a message with a score of 6.3 gets "X-Spam-Level: ******".

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to