Re: [exim] 4.96-RC1 issue

2022-06-01 Thread Laura Williamson via Exim-users
 bad internal_store_malloc request (2147483632 bytes) from string_catn 1167 I get this (now not with the many if contains in the filter file) 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 (2

Re: [exim] 4.96-RC1 issue

2022-05-28 Thread Jeremy Harris via Exim-users
On 24/05/2022 10:02, Laura Williamson via Exim-users wrote: in the central_filter, removing those delivers the message correctly, appears that there is an array that is not emptied after each message_body compare and therefore goobles up memory and fails when reaching 2gb? I'm thinking more i

Re: [exim] 4.96-RC1 issue

2022-05-28 Thread Jeremy Harris via Exim-users
On 24/05/2022 06:25, Laura Williamson via Exim-users wrote: willing to do some source code mods to try to solve this, are stuck with 4.94.2  now as 4.95 does the same. Please apply this patch, so we can tell which of the two possible places is detecting the odd alloc size: -- Cheers, JeremyFr

Re: [exim] 4.96-RC1 issue

2022-05-24 Thread Laura Williamson via Exim-users
we are having 100+ rules like these in the central_filter if $message_body: contains "blah blah" logfile /var/log/refuse.log logwrite "A1A32 $tod_log $original_domain $message_id $sender_address"   fail text "Mail has not been delivered as it is marked as spam. Check

Re: [exim] 4.96-RC1 issue

2022-05-23 Thread Laura Williamson via Exim-users
got this 07:14:36 27753  â°ââ(tainted) 07:14:36 27753  Condition is false: $message_body: contains Blah 07:14:36 27753   â­considering: $sender_address: 07:14:36 27753   âconsidering: : 07:14:36 27753   text: : 07:14:36 27753   âââexpanding: $sender_address: 07:14:36 27753   â

Re: [exim] 4.96-RC1 issue

2022-05-23 Thread Jeremy Harris via Exim-users
On 23/05/2022 16:04, Laura Williamson via Exim-users wrote: Have another one (in queue, undelivered) that I can test with. # exim -d+all -M 2>&1 | tee my_debug_log_file should get us debug for an attempt to deliver a message that is queued. With luck that will help locate where it's doing th

Re: [exim] 4.96-RC1 issue

2022-05-23 Thread Laura Williamson via Exim-users
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: con

Re: [exim] 4.96-RC1 issue

2022-05-23 Thread Laura Williamson via Exim-users
cannot reproduce it sorry as the mail has now been delivered to the users mailbox. Had the same issue with 4.95 (wrote about it last year). 4.94 no error, 4.95 + 4.96 same result. On 23/05/2022 15:36, Jeremy Harris via Exim-users wrote: On 23/05/2022 15:10, Laura Williamson via Exim-users wrot

Re: [exim] 4.96-RC1 issue

2022-05-23 Thread Jeremy Harris via Exim-users
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 l

[exim] 4.96-RC1 issue

2022-05-23 Thread Laura Williamson via Exim-users
Had this funny issue earlier bad memory allocation requested (2147483632 bytes) at string_catn 1167 using 4.94.2 the problem was gone and the mail was delivered. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the