[exim] IMAP local transport, Delivery logging question

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: David S. Madole
Data:  
Para: Exim Users Mailing List
Assunto: [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