diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-20 14:59:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-20 14:59:21 +0000 |
commit | 49e46d92e5a5c7adeb5aebdf923aa78639b4ca61 (patch) | |
tree | 5dddf9c77b42728dff25dff5b17574deaca04581 /NEWS | |
parent | b2ad72a23f867bcdc9a18802dc7989a8a9ae7ad1 (diff) | |
download | fetchmail-49e46d92e5a5c7adeb5aebdf923aa78639b4ca61.tar.gz fetchmail-49e46d92e5a5c7adeb5aebdf923aa78639b4ca61.tar.bz2 fetchmail-49e46d92e5a5c7adeb5aebdf923aa78639b4ca61.zip |
Be robust in the presence of Sun NIS and other nonstandard password schemes.
svn path=/trunk/; revision=101
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ driver to SMTP. (This requires that we find a POP2 server to test with.) * Warn users that running concurrent instances of popclient is a bad idea. +* Try USER and HOME to set defaults before going to the password file. + This should work in Sun NIS environments. + 3.1: * MDA arguments are now dumped when using the -V option. |