RE: [exim] Strange Filter Rejection

Top Page
Delete this message
Reply to this message
Author: GamCo - Gawie Marais
Date:  
To: 'Ian Eiloart', 'Marc Sherman'
CC: exim-users
Subject: RE: [exim] Strange Filter Rejection
Ah, ok... I'm still new to Exim... :)

At the top of my config file I have :-

system_filter = /usr/local/etc/exim/sa

This is the contents :-
----------------------------------------------------------------
if
    $h_X-Spam-Status: contains "Yes,"
        or
        "${if def:h_X-Spam-Flag {def}{undef}}" is "def"
then
    logfile /var/log/exim/spamlog
    logwrite "$tod_log \n\
              From: $h_From: \n\
              Subject: $h_Subject: \n\
              X-Spam-Status: $h_X-Spam-Status: \n\
              X-Spam-Flag: $h_X-Spam-Flag: \n\
              Sender: $sender_address"
        fail
    finish
endif
----------------------------------------------------------------




-----Original Message-----
From: Ian Eiloart [mailto:iane@sussex.ac.uk]
Sent: Wednesday, May 04, 2005 1:26 PM
To: GamCo - Gawie Marais; 'Marc Sherman'
Cc: exim-users@???
Subject: RE: [exim] Strange Filter Rejection



--On May 4, 2005 13:18:26 +0200 GamCo - Gawie Marais <gawie@???>
wrote:

> Hi
>
> I have included the ACL and rest of my config file. Hope that helps.
>


No, the System FILTER is what's required. Not the config file. Your config
file doesn't specify a location for the filter, so it must be in the
default location - whatever that is for your system.

> Regards
>
> Gawie Marais




--
Ian Eiloart
Servers Team
Sussex University ITS