Re: [Exim] Tuning SpamAssassin... (slightly OT)

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Michael Jakscht
CC: exim-users
Subject: Re: [Exim] Tuning SpamAssassin... (slightly OT)
Michael Jakscht wrote:
> Hi,
>
> is it possible with exim 4.14 with exiscan 4.14-26 to get exiscan or
> spamassassin to write out the spam-score of *every* message into a file??
> I think of this possibility because of the ability to tune to the
> required_hits - score...
>
> Hope someone has an idea...


Hm, maybe by using a system-filter?

logfile /tmp/spamassassion.log
logwrite "$tod_log $message_id ${quote:$h_subject} - $h_x-spam-score:"

Nico