On 2014-01-30, Marc Perkel <[email protected]> wrote: > ------- You are receiving this mail because: ------- > You are on the CC list for the bug. > > http://bugs.exim.org/show_bug.cgi?id=1438 > Summary: acl varaibles don't seem to live in transport > Product: Exim > Version: 4.82 > Platform: Other > OS/Version: Linux > Status: NEW > Severity: bug > Priority: medium > Component: Transports > AssignedTo: [email protected] > ReportedBy: [email protected] > CC: [email protected] > > > In an ACL I set: > > warm set acl_c_smtp_out = 1.2.3.4 > > In the transport I use: > > interface = $acl_c_smtp_out
others have said use acl_m_... instead eg in the DATA acl: warn set acl_m_smtp_out=$acl_c_smtp_out But if you have two messages queued with different $acl_m_smtp_out settings but the same destinaton you'll see the $acl_c_smtp_out of the second message being ignored. The mechanism that causes this is explained in spec chapter 3. -- For a good time: install nt -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
