https://bugs.exim.org/show_bug.cgi?id=2564
--- Comment #3 from Heiko Schlittermann <[email protected]> --- <hs12> Can we set ACL variables in events? Or transfer information from an event to the ACL mechanism? <hs12> Hm. the Rewrite mechanism... when does it kick in? During SMTP phase already? <jgh_> after data rcpt, I think <jgh_> yes, events can set ACL vars <hs12> But, conceptionally I tend to a acl_smtp_command, that gets called for each smtp command we receive. And then a way to rewrite the $smtp_command. <hs12> Or simpler: control = disable_strictness=mail ... which I can set in the CONNECT acl, or ideally after authentication. <hs12> Hm, but MAIL starts right after authentication. And acl_smtp_auth kicks in *before* auth <hs12> But the the AUTH condition can be an ACL and can do control = disable_strictness=mail <hs12> Ok, I've to think about this. Should not be too easy, no pain no gain -- 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/ ##
