diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-06-07 12:04:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-06-07 12:04:11 +0000 |
commit | 6444ac325e9211110a672e0463fd83f71bff56d4 (patch) | |
tree | 0c36a4549b484df7ebdd9eee41ea0d6e0178a7cd /fetchmail-FAQ.html | |
parent | f3180afca8b631a8b35e056814e9e2d3ef894101 (diff) | |
download | fetchmail-6444ac325e9211110a672e0463fd83f71bff56d4.tar.gz fetchmail-6444ac325e9211110a672e0463fd83f71bff56d4.tar.bz2 fetchmail-6444ac325e9211110a672e0463fd83f71bff56d4.zip |
Added G12 on Y2K compliance.
svn path=/trunk/; revision=2483
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r-- | fetchmail-FAQ.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 49100450..bae9cb61 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.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: 1999/05/16 20:20:41 $ +<td width="30%" align=right>$Date: 1999/06/07 12:04:11 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -38,6 +38,9 @@ IP address?</a><br> <a href="#G10">G10. Is any special configuration needed to use firewalls?</a><br> <a href="#G11">G11. Is any special configuration needed to <em>send</em> mail?</a><br> +<a href="#G12">G12. Is fetchmail Y2K-compliant?</a><br> + + <h1>Build-time problems:</h1> <a href="#B1">B1. Lex bombs out while building the fetchmail lexer.</a><br> @@ -554,6 +557,15 @@ automatically dial out when your kernel is called to open a TCP/IP connection, this will ensure that the mail gets out.<P> <hr> +<h2><a name="G12">G12. Is fetchmail Y2K-compliant?</a></h2> + +Fetchmail is fully Y2K-compliant.<P> + +Fetchmail could theoretically have problems when the 32-bit time_t's roll +over in 2038, but I doubt it. Timestamps aren't used for anything but +log entry generation.<P> + +<hr> <h2><a name="B2">B2. I get link failures when I try to build fetchmail.</a></h2> If you get errors resembling these<P> @@ -2373,7 +2385,7 @@ inactivity timeout.<p> <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: 1999/05/16 20:20:41 $ +<td width="30%" align=right>$Date: 1999/06/07 12:04:11 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |