* Dan Roberts <[EMAIL PROTECTED]> [20031002 08:53]: wrote:
> Hi all -
> I have  been bussy settiing up the new version of Spamassassin 2.6 and
> it's utilities as suggested by the folks at peregrinehw.com.   The
> install seemed to go without a problem and I have not modified the
> default "local.cf"
> 
> I had been running Spamassassin 2.4 for quite a while with no trouble in
> connection with Sendmail.
> 
> Now, although the Spam point value is working and I only get modified
> subject line when it's over threshold, each and every message comes
> through with the following - this is actualy from my confirmation note
> to this list which had an X-Spam-Score of 0.3  (end cropped...)
> ---------
>     X-Spam-Report:
>                   Spam detection software, running on the system
> "roadrunner.jlazyh.com", has
>                   identified this incoming email as possible spam. The
> original message has been
>                   attached to this so you can view it ...
> ------------

It means that you have a global setting to add that report. Perhaps you
can adjust the intermediary program to add the header only if the score
is above the sitewide threshold?? I have no clue at all when it comes
to sendmail.

> I am now trying to get it working with Exim 4.24, but I doubt that this
> is something going on because of that.

Aha, with Exim-4.24+Exiscan+spamd, you get a value called $spam_score_int
set for all mail that is passed through spamd.
You can use that value to decide the report you want to add to the headers.

Something like


# Always add X-Spam-Flag, X-Spam-Score and X-Spam-Report headers, using SA system-wide
# settings (user "nobody"), if the message scores more than the system threshold (5.0)

warn  message        = X-Spam-Flag: Yes\n\
                       X-Spam-Score: $spam_score ($spam_bar)\n\
                       X-Spam-Report: $spam_report
      condition      = ${if >{$spam_score_int}{50}{1}{0}}
      spam           = nobody:true


> Hope someone out there can point me in the right direction.  Much
> appreciated.


You need to toss sendmail first ;)
Kidding. Just install Exim-4.24+exiscan-acl and then move to [EMAIL PROTECTED]
for help. You have to get SA working well first.



-Wash

-- 
Odhiambo Washington   <[EMAIL PROTECTED]>  "The box said 'Requires
Wananchi Online Ltd.  www.wananchi.com      Windows 95, NT, or better,'
Tel: +254 2 313985-9  +254 2 313922         so I installed FreeBSD."   
GSM: +254 72 743223   +254 733 744121       This sig is McQ!  :-)

"I can remember when a good politician had to be 75 percent ability and
25 percent actor, but I can well see the day when the reverse could be
true."
                -- Harry Truman


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to