diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-06-08 15:29:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-06-08 15:29:34 +0000 |
commit | 7ced1a55ec66d3339b16be7218f4be4b2ae3f41b (patch) | |
tree | 5a36a1c297424031b1c4a4edeb91a826187603b4 | |
parent | 705c5ff32e5e5691883a03af8d8d49423f9f06cc (diff) | |
download | fetchmail-7ced1a55ec66d3339b16be7218f4be4b2ae3f41b.tar.gz fetchmail-7ced1a55ec66d3339b16be7218f4be4b2ae3f41b.tar.bz2 fetchmail-7ced1a55ec66d3339b16be7218f4be4b2ae3f41b.zip |
Prepare for 6.0.0.
svn path=/trunk/; revision=3644
-rw-r--r-- | fetchmail-features.html | 10 | ||||
-rwxr-xr-x | indexgen.sh | 6 | ||||
-rwxr-xr-x | testservers-gen.sh | 5 |
3 files changed, 11 insertions, 10 deletions
diff --git a/fetchmail-features.html b/fetchmail-features.html index 88406990..07ef385a 100644 --- a/fetchmail-features.html +++ b/fetchmail-features.html @@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2002/03/09 12:33:08 $ +<td width="30%" align=right>$Date: 2002/06/08 15:29:34 $ </table> <HR> @@ -25,12 +25,12 @@ faciliate mail filtering by mailserver and remote account. <LI>Fetchmail now has options to handle SSL certificate validation. -<LI>Fetchmail now falls back to delivering via local MDA if it can't -open port 25. +<LI>Fetchmail can be told to fall back to delivering via local +sendmail if it can't open port 25. <LI>Support for AUTH=CRAM-MD5 under POP3, a la RFC2195. -<LI>Support for ODMR (On-Demand Mail Relay), RFC 2645 (untested). +<LI>Support for ODMR (On-Demand Mail Relay), RFC 2645. <LI>It's now easy to deliver mail to a local LMTP socket. @@ -250,7 +250,7 @@ get-mail, gwpop, pimp-1.0, pop-perl5-1.2, popc, popmail-1.6 and upop. <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2002/03/09 12:33:08 $ +<td width="30%" align=right>$Date: 2002/06/08 15:29:34 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> diff --git a/indexgen.sh b/indexgen.sh index 8dd2a5d1..3885ceaf 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -324,7 +324,7 @@ helps redirect multidrop mail.</P> <P>Donncha O Caoihm has written a Perl script called <a href="http://cork.linux.ie/projects/install-sendmail/">install-sendmail</a> -that assists you in installing sendmail and fetchmail together/</P> +that assists you in installing sendmail and fetchmail together.</P> <P>Peter Hawkins has written a script called <a href="http://www.hawkins.emu.id.au/gotmail/">gotmail</a> @@ -335,8 +335,8 @@ Yahoo webmail.</P> <P>A hacker identifying himself simply as \`Steines' has written a filter which rewrites the to-line with a line which only includes receipients for a given domain and renames the old to-line. It also -rewrites the domainpart of addresses if the offical domain is -different to local domain. You can find it <a +rewrites the domain-part of addresses if the offical domain is +different from the local domain. You can find it <a href="http://www.steines.com/mailf/">here</a>.</P> <H1>Fetchmail's funniest fan letter:</H1> diff --git a/testservers-gen.sh b/testservers-gen.sh index 2c2accbf..75bbd715 100755 --- a/testservers-gen.sh +++ b/testservers-gen.sh @@ -37,8 +37,9 @@ here, please consider lending me a test account. Note that I do <em>not</em> need shell access, just the permissions to send mail to a mailbox the server looks at and to fetch mail off of it.<P> <p> -I'd like to have weird things like a POP2 server and broken things like -Microsoft Exchange on here. These are the real robustness tests. +I'd like to have weird things like a POP2 server on here. Also more +closed-source servers because they tend to be broken in odd +ways. These are the real robustness tests. <HR> <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="/~esr">Eric's Home Page</a> |