Mercurial > masqmail-0.2
comparison 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 |
comparison
equal
deleted
inserted
replaced
109:db52c64acaa2 | 110:c678d0342451 |
---|---|
308 } msgout_perhost; | 308 } msgout_perhost; |
309 | 309 |
310 /* flags for accept() */ | 310 /* flags for accept() */ |
311 #define ACC_DEL_RCPTS 0x02 /* -t option, delete rcpts that were given as cmd args */ | 311 #define ACC_DEL_RCPTS 0x02 /* -t option, delete rcpts that were given as cmd args */ |
312 #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 */ |
313 #define ACC_NODOT_TERM 0x10 /* a dot on a line itself does not end the message (-oi option) */ | 313 #define ACC_DOT_IGNORE 0x10 /* a dot on a line itself does not end the message (-oi option) */ |
314 #define ACC_MAIL_FROM_HEAD 0x40 /* get return path from header */ | 314 #define ACC_MAIL_FROM_HEAD 0x40 /* get return path from header */ |
315 #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 */ |
316 #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 */ |
317 | 317 |
318 #define DLVR_LOCAL 0x01 | 318 #define DLVR_LOCAL 0x01 |