diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-03-09 12:21:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-03-09 12:21:27 +0000 |
commit | 0b20baf69796e1bc4f71accdc76ee9d8ac13593d (patch) | |
tree | a7de7ab301d2c59ad566cf0528157f41e5ddc33a /fetchmail-FAQ.html | |
parent | d4cc1c13476283d4d497b9eda3246449605bcf27 (diff) | |
download | fetchmail-0b20baf69796e1bc4f71accdc76ee9d8ac13593d.tar.gz fetchmail-0b20baf69796e1bc4f71accdc76ee9d8ac13593d.tar.bz2 fetchmail-0b20baf69796e1bc4f71accdc76ee9d8ac13593d.zip |
Error return bug fix.
svn path=/trunk/; revision=3586
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r-- | fetchmail-FAQ.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 321b5600..890ca259 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: 2002/02/01 21:47:49 $ +<td width="30%" align=right>$Date: 2002/03/09 12:21:27 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -2216,7 +2216,8 @@ order to avoid a `lock busy' error.) Fetchmail only sends a delete mail request to the server when either (a) it gets a positive delivery acknowledgment from the SMTP -listener, or (b) it gets an error 571 (the spam-filter error) from the +listener, or (b) it gets one of the spam-filter errors (see the +description of the <code>antispam></code> option) from the listener. No interrupt can cause it to lose mail. <p>However, IMAP2bis has a design problem in that its normal fetch @@ -3005,7 +3006,7 @@ date from the last Received header.<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: 2002/02/01 21:47:49 $ +<td width="30%" align=right>$Date: 2002/03/09 12:21:27 $ </table> <ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@thyrsus.com></A></ADDRESS> |