diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-09 04:17:32 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-09 04:17:32 +0000 |
commit | e85820eaf58dac8bd6494336991dcdc91f6ccf45 (patch) | |
tree | 7618dfb835bc4c51d2303facabe175df59052d9a /fetchmail.man | |
parent | 0ad6312ee5da744b9d38ae8153d15dbb8cb6c4af (diff) | |
download | fetchmail-e85820eaf58dac8bd6494336991dcdc91f6ccf45.tar.gz fetchmail-e85820eaf58dac8bd6494336991dcdc91f6ccf45.tar.bz2 fetchmail-e85820eaf58dac8bd6494336991dcdc91f6ccf45.zip |
Added the `envelope' option.
svn path=/trunk/; revision=615
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 0326624d..c98676d4 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -441,6 +441,7 @@ Legal server options are: port authenticate (or auth) timeout + envelope aka Legal user options are @@ -462,7 +463,7 @@ Legal user options are norewrite .PP All options correspond to the obvious command-line arguments except -four: `aka', `is', `to', and `password'. +four: `aka', `is', `to', `password', and `envelope'. .PP The `aka' option is for use with multidrop mailboxes. It allows you to pre-declare a list of DNS aliases for a server. This is an @@ -472,6 +473,12 @@ while processing a multidrop mailbox, grovels through message headers looking for names of the mailserver, pre-declaring common ones can save it from having to do DNS lookups. .PP +The `envelope' option changes the header +.I fetchmail +assumes will carry a copy of the mail's envelope address. Normally +this is `X-Envelope-To' but as this header is not standard practice +varies. See the discussion of multidrop address handling below. +.PP The `is' or `to' keywords associate the following local (client) name(s) (or server-name to client-name mappings separated by =) with the mailserver user name in the entry. If an is/to list has `*' as @@ -690,6 +697,11 @@ and the item of mail had just one recipient, the MTA will have written a `for' clause that gives the envelope addressee into its Received header. But this doesn't work for other MTAs, nor if there is more than one recipient. +.PP +Alternatively, some SMTP listeners and/or mail servers insert a header +in each message containing a copy of the envelope addresses. This +header (when it exists) is often `X-Envelope-To'. Fetchmail's +assumption about this can be changed with the `envelope' option. .SH EXIT CODES To facilitate the use of .I fetchmail |