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

Etusivu
Poista viesti
Vastaa
Lähettäjä: Lumpp, Wolfgang
Päiväys:  
Vastaanottaja: exim-users
Aihe: AW: [Exim] Tuning SpamAssassin... (slightly OT)
Hi,

> Von: Michael Jakscht [mailto:jakscht@vit.de]
>
> 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...
>

System-filter?
if $h_X-Spam-Level: contains "*****"
# No. of * according to the min level you want to log
then
    logfile /var/log/spamlog
    logwrite "$tod_log $sender_address $h_X-Spam-Status"
    unseen
endif


Regards
Wolfgang