Re: [exim] filtering question

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: Andreas Freyvogel
CC: exim-users
Subject: Re: [exim] filtering question
Andreas Freyvogel wrote:

First, please read the mailing list etiquette, esp.
http://www.exim.org/eximwiki/MailingListEtiquette#head-3eecd2d24196805f2f08fedc828108dd89aa37cb

> and the exim filter file would be something like this:
> if $h_subject begins /usr/local/exim/headers.txt


You can do something similar with

if ${lookup {$h_subject} nwildlsearch {/some/file} {yes}} is yes

Probably better do that in ACLs, so the message gets rejected instead of
dropped.