aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pop3.c1
1 files changed, 1 insertions, 0 deletions
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");