[exim-dev] [Bug 2239] segfault when processing control = ut…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2239] segfault when processing control = utf8_downconvert
https://bugs.exim.org/show_bug.cgi?id=2239

--- Comment #1 from Gedalya <gedalya@???> ---
Sorry, correction. It does work when called from acl_smtp_rcpt.

Looks like the acl_check() function in acl.c leaves addr as NULL unless
(where==ACL_WHERE_RCPT || where==ACL_WHERE_VRFY || where==ACL_WHERE_PRDR), but
acl_check_condition() tries to assign addr properties regardless.

--
You are receiving this mail because:
You are on the CC list for the bug.