masqmail

diff src/masqmail.h @ 109:db52c64acaa2

improved comments related to -t option
author meillo@marmaro.de
date Tue, 29 Jun 2010 11:34:53 +0200
parents 9104234a56a5
children c678d0342451
line diff
     1.1 --- a/src/masqmail.h	Tue Jun 29 11:00:33 2010 +0200
     1.2 +++ b/src/masqmail.h	Tue Jun 29 11:34:53 2010 +0200
     1.3 @@ -308,8 +308,7 @@
     1.4  } msgout_perhost;
     1.5  
     1.6  /* flags for accept() */
     1.7 -/*#define ACC_LOCAL      0x01 (we better use received_host == NULL) */
     1.8 -#define ACC_DEL_RCPTS      0x02  /* -t option, delete rcpts */
     1.9 +#define ACC_DEL_RCPTS      0x02  /* -t option, delete rcpts that were given as cmd args */
    1.10  #define ACC_RCPT_FROM_HEAD 0x08  /* -t option, get rcpts from headers */
    1.11  #define ACC_NODOT_TERM     0x10  /* a dot on a line itself does not end the message (-oi option) */
    1.12  #define ACC_MAIL_FROM_HEAD 0x40  /* get return path from header */