Hi, On Wed, Mar 05, 2014 at 04:06:00PM +0000, [email protected] wrote: > > > >Unless something has changed recently in exim that I'm not aware > >of, $acl_m is the right thing here. > > well be wrong, but from reading the documenation the only custom > variables I can set in an ACL are $acl_m and $acl_c variables.
Yes - you wrote acl_a, which doesn't exist (afaik - hence my comment above :) ). acl_c is for the connection, acl_m is for the message. Therefore acl_m seems more appropriate if you're altering the sender of an individual message, rather than all messages in a connection. > >exim -d -bt [email protected] > > I not seeing anything that really helps me with the -bt and -be > options, mainly due to the fact that I'm doing something odd in Look at the -d debugging options. -d+rewrite would be a good start. If you really want to wade through likely irrelevant stuff, try -d+all :) Cheers, Matthew -- Matthew Newton, Ph.D. <[email protected]> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <[email protected]> -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
