# HG changeset patch # User meillo@marmaro.de # Date 1274090853 -7200 # Node ID 90644c204265c9717f4b1111eec4c0522fabc852 # Parent 03817f849106fe726a332355758901b710f8f922 we already have an always-bcc feature: log_user diff -r 03817f849106 -r 90644c204265 src/spool.c --- a/src/spool.c Thu May 13 17:34:23 2010 +0200 +++ b/src/spool.c Mon May 17 12:07:33 2010 +0200 @@ -238,12 +238,6 @@ address *rcpt = (address *) (node->data); spool_write_rcpt(out, rcpt); } - /* TODO: add support for always_bcc, i.e. a way to deliver - each outgoing mail to a configurable address. This - can be useful for archiving purposes. - address* always_bcc = create_address("always_bcc@localhost", TRUE/FALSE); - spool_write_rcpt(out, always_bcc); - */ DEBUG(6) debugf("after RT\n"); fprintf(out, "PR:%s\n", prot_names[msg->received_prot]); if (msg->received_host != NULL)