Mercurial > masqmail
comparison src/masqmail.h @ 102:f4719cffc48c
removed the ACC_NO_RECVD_HDR because it is never set
I do not see a reason why we should need it
author | meillo@marmaro.de |
---|---|
date | Wed, 23 Jun 2010 13:54:28 +0200 |
parents | 26e34ae9a3e3 |
children | 1f0d63713a1c |
comparison
equal
deleted
inserted
replaced
101:82416aaacd31 | 102:f4719cffc48c |
---|---|
312 #define ACC_HEAD_FROM_RCPT 0x01 /* create To: Header from rcpt_list (cmd line) */ | 312 #define ACC_HEAD_FROM_RCPT 0x01 /* create To: Header from rcpt_list (cmd line) */ |
313 #define ACC_DEL_RCPTS 0x02 /* -t option, delete rcpts */ | 313 #define ACC_DEL_RCPTS 0x02 /* -t option, delete rcpts */ |
314 #define ACC_DEL_BCC 0x04 /* -t option, delete Bcc header */ | 314 #define ACC_DEL_BCC 0x04 /* -t option, delete Bcc header */ |
315 #define ACC_RCPT_FROM_HEAD 0x08 /* -t option, get rcpts from headers */ | 315 #define ACC_RCPT_FROM_HEAD 0x08 /* -t option, get rcpts from headers */ |
316 #define ACC_NODOT_TERM 0x10 /* a dot on a line itself does not end the message (-oi option) */ | 316 #define ACC_NODOT_TERM 0x10 /* a dot on a line itself does not end the message (-oi option) */ |
317 #define ACC_NO_RECVD_HDR 0x20 /* do not create a Received: header */ | |
318 #define ACC_MAIL_FROM_HEAD 0x40 /* get return path from header */ | 317 #define ACC_MAIL_FROM_HEAD 0x40 /* get return path from header */ |
319 #define ACC_NODOT_RELAX 0x80 /* do not be picky if message ist not terminated by a dot on a line */ | 318 #define ACC_NODOT_RELAX 0x80 /* do not be picky if message ist not terminated by a dot on a line */ |
320 #define ACC_SAVE_ENVELOPE_TO 0x0100 /* save an existent Envelope-to header as X-Orig-Envelope-to */ | 319 #define ACC_SAVE_ENVELOPE_TO 0x0100 /* save an existent Envelope-to header as X-Orig-Envelope-to */ |
321 | 320 |
322 #define DLVR_LOCAL 0x01 | 321 #define DLVR_LOCAL 0x01 |