diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-09 22:06:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-09 22:06:24 +0000 |
commit | 052eeb4983b401f5fd355dd30f1fac2d89fe97fc (patch) | |
tree | e62b0ce2063ed98f6200e7b75aed74858192aadf | |
parent | 2323df82f931a47518562eb17e406c33d9cc523a (diff) | |
download | fetchmail-052eeb4983b401f5fd355dd30f1fac2d89fe97fc.tar.gz fetchmail-052eeb4983b401f5fd355dd30f1fac2d89fe97fc.tar.bz2 fetchmail-052eeb4983b401f5fd355dd30f1fac2d89fe97fc.zip |
Improved documentation.
svn path=/trunk/; revision=1075
-rw-r--r-- | fetchmail.man | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 97a697e6..cf50667c 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -912,7 +912,7 @@ Also note that all multidrop features are ineffective in ETRN mode. The fundamental problem is that by having your mailserver toss several peoples' mail in a box, you may have thrown away potentially vital information about who each piece of mail was actually addressed to -(the `envelope address', as opposed to the addresses in the RFC822 +(the `envelope address', as opposed to the header addresses in the RFC822 To/Cc/Bcc headers). This `envelope address' is the address you need in order to reroute mail properly. .PP @@ -929,12 +929,15 @@ 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 -E or `envelope' option. +Note that writing an envelope header of this kind exposes the names +of recipients to all receivers of the messages; it is therefore +regarded by some administrators as a security/privacy problem. .PP Sometimes, unfortunately, neither of these methods works. When they both fail, fetchmail must fall back on the contents of To/Cc/Bcc headers to try to determine recipient addressees -- and these are not reliable. In particular, mailing-list software often ships mail with -the list broadcast address in the To header. +only the list broadcast address in the To header. .PP When .I fetchmail |