Jeremy Harris via Exim-users wrote on 09.11.2023 23:39:
> On 09/11/2023 21:18, Victor Ustugov via Exim-users wrote:
>> 2023-11-09 22:43:41 [36164] H=hostname.domain.tld [1.2.3.4]:17784
>> I=[5.6.7.8]:465 dropped by 'connect' ACLNULL
> 
> 
> I saw it doing that while fixing 3039 (post 4.97) - but
> the fix eliminated the logging call I was dealing with,
> so didn't follow that up.
> 
> Worth picking up eb09d0da1fb9 and trying your test again,
> just in case it helps, if you're compiling from sourse.

What if we just replace

log_msg ? US": " : US"", log_msg);

with

log_msg ? US": " : US"",
log_msg == NULL ? "" : log_msg);

?

-- 
Best wishes
Victor Ustugov
mailto:vic...@corvax.kiev.ua
public GnuPG/PGP key: https://victor.corvax.kiev.ua/corvax.asc

-- 
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   exim-users-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to