From c30e3c520166adcfdffb9e292852f9bbd29c59df Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 17 Jan 2006 13:20:02 +0000 Subject: Clarify Maillennium workaround warning even more (...instead of TOP). svn path=/branches/BRANCH_6-3/; revision=4645 --- pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index 463e0145..d3bba8d5 100644 --- a/pop3.c +++ b/pop3.c @@ -333,7 +333,7 @@ static int pop3_getauth(int sock, struct query *ctl, char *greeting) */ if (peek_capable && strstr(greeting, "Maillennium POP3/PROXY server")) { if ((ctl->server.workarounds & WKA_TOP) == 0) { - report(stdout, GT_("Warning: \"Maillennium POP3/PROXY server\" found, using RETR command.\n")); + report(stdout, GT_("Warning: \"Maillennium POP3/PROXY server\" found, using RETR command instead of TOP.\n")); ctl->server.workarounds |= WKA_TOP; } peek_capable = 0; -- cgit v1.2.3