On Tue, 6 Dec 2005, David S. Madole wrote: > I also have a very specific question I could use a pointer on. I am trying to > get the "H=host" item to log when the transport makes a delivery. I've tried > populating the addr->host_list but I'm missing something somewhere because it > just doesn't log anything as addr->host_list continues to be NULL at the point > where it is tested in delivery.c.
Populating the addr->host_list in the transport won't help you, because this is not passed back from the subprocess to the main process. -- 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/
