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.