All rights reserved.
15.7 Reference for -d in Numerical Order | 545
The number is the final value of the sendmail program??™s global ExitStat variable. It is
usually updated to contain the latest error value as defined in
. See ?§6.5 on
page 228 for a detailed description of the possible exit values.
The qid is either the queue identifier (such as g7PI04TK027759), or NOQUEUE if the message
was never assigned an identifier (if it was never queued, for instance).
The flags is a hexadecimal representation of the possible envelope flags followed by a text
representation of those flags in angle brackets with the leading EF_ removed. For example:
201003
These are the envelope flags that were in effect with the current envelope when sendmail
exited. The possible values are shown in Table 15-5.
Table 15-5. Hexadecimal envelope flags
Text Hex Description
EF_OLDSTYLE 0x00000001 Use spaces (not commas) in headers.
EF_INQUEUE 0x00000002 This message is fully queued.
EF_NO_BODY_RETN 0x00000004 Omit message body on error.
EF_CLRQUEUE 0x00000008 Disk copy is no longer needed.
EF_SENDRECEIPT 0x00000010 Send a return receipt.
EF_FATALERRS 0x00000020 Fatal errors occurred.
EF_DELETE_BCC 0x00000040 Delete Bcc: headers entirely.
EF_RESPONSE 0x00000080 This is an error or return receipt.
EF_RESENT 0x00000100 This message is being forwarded.
Pages:
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968