masqmail

diff src/masqmail.h @ 268:7b12d081b939

removed ACC_DEL_RCPTS because it's always used with ACC_RCPT_FROM_HEAD They are used for -t and always together.
author markus schnalke <meillo@marmaro.de>
date Fri, 03 Dec 2010 11:40:58 -0300
parents 82d168dd52fd
children ca2d11aec2a3
line diff
     1.1 --- a/src/masqmail.h	Fri Dec 03 11:37:01 2010 -0300
     1.2 +++ b/src/masqmail.h	Fri Dec 03 11:40:58 2010 -0300
     1.3 @@ -282,7 +282,6 @@
     1.4  } msgout_perhost;
     1.5  
     1.6  /* flags for accept() */
     1.7 -#define ACC_DEL_RCPTS      0x02  /* -t option, delete rcpts that were given as cmd args */
     1.8  #define ACC_RCPT_FROM_HEAD 0x08  /* -t option, get rcpts from headers */
     1.9  #define ACC_DOT_IGNORE     0x10  /* a dot on a line itself does not end the message (-oi option) */
    1.10  #define ACC_MAIL_FROM_HEAD 0x40  /* get return path from header */