diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-14 05:23:30 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-14 05:23:30 +0000 |
commit | 586eba081f3b3f73b4027aaf1aa364e166d79ca0 (patch) | |
tree | f91179ef14e114bc1dc15ade66466d65e0d31671 /fetchmail.man | |
parent | 4493b87ecf93c8a2e8c947fd2eb7c503ee347c88 (diff) | |
download | fetchmail-586eba081f3b3f73b4027aaf1aa364e166d79ca0.tar.gz fetchmail-586eba081f3b3f73b4027aaf1aa364e166d79ca0.tar.bz2 fetchmail-586eba081f3b3f73b4027aaf1aa364e166d79ca0.zip |
Aded the `received' option.
svn path=/trunk/; revision=878
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 549fdfba..e128dc8a 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -605,17 +605,25 @@ Legal user options are flush fetchall rewrite + stripcr + dns + received no keep no flush no fetchall no rewrite + no stripcr + no dns + no received limit + batchlimit fetchlimit syslog .PP All options correspond to the obvious command-line arguments except the following: `aka', `is', `to', `dns'/`no dns', `password', -`preconnect', `localdomains', and `stripcr'. +\&`preconnect', `localdomains', `stripcr'/`no stripcr' and +\&`received/no received'. .PP The `is' or `to' keywords associate the following local (client) name(s) (or server-name to client-name mappings separated by =) with @@ -662,6 +670,10 @@ name matches a declared local doman, that address is passed through to the listener or MDA unaltered (local-name mappings are \fInot\fR applied). .PP +If you are using `localdomains', you may also need to specify +\&`no received', which disables \fIfetchmail\fR's normal attempt +to deduce an envelope address from the Received line. +.PP The \fBpassword\fR option requires a string argument, which is the password to be used with the entry's server. .PP |