[exim-dev] [Bug 1031] Implement database logging of complete…

Top Page
Delete this message
Reply to this message
Author: Axel Rau
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1031] New: Implement database logging of completed remote delivery
Subject: [exim-dev] [Bug 1031] Implement database logging of completed remote delivery
------- 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@???> 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