Re: [exim] Exim 4.90 RC1 uploaded

Top Page
Delete this message
Reply to this message
Author: Torsten Tributh
Date:  
To: exim-users
Subject: Re: [exim] Exim 4.90 RC1 uploaded

Am 27.10.2017 um 00:09 schrieb Jeremy Harris:
> There will be further RC builds before 4.90 is released.
> Both feature-additions and bug-fixes are acceptable for
> the forthcoming RC2.
>
> Please report issues here in the exim-dev or
> exim-users mailinglist, or by raising bugs
> on http://bugs.exim/org
> - --
> Cheers,
> Jeremy


Feature Request:
I am looking for a way to disable rejectlog writing of all headers for a
single mail in an ACL

There is only the global variable: write_rejectlog

For special Spam-Mails which are coming very often from different
sources, the headers are not longer needed.



Simple Sample:

acl_check_data:
drop  log_message = Spam not needed with all headers in rejectlog
        condition = ${if match{$message_body}{\NThe best viagra in
town\N}{yes}{no}}
    no_rejectlog_headers


Could it be possible to put a flag or condition
in the ACL, like in the sample above to disable the
writing of all headers to the rejectlog?

Regards
    Torsten