diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 16:46:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 16:46:47 +0000 |
commit | d209103296ad13a8b375cf69f462a25d40b8daf6 (patch) | |
tree | a74ca18725a35410ac077e5a45878d6a303a7bd0 | |
parent | 9d6919aea22179a19e091d85c3320f51439a9f81 (diff) | |
download | fetchmail-d209103296ad13a8b375cf69f462a25d40b8daf6.tar.gz fetchmail-d209103296ad13a8b375cf69f462a25d40b8daf6.tar.bz2 fetchmail-d209103296ad13a8b375cf69f462a25d40b8daf6.zip |
Removed all pretentions to RPOP support.
svn path=/trunk/; revision=269
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |