Daniel wrote: > as it seems that esmtpd is not able to do that I looked into the sourcecode. > I > found the location where the "Received" header is build (submit.C near line > 1360) but I was unable to find the original recipient (BTW: I'm not a C > developer ;-) ). Can anyone help me to create a patch for that? >
Glancing at it, the Delivered-To line is built in module.local, and the original message recipient isn't available to that module. The changes required wouldn't be simple. If you're not insistent on having the information in the message file, you could more easily get the information that you want from the logs. You'd probably need to create a filter that wrote a log message translating all of the final recipients to their original recipient addresses. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
