diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-30 17:29:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-30 17:29:36 +0000 |
commit | 65179f921d37756ed89e1ef7965e13bd5f319650 (patch) | |
tree | fdabc324b67d060eab0509040cbc1a7b998658a5 /fetchmail.man | |
parent | 6a529e4eac97ac7255229fbadcac721b5ba6925b (diff) | |
download | fetchmail-65179f921d37756ed89e1ef7965e13bd5f319650.tar.gz fetchmail-65179f921d37756ed89e1ef7965e13bd5f319650.tar.bz2 fetchmail-65179f921d37756ed89e1ef7965e13bd5f319650.zip |
Add stripcr option.
svn path=/trunk/; revision=842
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 11081032..24495d98 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -594,7 +594,7 @@ Legal user options are .PP All options correspond to the obvious command-line arguments except the following: `aka', `is', `to', `dns'/`no dns', `password', -`preconnect', and `localdomains'. +`preconnect', `localdomains', and `stripcr'. .PP The `is' or `to' keywords associate the following local (client) name(s) (or server-name to client-name mappings separated by =) with @@ -651,6 +651,12 @@ establishes a mailserver connection. This may be useful if you are attempting to set up secure POP connections with the aid of .IR ssh (1). .PP +The `stripcr' option controls whether carriage returns are stripped +out of retrieved mail before it is forwarded. It is normally not +necessary to set this, because it defaults to `on' (CR stripping +enabled) when there is an MDA declared but `off' (CR stripping +disabled) when forwarding is via SMTP. +.PP Legal protocol identifiers are auto (or AUTO) |