* on the Tue, Mar 06, 2007 at 11:19:22AM +0000, Philip Hazel wrote: >> Can someone please confirm to me that they're using exim 4.66 and >> received_header_text is actually doing something... I have an exim 4.66 >> box here and I just tried to set it and it doesn't appear to be doing >> anything. It panics if the expansion fails, but it doesn't actually >> change the header if it succeeds... > Its use is tested in the test suite. Of course *some* value is always > used, even if it is the default setting. Try using the -bh option with > -d+expand to see what is happening.
Thanks for the pointer. I've figured it out. I was trying to modify the value of "helo=blah", but I was only changing $sender_helo_name and not changing $sender_rcvhost. I suspected it might just be me overlooking something silly. Mike -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
