diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-12-14 09:05:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-12-14 09:05:15 +0000 |
commit | 50c5fd114425e427abab1b6237a94277d9a78b3b (patch) | |
tree | 435703577ed33fd77c6b2d3dccb9a2ba3d51c9e8 | |
parent | 897c839c6b793a1397722e55e76110f8a8b3874a (diff) | |
download | fetchmail-50c5fd114425e427abab1b6237a94277d9a78b3b.tar.gz fetchmail-50c5fd114425e427abab1b6237a94277d9a78b3b.tar.bz2 fetchmail-50c5fd114425e427abab1b6237a94277d9a78b3b.zip |
Ready to ship.
svn path=/trunk/; revision=3564
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | fetchmail.man | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -2,6 +2,8 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.9.6 (Fri Dec 14 04:03:50 EST 2001), 21247 lines: + * OPIE bug fixes by Jun Miyoshi <usako@omnisci.co.jp>. * Documented known IDLE bug in the todo.html file. * Sunil Shetye's fix for a timeout/reconnect bug. @@ -9,6 +11,8 @@ * The duplicate-killer doesn't try to operate if we can get an actual recipient address from the trace headers. +There are 416 people on fetchmail-friends and 629 on fetchmail-announce. + fetchmail-5.9.5 (Thu Nov 8 14:14:35 EST 2001), 21162 lines: * Changed the logging logic along lines suggested by Jan Klaverstijn, diff --git a/fetchmail.man b/fetchmail.man index 785a12b9..e93fc4c7 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1123,9 +1123,7 @@ Leave the message in the server mailbox for later retrieval. .TP 5 552 (message exceeds fixed maximum message size) Delete the message from the server. Send bounce-mail to the -originator, unless the nobounce option is on in which case a -transient error is returned to the server (and the messgage is -retained there). +originator. .TP 5 553 (invalid sending domain) Delete the message from the server. Send bounce-mail to the originator. |