This is a discussion on How to show the bcc line when capturing with TLOG\0 within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Hi there, Is there some way to capture also the bcc: line of the mail header, in the mail received ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi there,
Is there some way to capture also the bcc: line of the mail header, in the mail received by log with TLOG\0? I think email clients just put them into envelope recipients and don't put them in the mail data. Do I just have to dig up the envelope recipients or some maillogs? All inputs appreciated. :) |
|
|||
|
On 8 Oct 2003 23:44:54 -0700, Eric Wong <spamhole1@zzz.idv.hk> may have written:
> Is there some way to capture also the bcc: line of the mail header, in > the mail received by log with TLOG\0? I think email clients just put > them into envelope recipients and don't put them in the mail data. > Do I just have to dig up the envelope recipients or some maillogs? All > inputs appreciated. :) Are you talking about outbound or inbound email? For inbound, qmail writes the Delivered-To: header to show the value of the RCPT TO: SMTP command. This is available as the DTLINE env var if you need to access it from a program. For outbound, you might want to look at some of the SMTP transaction loggers that exist for qmail. I know I have read about them recently on the qmail list. Check the archives. -- Brian T Glenn delink.net Internet Services |