diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-07-19 14:51:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-07-19 14:51:00 +0000 |
commit | 73799e479c5ff0f5788212cc06c35792c2da3149 (patch) | |
tree | bde01323a8d059a82c72b290b336ba12b3bad80b /fetchmail.man | |
parent | c2398336ad81e3d7e9ff6ce76528bcc934367e40 (diff) | |
download | fetchmail-73799e479c5ff0f5788212cc06c35792c2da3149.tar.gz fetchmail-73799e479c5ff0f5788212cc06c35792c2da3149.tar.bz2 fetchmail-73799e479c5ff0f5788212cc06c35792c2da3149.zip |
Freeze bug fixes befoire adding more features.
svn path=/trunk/; revision=38
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 cdcb2246..35fc9e36 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -168,6 +168,16 @@ and the mailserver are echoed to stderr. Specifying causes normal progress/status messages which would be redundant or meaningless to be modified or omitted. .TP +.B \-N, --norewrite +Normally, +.I popclient +edits RFC-822 address headers (To, From, Cc, Bcc, and Reply-To) in +fetched mail so that any mail IDs local to the host are expanded to +full addresses (@ and the POP host name are appended). This enables +replies on the client to get addressed correctly (otherwise your +mailer might think they should be addressed to local users on the +client machine). This option disables the rewrite. +.TP .B \-V, --version Displays the version information for your copy of .I popclient. @@ -369,9 +379,11 @@ Legal keywords are: keep flush fetchall + rewrite nokeep noflush nofetchall + norewrite .PP Legal protocol identifiers are |