From f6f4def1a28b6a3528e0391a5eccd9c403881765 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 4 Jul 2001 02:46:22 +0000 Subject: Don't rely on snprintf. svn path=/trunk/; revision=3393 --- fetchmailconf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index a92e542c..1c75e798 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1273,6 +1273,13 @@ camel dung identified to me as `popa3d written by Solar Designer'. Beware! The UIDL support in this thing is known to be completely broken, and other things probably are too. +""" + if string.find(greetline, "MercuryP/NLM v1.48") > 0: + warnings = warnings + """ +This is not a POP3 server. It has delusions of being one, but after +RETR all messages are automatically marked to be deleted. The only +way to prevent this is to issue an RSET before leaving the server. + """ if string.find(greetline, "POP-Max") > 0: warnings = warnings + """ -- cgit v1.2.3