aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--fetchmail.man4
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 876342c6..c38e50a5 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,9 @@ fetchmail-4.6.1 ():
* Fixed a minor memory leak in the IP-address-comparison code.
* Mark Staveley's patch to suppress progress dots from non-detached daemon
fetchmails.
-* Removed -pipe optin, it confuses too many non-GCC compilers.
+* Removed -pipe option, it confuses too many non-GCC compilers.
+
+There are 257 people on fetchmail-friends and 294 on fetchmail-announce.
fetchmail-4.6.0 (Fri Sep 18 13:17:17 EDT 1998):
* Added Bill Adams's mailqueue.pl to the contrib directory.
diff --git a/fetchmail.man b/fetchmail.man
index 54e287d0..f41f0d12 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -1356,13 +1356,13 @@ delivered to client user `happy'.
Here's an example of another kind of multidrop connection:
.nf
- poll pop.provider.net localdomains loonytoons.org:
+ poll pop.provider.net localdomains loonytoons.org toons.org:
user maildrop with pass secret1 to esr * here
.fi
This also says that the mailbox of account `maildrop' on the server is
a multi-drop box. It tells fetchmail that any address in the
-loonytoons.org domain (including subdomain addresses like
+loonytoons.org or toons.org domains (including subdomain addresses like
`joe@daffy.loonytoons.org') should be passed through to the local SMTP
listener without modification. Be careful of mail loops if you do this!
.PP