------- 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