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 wrap: on
line diff
--- a/src/masqmail.h	Tue Jun 29 11:00:33 2010 +0200
+++ b/src/masqmail.h	Tue Jun 29 11:34:53 2010 +0200
@@ -308,8 +308,7 @@
 } msgout_perhost;
 
 /* flags for accept() */
-/*#define ACC_LOCAL      0x01 (we better use received_host == NULL) */
-#define ACC_DEL_RCPTS      0x02  /* -t option, delete rcpts */
+#define ACC_DEL_RCPTS      0x02  /* -t option, delete rcpts that were given as cmd args */
 #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 */