On 9/26/07, Darton Williams <[EMAIL PROTECTED]> wrote: > On 9/26/07, Keith Edmunds <[EMAIL PROTECTED]> wrote: > > Is it possible to rewrite the headers (or use some other technique) such > > that the mail appears to originate on our Exim server? > > > > You can use headers_remove and headers_add in a router (see chapter 15 > of the Exim spec), or take a look at system_filter and the system > filter options in chapter 43, esp. 43.6. > > Regards, > > Darton Williams >
Doh! Also, headers_rewrite in a transport, which is probably the easiest option. -- ## 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/
