diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-08 15:09:28 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-08 15:09:28 +0000 |
commit | 0fc8ec688bbbf6c5256d00ca233a9bfb3a7f2a56 (patch) | |
tree | e643715e5c172ba9bc7318919ae806b0250472d6 | |
parent | f6c3981a6a468797cf56fa26d662a44831a0b900 (diff) | |
download | fetchmail-0fc8ec688bbbf6c5256d00ca233a9bfb3a7f2a56.tar.gz fetchmail-0fc8ec688bbbf6c5256d00ca233a9bfb3a7f2a56.tar.bz2 fetchmail-0fc8ec688bbbf6c5256d00ca233a9bfb3a7f2a56.zip |
Ready to ship.
svn path=/trunk/; revision=2078
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | fetchmail.man | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -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 |