diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-27 17:34:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-27 17:34:00 +0000 |
commit | e0ca7a370a20acf2732cbe4cd0e93d1751fb5366 (patch) | |
tree | 21f3f9fafddbb204d2fce5a5d31af2367388aa59 /fetchmail.man | |
parent | 5c09cbae3e433ed47a60ef02f3146926ac915094 (diff) | |
download | fetchmail-e0ca7a370a20acf2732cbe4cd0e93d1751fb5366.tar.gz fetchmail-e0ca7a370a20acf2732cbe4cd0e93d1751fb5366.tar.bz2 fetchmail-e0ca7a370a20acf2732cbe4cd0e93d1751fb5366.zip |
Added the wildcard option.
svn path=/trunk/; revision=575
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 ba259fca..42f070fa 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -464,7 +464,8 @@ save it from having to do DNS lookups. .PP The `is' or `to' keywords associate the following local (client) name(s) (or server-name to client-name mappings separated by =) with -the mailserver user name in the entry. +the mailserver user name in the entry. If an is/to list has `*' as +its last name, unrecognized names are simply passed through. .PP A single local name can be used to support redirecting your mail when your username on the client machine is different from your name on the |