[prev in list] [next in list] [prev in thread] [next in thread] 

List:       exim-users
Subject:    Re: [exim] Error: maximum allowed line length is 998 octets, got 76
From:       Graeme Fowler via Exim-users <exim-users () exim ! org>
Date:       2017-10-03 12:55:26
Message-ID: A63D1471-B5C6-4641-ACC7-6CF6D632518B () graemef ! net
[Download RAW message or body]

On 1 Oct 2017, at 21:55, QuaquaraquĆ  via Exim-users <exim-users@exim.org> wrote:
> I tried your suggestion of swapping the two parts. Nevertheless I still obtain the \
> same behaviour: every message is always rejected with an error about the maximum \
> allowed length.

Your config, edited for readability:

deny condition = ${if > {$max_received_linelength}{998}}
deny message   = maximum allowed line length is 998 octets, got \
$max_received_linelength

That's two separate, distinct deny verbs. You only need one:

deny condition = ${if > {$max_received_linelength}{998}}
     message   = maximum allowed line length is 998 octets, got \
$max_received_linelength

Graeme
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic