diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-12-14 17:07:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-12-14 17:07:36 +0000 |
commit | f25af5faf997e3b48c69fd1dc3f931d37b32deaa (patch) | |
tree | 6f74b2127d28b9ac4fdfa7bea585f3e26e02df75 | |
parent | ddd97017a0d4a7533bf6bf81f3b1240fba33d1b0 (diff) | |
download | fetchmail-f25af5faf997e3b48c69fd1dc3f931d37b32deaa.tar.gz fetchmail-f25af5faf997e3b48c69fd1dc3f931d37b32deaa.tar.bz2 fetchmail-f25af5faf997e3b48c69fd1dc3f931d37b32deaa.zip |
Ready to ship.
svn path=/trunk/; revision=2274
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | fetchmail.man | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 6ea3faea..0dc3d273 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 4.6.9 +VERSION = 4.7.0 SUBDIRS = @INTLSUB@ @POSUB@ @@ -1,6 +1,6 @@ Release Notes: -fetchmail-4.7.0 (): +fetchmail-4.7.0 (Mon Dec 14 12:05:27 EST 1998): * Minor correction to make i18n subdirectory builds work better. * Rob Funk's old-message-check optimization. * Fix an error in the logic for detecting when all connections are wedged. @@ -10,7 +10,7 @@ fetchmail-4.7.0 (): * Search .netrc on via name as well as poll name (thanks to Rob Funk). * Handle SMTP error responses from DATA, so zmailer will work. -There are 243 people on fetchmail-friends and 322 on fetchmail-announce. +There are 246 people on fetchmail-friends and 327 on fetchmail-announce. fetchmail-4.6.9 (Tue Dec 1 14:46:19 EST 1998): * Better RFC822 conformance in fetchmail trace headers. diff --git a/fetchmail.man b/fetchmail.man index c84c7d0c..eea23d2e 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -816,7 +816,7 @@ to the client via SMTP. Therefore it sends only undelivered messages. .SH SPAM FILTERING Many SMTP listeners allow administrators to set up `spam filters' that -block unsolicited email from specified domains. A MAIL FROM line that +block unsolicited email from specified domains. A MAIL FROM or DATA line that triggers this feature will elicit an SMTP response which (unfortunately) varies according to the listener. .PP |