diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-12-14 15:34:26 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-12-14 15:34:26 +0000 |
commit | 65487dc2b4af38e3443ec74a020c7b2b0ed703df (patch) | |
tree | 593b129f3200c93442bfef75a9f32bac0dd1a3aa /fetchmail.man | |
parent | 3606dd6890c19b22b3eb1e5d08d6b456432b8a42 (diff) | |
download | fetchmail-65487dc2b4af38e3443ec74a020c7b2b0ed703df.tar.gz fetchmail-65487dc2b4af38e3443ec74a020c7b2b0ed703df.tar.bz2 fetchmail-65487dc2b4af38e3443ec74a020c7b2b0ed703df.zip |
Search on both pollnames and via names.
svn path=/trunk/; revision=2270
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 92218dc3..c84c7d0c 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -562,7 +562,8 @@ file, it will look for a .I .netrc file in your home directory before requesting one interactively; if an entry matching the mailserver is found in that file, the password will -be used. See the +be used. Fetchmail first looks for a match on poll name; if it finds none, +it checks for a match on via name. See the .IR ftp (1) man page for details of the syntax of the .I .netrc |