diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-13 21:11:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-13 21:11:33 +0000 |
commit | 5480ab320b813bddefe7383582c45b88bec00013 (patch) | |
tree | bdef3e4ea6f663efc97a68830cefe85683039fae /fetchmail.man | |
parent | c868890caebd7a1408665c7799864b08be0a4021 (diff) | |
download | fetchmail-5480ab320b813bddefe7383582c45b88bec00013.tar.gz fetchmail-5480ab320b813bddefe7383582c45b88bec00013.tar.bz2 fetchmail-5480ab320b813bddefe7383582c45b88bec00013.zip |
Added envelope-skip feature.
svn path=/trunk/; revision=1509
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index bcd349e2..e1c5cbe7 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -899,6 +899,13 @@ T} .TE .PP Remember that all user options must \fIfollow\fR all server options. +.PP +In the .fetchmailrc file, the `envelope' string argument may be +preceded by a whitespace-separated number. This number, if specified, +is the number of such headers to skip (that is, an argument of 1 +selects the second header of the given type). This is sometime useful +for ignoring bogus Received headers created by an ISP's local delivery +agent. .SS Keywords Not Corresponding To Option Switches .PP The `folder' and `smtphost' options (unlike their command-line |