Re: [exim] drop emails by subject - should be simple

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: Exim-users
Subject: Re: [exim] drop emails by subject - should be simple
On 30 Jul 2018, at 12:54, Gary Stainburn via Exim-users <exim-users@???> wrote:
> This is in acl_check_data along with my other anti-SPAM/Virus code


In that case, it's time to run in debug mode and see *why* it isn't matching.

If you can do it for real, start exim with '-d' and watch the log while it listens to an incoming test message.

If you can't do that, construct yourself an RFC5322 compliant message then pipe it into

    exim -d -bhc ip.add.re.ss


and see what comes out. I'll take a tilt at the message hitting an 'accept' clause earlier in the config!

Graeme