masqmail-0.2
diff src/masqmail.h @ 107:9104234a56a5
never create headers from recipients
because it could disclose private information
author | meillo@marmaro.de |
---|---|
date | Tue, 29 Jun 2010 10:45:33 +0200 |
parents | 1f0d63713a1c |
children | db52c64acaa2 |
line diff
1.1 --- a/src/masqmail.h Tue Jun 29 10:37:18 2010 +0200 1.2 +++ b/src/masqmail.h Tue Jun 29 10:45:33 2010 +0200 1.3 @@ -309,7 +309,6 @@ 1.4 1.5 /* flags for accept() */ 1.6 /*#define ACC_LOCAL 0x01 (we better use received_host == NULL) */ 1.7 -#define ACC_HEAD_FROM_RCPT 0x01 /* create To: Header from rcpt_list (cmd line) */ 1.8 #define ACC_DEL_RCPTS 0x02 /* -t option, delete rcpts */ 1.9 #define ACC_RCPT_FROM_HEAD 0x08 /* -t option, get rcpts from headers */ 1.10 #define ACC_NODOT_TERM 0x10 /* a dot on a line itself does not end the message (-oi option) */