comparison 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
comparison
equal deleted inserted replaced
108:46f407c0727a 109:db52c64acaa2
306 gchar *host; 306 gchar *host;
307 GList *msgout_list; 307 GList *msgout_list;
308 } msgout_perhost; 308 } msgout_perhost;
309 309
310 /* flags for accept() */ 310 /* flags for accept() */
311 /*#define ACC_LOCAL 0x01 (we better use received_host == NULL) */ 311 #define ACC_DEL_RCPTS 0x02 /* -t option, delete rcpts that were given as cmd args */
312 #define ACC_DEL_RCPTS 0x02 /* -t option, delete rcpts */
313 #define ACC_RCPT_FROM_HEAD 0x08 /* -t option, get rcpts from headers */ 312 #define ACC_RCPT_FROM_HEAD 0x08 /* -t option, get rcpts from headers */
314 #define ACC_NODOT_TERM 0x10 /* a dot on a line itself does not end the message (-oi option) */ 313 #define ACC_NODOT_TERM 0x10 /* a dot on a line itself does not end the message (-oi option) */
315 #define ACC_MAIL_FROM_HEAD 0x40 /* get return path from header */ 314 #define ACC_MAIL_FROM_HEAD 0x40 /* get return path from header */
316 #define ACC_NODOT_RELAX 0x80 /* do not be picky if message ist not terminated by a dot on a line */ 315 #define ACC_NODOT_RELAX 0x80 /* do not be picky if message ist not terminated by a dot on a line */
317 #define ACC_SAVE_ENVELOPE_TO 0x0100 /* save an existent Envelope-to header as X-Orig-Envelope-to */ 316 #define ACC_SAVE_ENVELOPE_TO 0x0100 /* save an existent Envelope-to header as X-Orig-Envelope-to */