From 8be67ed62c5f40933fc96cedd39e66d2fe972785 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 25 Sep 2010 14:14:25 +0200 Subject: Refer user to FAQ item #R15 on authfail with automatic scheme selection. --- driver.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/driver.c b/driver.c index bccaf663..fa28b9bc 100644 --- a/driver.c +++ b/driver.c @@ -1188,6 +1188,9 @@ static int do_session( ctl->server.truename, (ctl->wehaveauthed ? GT_(" (previously authorized)") : "") ); + if (ctl->server.authenticate == A_ANY && !ctl->wehaveauthed) { + report(stderr, GT_("For help, see http://www.fetchmail.info/fetchmail-FAQ.html#R15\n")); + } /* * If we're running in background, try to mail the -- cgit v1.2.3