diff src/masqmail.h @ 106:1f0d63713a1c

masqmail now *always* removes Bcc: headers this is the most simple way and taken by other MTAs (courier, postfix) too
author meillo@marmaro.de
date Tue, 29 Jun 2010 10:37:18 +0200
parents f4719cffc48c
children 9104234a56a5
line wrap: on
line diff
--- a/src/masqmail.h	Tue Jun 29 10:20:09 2010 +0200
+++ b/src/masqmail.h	Tue Jun 29 10:37:18 2010 +0200
@@ -311,7 +311,6 @@
 /*#define ACC_LOCAL      0x01 (we better use received_host == NULL) */
 #define ACC_HEAD_FROM_RCPT 0x01  /* create To: Header from rcpt_list (cmd line) */
 #define ACC_DEL_RCPTS      0x02  /* -t option, delete rcpts */
-#define ACC_DEL_BCC        0x04  /* -t option, delete Bcc header */
 #define ACC_RCPT_FROM_HEAD 0x08  /* -t option, get rcpts from headers */
 #define ACC_NODOT_TERM     0x10  /* a dot on a line itself does not end the message (-oi option) */
 #define ACC_MAIL_FROM_HEAD 0x40  /* get return path from header */