X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=pop3.c;h=5549dc9ac5a56ff41e3efbbb7bbb6a61e581cd99;hb=52c5a71f5ecb67b7ebf6ee0e5862bab2534222eb;hp=9cf8494416073967342ae4a5ad0cd1181d0f51b0;hpb=1e13bb35731999c4668883acd404ede047793e1e;p=~andy%2Ffetchmail diff --git a/pop3.c b/pop3.c index 9cf84944..5549dc9a 100644 --- a/pop3.c +++ b/pop3.c @@ -322,9 +322,9 @@ static int pop3_getauth(int sock, struct query *ctl, char *greeting) * * Matthias Andree */ - if (peek_capable && strstr(greeting, "Maillennium POP3/PROXY server")) { + if (peek_capable && strstr(greeting, "Maillennium POP3")) { if ((ctl->server.workarounds & WKA_TOP) == 0) { - report(stdout, GT_("Warning: \"Maillennium POP3/PROXY server\" found, using RETR command instead of TOP.\n")); + report(stdout, GT_("Warning: \"Maillennium POP3\" found, using RETR command instead of TOP.\n")); ctl->server.workarounds |= WKA_TOP; } peek_capable = 0;