EF_VRFYONLY 0x00000200 Verify only (don??™t expand aliases).
EF_WARNING 0x00000400 Warning message has been sent.
EF_QUEUERUN 0x00000800 This envelope is from the queue.
EF_GLOBALERRS 0x00001000 Treat errors as global.
EF_PM_NOTIFY 0x00002000 Send return mail to postmaster.
EF_METOO 0x00004000 Send to me too.
EF_LOGSENDER 0x00008000 Need to log the sender.
EF_NORECEIPT 0x00010000 Suppress all return receipts.
EF_HAS8BIT 0x00020000 Has at least one 8-bit character in body.
EF_NL_NOT_EOL 0x00040000 Don??™t accept raw newline as end-of-line.
EF_CRLF_NOT_EOL 0x00080000 Don??™t accept carriage-return/line-feed as end-of-line.
EF_RET_PARAM 0x00100000 SMTP RCPT command had RET argument.
EF_HAS_DF 0x00200000 Set when the df file is instantiated.
EF_IS_MIME 0x00400000 This is really a MIME message.
EF_DONT_MIME 0x00800000 This message is not MIME-able.
EF_DISCARD 0x01000000 Discard this message.
EF_TOOBIG 0x02000000 This message??™s body is too big.
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
546 | Chapter 15: Debug sendmail with -d
For example, if the message were fully queued and required a DSN return receipt, the flags
would print as:
e_flags=12
Note that this line of output is also produced by the -d13.1, -d40.3, and -d50.1 debugging
switches but under different circumstances.
Pages:
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969