aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-09 16:46:47 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-09 16:46:47 +0000
commitd209103296ad13a8b375cf69f462a25d40b8daf6 (patch)
treea74ca18725a35410ac077e5a45878d6a303a7bd0
parent9d6919aea22179a19e091d85c3320f51439a9f81 (diff)
downloadfetchmail-d209103296ad13a8b375cf69f462a25d40b8daf6.tar.gz
fetchmail-d209103296ad13a8b375cf69f462a25d40b8daf6.tar.bz2
fetchmail-d209103296ad13a8b375cf69f462a25d40b8daf6.zip
Removed all pretentions to RPOP support.
svn path=/trunk/; revision=269
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7dd1e198..1b44c27e 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,9 @@ features --
* Arrange for timeout of client after 5 minutes if connection to server is
dropped (thanks to Gaspar Sinai).
+* All pretensions to RPOP support have been dropped. Yes, this is a feature,
+ RPOP is very vulnerable to spoofing! Use APOP instead.
+
bugs --
* Fix buggy getopt specification of P and p options.