diff options
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index d2b51197..f63f381f 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -699,6 +699,15 @@ to be written to standard output. Note that fetchmail's reconstruction of MAIL FROM and RCPT TO lines is not guaranteed correct; the caveats discussed under THE USE AND ABUSE OF MULTIDROP MAILBOXES below apply. +.TP +.B \-\-bad\-header {reject|pass} +(Keyword: bad\-header; since v6.3.15) +.br +Specify how fetchmail is supposed to treat messages with bad headers, +i. e. headers with bad syntax. Traditionally, fetchmail has rejected such +messages, but some distributors modified fetchmail to pass them. You can now +configure fetchmail's behaviour per server. + .SS Resource Limit Control Options .TP .B \-l <maxbytes> | \-\-limit <maxbytes> @@ -1749,6 +1758,9 @@ T} esmtppassword \& \& T{ Set password for RFC2554 authentication to the ESMTP server. T} +bad-header \& \& T{ +How to treat messages with a bad header. Can be reject (default) or pass. +T} .TE Here are the legal user descriptions and options: |