Hi Mark,
I'm using SpamAssassin from mimedefang.

I think I can include such header from my milter filter.

Many thanks for the details
Oliver

Mark Sapiro wrote:
> 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: ******".
>
>   

-- 
Oliver Schulze L.
<[EMAIL PROTECTED]>

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