aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-07-11 04:34:34 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-07-11 04:34:34 +0000
commit7809db568b03546750930200bc84a865fbe1991b (patch)
tree2f14110840e1f16ee1d30a28a9633828b882b27a
parent9060fa90d0486f43afdfe02294221932583ac631 (diff)
downloadfetchmail-7809db568b03546750930200bc84a865fbe1991b.tar.gz
fetchmail-7809db568b03546750930200bc84a865fbe1991b.tar.bz2
fetchmail-7809db568b03546750930200bc84a865fbe1991b.zip
Add a comment.
svn path=/trunk/; revision=3414
-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");