diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-04-23 18:21:07 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-04-23 18:21:07 +0000 |
commit | 88b26b51c47ffe037102042ccba4fa11dccd6f8e (patch) | |
tree | 6e44879c34b5f8ae7df2ecccab1894ee291f7891 /fetchmail.man | |
parent | 04bf439e6bea3d71af7e88dab461ba85f06cca5a (diff) | |
download | fetchmail-88b26b51c47ffe037102042ccba4fa11dccd6f8e.tar.gz fetchmail-88b26b51c47ffe037102042ccba4fa11dccd6f8e.tar.bz2 fetchmail-88b26b51c47ffe037102042ccba4fa11dccd6f8e.zip |
We're ready to release.
svn path=/trunk/; revision=973
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/fetchmail.man b/fetchmail.man index 4abc7ad9..8fed9e09 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1034,8 +1034,8 @@ bit.) Run control files in the .poprc format will trigger a warning. To eliminate this warning, add the `username' keyword before your first user entry per server (it is already required before second and subsequent -user entries per server. In some future version the `username' keyword -will be required. +user entries per server). In some future version the `username' keyword +will always be required in server entries declaring multiple users. .SH FILES .TP 5 @@ -1047,9 +1047,9 @@ default location of file associating hosts with last message IDs seen (used only with newer RFC1725-compliant POP3 servers supporting the UIDL command). .TP 5 -~/.netrc your FTP run control file, which (if present) will be -searched for passwords as a last resort before prompting for one -interactively. +~/.netrc +your FTP run control file, which (if present) will be searched for +passwords as a last resort before prompting for one interactively. .TP 5 ~/.fetchmail lock file to help prevent concurrent runs (non-root mode). @@ -1065,6 +1065,10 @@ correctly set, or that \fBgetpwuid\fR(3) be able to retrieve a password entry from your user ID. .SH BUGS AND KNOWN PROBLEMS +The RFC822 parser used in multidrop mode chokes on some @-addresses that +are technically legal but bizarre. Strange uses of quoting and +embedded comments are likely to confuse it. +.PP Use of any of the supported protocols other than APOP, KPOP, or ETRN requires that the program send unencrypted passwords over the TCP/IP connection to the mailserver. This creates a risk that name/password pairs |