On Wed, 20 Jul 2005, lee wrote: > If I've got that right then this has indeed taught me something, as I thought > up to now that $message_headers would only look at the _content_ of message > headers, and indeed specifically only the headers to: from: subject: and > reply-to: > > Was my assumption there wrong on all counts ?
Yes. $h_something: only has the content; $message_headers has the whole thing; it would not be very useful otherwise. And it really is *all* header lines. I see that the doc is not clear on this. I'll try to improve it next edition. In fact, I had to run a test to double-check myself - easy enough to do using logfile and logwrite in a filter file. -- Philip Hazel University of Cambridge Computing Service, [EMAIL PROTECTED] Cambridge, England. Phone: +44 1223 334714. Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## 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/
