[exim] IMAP local transport, Delivery logging question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: David S. Madole
日付:  
To: Exim Users Mailing List
題目: [exim] IMAP local transport, Delivery logging question
I have put together a local transport for Exim to deliver mail using the
IMAP protocol. If anyone is interested in looking at it and providing any
comments, etc., that would be great. An early, but functional version is
posted here:

http://madole.net/exim-imap/files/20051206/

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.

I'm sure eventually I can figure it out, but maybe someone that knows a
lot more than me about delivery.c can help me cut to the chase?

David