diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-04-04 18:57:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-04-04 18:57:00 +0000 |
commit | 1ca56b9f77ca7f06d5d4ccf37b606c20354c94ff (patch) | |
tree | c486d57f2d11c10ad6d7837cecb7ab2a0181156a /fetchmail.man | |
parent | 71d01204b3646a0b8795755a9eddc0b9b94599ad (diff) | |
download | fetchmail-1ca56b9f77ca7f06d5d4ccf37b606c20354c94ff.tar.gz fetchmail-1ca56b9f77ca7f06d5d4ccf37b606c20354c94ff.tar.bz2 fetchmail-1ca56b9f77ca7f06d5d4ccf37b606c20354c94ff.zip |
Tell user not to do "envelope Received".
svn path=/trunk/; revision=950
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 653d3b12..c929350f 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -296,7 +296,10 @@ This 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. +varies. See the discussion of multidrop address handling below. Note: +do \fInot\fR say `envelope "Received"'; this is not necessary as fetchmail +will try to parse Received lines if `envelope' is not specified (unless +you explicitly disable Received parsing with `no envelope'). .SH USER AUTHENTICATION Every mode except ETRN requires authentication of the client. |