------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1031
--- Comment #5 from Axel Rau <axel.rau@???> 2011-07-13 23:10:28 ---
Am 12.07.2011 um 21:19 schrieb gedalya@???:
> Would it be possible to add a query
> to be executed for failed deliveries? Something like dbl_deliveryfailed_query?
Sure. Based on what's available in deliver.c, it may be possible to set the
following variables:
dbl_delivery_ip IP of host, which has accepted delivery
dbl_delivery_fqdn FQDN of host, which has accepted delivery
dbl_delivery_local_part local part of address being delivered
dbl_delivery_domain domain part of address being delivered
dbl_delivery_failure_reason a reason code
My knowledge of the retry mechanism is very limited.
Do we need to put the hook into retry.c to get all delivery attempts?
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email