diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-05 22:41:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-05 22:41:22 +0000 |
commit | 2520ad54cf89894c178e5dca3cb7968edf481157 (patch) | |
tree | 8eb13bdce4c00598d2120a3715f9bfcb5ac645d5 | |
parent | 3a04ee22d1b955e9e1f1f27f5e8473e07b2b1afc (diff) | |
download | fetchmail-2520ad54cf89894c178e5dca3cb7968edf481157.tar.gz fetchmail-2520ad54cf89894c178e5dca3cb7968edf481157.tar.bz2 fetchmail-2520ad54cf89894c178e5dca3cb7968edf481157.zip |
Deal with the possibility that we might be running as a subprocess.
svn path=/trunk/; revision=2784
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | fetchmail.man | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -10,8 +10,11 @@ ssh for a secure passwordless connection. Removed the FAQ entry on popclient. * Jun-ichiro itojun Hagino <itojun@iijlab.net> sent a fix for IPv6. -* Fix Red Hat bug 9982: fetchmail now automatically pups up an edit panel +* Fix Red Hat bug 9982: fetchmailconf now automatically pups up an edit panel whenever a new user or site is created. +* Deal gracefully with the possibility that we might be running as a + subprocess with stdin not attached to a tty, and thus unable to query + for a password. fetchmail-5.3.0 (Tue Feb 22 08:53:31 PST 2000), 18618 lines: diff --git a/fetchmail.man b/fetchmail.man index 2bf214a3..0188a0de 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1819,7 +1819,10 @@ mail. If you don't know what a socket is, don't worry about it -- just treat this as an 'unrecoverable error'. .IP 3 The user authentication step failed. This usually means that a bad -user-id, password, or APOP id was specified. +user-id, password, or APOP id was specified. Or it may mean that you +tried to run fetchmail under circumstances where it did not have +standard input attached to a terminal and could not prompt for a +missing password. .IP 4 Some sort of fatal protocol error was detected. .IP 5 |