
axel.rau at chaos1
Jul 29, 2013, 4:08 PM
Post #2 of 2
(31 views)
Permalink
|
|
[Bug 1031] Implement database logging of completed remote delivery
[In reply to]
|
|
------- 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 #29 from Axel Rau <axel.rau [at] chaos1> 2013-07-30 00:08:13 --- Proposed patch: I did a successfull 1st test of a successfull SMTP delivery, using following query (using my backend function record_Delivery): tpda_delivery_action = ${lookup pgsql {SELECT * FROM record_Delivery( \ '${quote_pgsql:$sender_address_domain}', '${quote_pgsql:${lc:$sender_address_local_part}}', \ '${quote_pgsql:$tpda_delivery_domain}', '${quote_pgsql:${lc:$tpda_delivery_local_part}}', \ '${quote_pgsql:$tpda_delivery_ip}', '${quote_pgsql:${lc:$tpda_delivery_fqdn}}', \ '${quote_pgsql:$message_exim_id}', '${quote_pgsql:$tpda_delivery_confirmation}')}} It would be great to get the feature into the mainline. With some assistance, I could create a test case. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
|