Re: [exim] 4.96-RC1 issue

Top Page
Delete this message
Reply to this message
Author: Laura Williamson
Date:  
To: exim-users
Subject: Re: [exim] 4.96-RC1 issue

Also triggers this error in the log

internal problem in central_filter router (recipient is hidden@hidden):
failure to transfer data from subprocess: status=0100 readerror='No such
file or directory'

(hidden is to not disclose user information). central_filter contains

if $message_body: contains "blah blah"
        then
         logfile /var/log/refuse.log
         logwrite "145 $tod_log $original_domain $message_id
$sender_address"
           fail text "DD1: Mail has not been delivered as it is marked
as spam. Check content and resend"
         seen finish
endif

which should not cause this issue. Have another one (in queue,
undelivered) that I can test with. Message is 27 mb (the other one
17mb). Seems to me that if the message is above  a certain size it
triggers this error


On 23/05/2022 15:36, Jeremy Harris via Exim-users wrote:
> On 23/05/2022 15:10, Laura Williamson via Exim-users wrote:
>> bad memory allocation requested (2147483632 bytes) at string_catn 1167
>
> Hmm.  That's 0x7fff fff0.
>
> There's two possible places for that log line to be generated.
> It'd help a lot to know which; I feel a little tweak coming on.
>
> Are you likely to be able to repeat this, do you think?