7 and later)
-s ?†? command-line shorthand (not recommended)
Ofbool ?†? configuration file (deprecated)
-ofbool ?†? command line (deprecated)
The optional argument bool is of type Boolean. If bool is missing, this option becomes true
(the ???From ??? line is saved). If the entire option is missing, it defaults to false (neither save
the ???From ??? line nor recognize it as a header).
The SaveFromLine option is not safe. If specified from the command line, it can cause sendmail
to relinquish its special privileges.
24.9.105 SendMimeErrors
Return MIME-format errors V8.1 and later
MIME is documented in RFC2045 through RFC2049.* MIME is a method of incorporating
non-ASCII text (such as images and sounds) in mail messages.
When sendmail composes an error notification of failed (bounced) mail, this Send-
MimeErrors option tells sendmail to include MIME-format headers in that error notification.
MIME format is required for DSN notification to work (the two go hand in hand). This
option affects only returned (bounced) mail.
If the SendMimeErrors option is true and if sendmail is composing a returned mail message,
the following two headers are added to the header portion of that message:
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary=magic
The 1.0 version of the MIME-Version: header (?§25.
Pages:
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954