From 7809db568b03546750930200bc84a865fbe1991b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 11 Jul 2001 04:34:34 +0000 Subject: Add a comment. svn path=/trunk/; revision=3414 --- pop3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pop3.c b/pop3.c index 1046aa66..83abbaf3 100644 --- a/pop3.c +++ b/pop3.c @@ -714,6 +714,7 @@ static int pop3_logout(int sock, struct query *ctl) /* * Just in case the server marks messages deleted when seen. * Yes, this has been reported, in the MercuryP/NLM server. + * It's even legal under RFC 1939 (section 8) as a site policy. */ if (ctl->keep) gen_transact(sock, "RSET"); -- cgit v1.2.3