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 wrap: on
line diff
--- a/src/masqmail.h	Tue Jun 29 11:34:53 2010 +0200
+++ b/src/masqmail.h	Tue Jun 29 11:40:37 2010 +0200
@@ -310,7 +310,7 @@
 /* flags for accept() */
 #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_DOT_IGNORE     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 */
 #define ACC_NODOT_RELAX    0x80  /* do not be picky if message ist not terminated by a dot on a line */
 #define ACC_SAVE_ENVELOPE_TO 0x0100  /* save an existent Envelope-to header as X-Orig-Envelope-to */