https://bugs.exim.org/show_bug.cgi?id=1661
Jeremy Harris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|Exim 4.87+ |Exim 4.87 --- Comment #8 from Jeremy Harris <[email protected]> --- Without knowing what context your new event was raised, and created the variable, I'll not get further on this. Creating an acl_m variable is broken; fix in acl.c about line 3743 adding "|| event_name" to the condition for using POOL_PERM. However, caveats on usability of variables remain: a) variables set in events raised from transports will not be visible outside the transport. b) acl_m variables in a server context are lost on a new connection, and after helo/ehlo/mail/starttls/rset commands -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
