masqmail
diff src/masqmail.h @ 110:c678d0342451
changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better understanding
this is only a cosmetic change
author | meillo@marmaro.de |
---|---|
date | Tue, 29 Jun 2010 11:40:37 +0200 |
parents | db52c64acaa2 |
children | 5ec5e6637049 |
line diff
1.1 --- a/src/masqmail.h Tue Jun 29 11:34:53 2010 +0200 1.2 +++ b/src/masqmail.h Tue Jun 29 11:40:37 2010 +0200 1.3 @@ -310,7 +310,7 @@ 1.4 /* flags for accept() */ 1.5 #define ACC_DEL_RCPTS 0x02 /* -t option, delete rcpts that were given as cmd args */ 1.6 #define ACC_RCPT_FROM_HEAD 0x08 /* -t option, get rcpts from headers */ 1.7 -#define ACC_NODOT_TERM 0x10 /* a dot on a line itself does not end the message (-oi option) */ 1.8 +#define ACC_DOT_IGNORE 0x10 /* a dot on a line itself does not end the message (-oi option) */ 1.9 #define ACC_MAIL_FROM_HEAD 0x40 /* get return path from header */ 1.10 #define ACC_NODOT_RELAX 0x80 /* do not be picky if message ist not terminated by a dot on a line */ 1.11 #define ACC_SAVE_ENVELOPE_TO 0x0100 /* save an existent Envelope-to header as X-Orig-Envelope-to */