On Sun, Dec 16, 2007 at 10:00:51AM +0000, Lee Mason wrote: > We need to be able to send e-mails with various different return addresses > for example: > > The Xyz Company <[EMAIL PROTECTED]> > or > Support Systems Ltd <[EMAIL PROTECTED]> > > I have changed the return-path in the header of all outgoing e-mails by using: > > return_path = $ reply_address
The return path is just the address part, so you probably want to use
return_path = ${address:$reply_address}
See
http://www.exim.org/exim-html-current/doc/html/spec_html/ch11.html#SECTexpop
--
Dave Evans
http://djce.org.uk/
http://djce.org.uk/pgpkey
signature.asc
Description: Digital signature
-- ## List details at http://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/
