Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: exim: dev

[Bug 1031] Implement database logging of completed remote delivery

 

 

exim dev RSS feed   Index | Next | Previous | View Threaded


jgh146exb at wizmail

Jul 27, 2013, 7:10 AM

Post #1 of 2 (41 views)
Permalink
[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

Jeremy Harris <jgh146exb [at] wizmail> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #641 is|0 |1
obsolete| |




--- Comment #28 from Jeremy Harris <jgh146exb [at] wizmail> 2013-07-27 15:10:17 ---
Created an attachment (id=646)
--> (http://bugs.exim.org/attachment.cgi?id=646)
Proposed patch

Current diff against HEAD. The facility is renamed to
Transport Post-Delivery Actions, TPDA for short.

Existing users will need to update their Makefile and config to match.
Please give feedback as to (non)operation with respect to your needs.

It's still ifdeffed Experimental. Should we accept it into the
mainline or let it marinate for a while? The latter gives us
a testsuite issue as some testcases log the available options on
transports, and we're adding one.


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


axel.rau at chaos1

Jul 29, 2013, 4:08 PM

Post #2 of 2 (30 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/ ##

exim dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.