On 20/02/18 04:28, Jasen Betts via Exim-dev wrote:
> I wanted a per-recipient delivery event for "retry timeout exceeded" 
> so in retry.c I added the following to retry_update() 
> between "log_write" and "if (addr == endaddr) break;"
>  
>   msg_event_raise(US"msg:rcpt:retry:timeout",addr);
> 
> (line 901 in the current github master)
> 
> Is this enhancement accetpable to the exim maintainers? 

Having one is fine.  They're simple to add once you've
found the right place in the code.

> Have I chosen a suitable event name?

Why not just "msg:rcpt:timeout" ?  What distinction were
you implying?

-- 
Cheers,
  Jeremy

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to