diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-15 03:24:30 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-15 03:24:30 +0000 |
commit | 1277744aa60373dd2346ec8a81bdd03de79b78c8 (patch) | |
tree | bf44197da920fd88aa61a933be2a9a5f01eef6d9 /NEWS | |
parent | a74182b892b0ab4f67c5bd7987fe5de9856dc436 (diff) | |
download | fetchmail-1277744aa60373dd2346ec8a81bdd03de79b78c8.tar.gz fetchmail-1277744aa60373dd2346ec8a81bdd03de79b78c8.tar.bz2 fetchmail-1277744aa60373dd2346ec8a81bdd03de79b78c8.zip |
Add warning.
svn path=/trunk/; revision=883
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,13 @@ ------------------------------------------------------------------------------ fetchmail-3.5 () +Note: The .poprc compatibility hack that allows your first user declaration +per server to omit the "username" show has been causing some confusion (see +question F3 in the FAQ for details). Use of the feature now generates a +warning to standard error. In a future release, probably 4.0, this hack +will be removed and the leading `username' token required for every user +entry. + features -- * The host that ETRN specifies is now set by the smtphost option. |