masqmail-0.2
changeset 43:90644c204265
we already have an always-bcc feature: log_user
author | meillo@marmaro.de |
---|---|
date | Mon, 17 May 2010 12:07:33 +0200 |
parents | 03817f849106 |
children | 5e527abc1fc2 |
files | src/spool.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line diff
1.1 --- a/src/spool.c Thu May 13 17:34:23 2010 +0200 1.2 +++ b/src/spool.c Mon May 17 12:07:33 2010 +0200 1.3 @@ -238,12 +238,6 @@ 1.4 address *rcpt = (address *) (node->data); 1.5 spool_write_rcpt(out, rcpt); 1.6 } 1.7 - /* TODO: add support for always_bcc, i.e. a way to deliver 1.8 - each outgoing mail to a configurable address. This 1.9 - can be useful for archiving purposes. 1.10 - address* always_bcc = create_address("always_bcc@localhost", TRUE/FALSE); 1.11 - spool_write_rcpt(out, always_bcc); 1.12 - */ 1.13 DEBUG(6) debugf("after RT\n"); 1.14 fprintf(out, "PR:%s\n", prot_names[msg->received_prot]); 1.15 if (msg->received_host != NULL)