Re: [exim] Filter apparently being ignored in exim4.43.

Top Page
Delete this message
Reply to this message
Author: Peter Bowyer
Date:  
To: exim-users
Subject: Re: [exim] Filter apparently being ignored in exim4.43.
Bevis King <brwk@???> wrote:

>> I've just upgraded from exim 3 to exim 4 (yeah, I know I'm a bit
>> behind
>> the times) and it all seems to be working apart from the fact that
>> exim
>> appears to be ignoring my filter file - allow_filter is set!.


From your .forward file:

if $h_to matches "xenanet-l@???" then
save $home/.maildir/.Lists.XenaNet/

Headr variables need a trailing colon - $h_to: etc. If you leave out the
colon, the space after the variable name is added to the expansion result,
so it doesn't match any more.

Peter