Re: [Exim] Bitbucket Filtering?

Top Page
Delete this message
Reply to this message
Author: John Burnham
Date:  
To: JM Turner, exim-users
Subject: Re: [Exim] Bitbucket Filtering?
JM Turner wrote:
> I think I'm doing everything right. Anyone have any suggestions?
>
>             if $1 is above "9" then
>                 headers add "X-OC-Spam: Red"
>                 headers add "X-OC-Spam: Yellow"
>                 headers add "Subject: Red Spam -- $h_Subject"
> #               pipe "/etc/exim/redspamcount 1.1"
> #               save /dev/null
>                 logfile /var/log/spam/spamlog
>                 logwrite "$1.$2"
>                 unseen finish
>             endif


You could try changing that unseen finish into a seen finish.
John