On Tue, 26 Jun 2007 08:01:46 +0200 (CEST), "zbigniew szalbot"
<[EMAIL PROTECTED]> wrote:

>Hello,
>
>I am new to SA but hope you will be able to guide me.
>
>I have in my local.cf the following line:
>add_header all Status _YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTS_
>autolearn=_AUTOLEARN_ version=_VERSION_
>
>exim's log shows this:
>Jun 26 07:54:23 szalbot spamd[738]: spamd: connection from
>localhost.homedns.org [127.0.0.1] at port 56486
>Jun 26 07:54:23 szalbot spamd[738]: spamd: setuid to spamd succeeded
>Jun 26 07:54:23 szalbot spamd[738]: spamd: checking message
><[EMAIL PROTECTED]> for spamd:58
>Jun 26 07:54:28 szalbot spamd[738]: spamd: clean message (0.0/5.0) for
>spamd:58 in 5.4 seconds, 47392 bytes.
>Jun 26 07:54:28 szalbot spamd[738]: spamd: result: . 0 -
>HTML_MESSAGE,SPF_PASS
>scantime=5.4,size=47392,user=spamd,uid=58,required_score=5.0,rhost=localhost.homedns.org,raddr=127.0.0.1,rport=56486,mid=<[EMAIL
> PROTECTED]>,autolearn=ham
>
>and yet SA does not add any headers to the emails. What am I missing?
>Thank you in advance!
>
>Zbignie Szalbot


I have the following that does show headers. I don't know if exim will
be suppressing them on your setup.

>required_score         5
>rbl_timeout            15
>rewrite_header subject [SPAM]
>fold_headers 1
>skip_rbl_checks        0
>report_safe 1
>dns_available yes
>
>#Headers
>add_header spam Flag _YESNOCAPS_
>add_header all Status _YESNO_, score=_SCORE_ required=_REQD_ 
>tests=_TESTSSCORES_ autolearn=_AUTOLEARN_ version=_VERSION_
>add_header all Level _STARS(*)_
>add_header all Checker-Version SpamAssassin _VERSION_ (_SUBVERSION_) on 
>_HOSTNAME_
>add_header all RBLReport _RBL_

HTH

Nigel

Reply via email to