]> Pileus Git - ~andy/fetchmail/commitdiff
There is now a documented return code 13 for termination on fetchlimit.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 16 May 1999 16:28:14 +0000 (16:28 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 16 May 1999 16:28:14 +0000 (16:28 -0000)
svn path=/trunk/; revision=2476

NEWS
fetchmail.h
fetchmail.man

diff --git a/NEWS b/NEWS
index 7c7225da2c969d2b78c5c943d096216c6b4789f7..1875a41b8a57d3757e67e7058c2feae6c3da1d7c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,8 @@
 fetchmail-5.1.0 ():
 * Fixed compilation error on systems without vnsprintf.
 * No more GIFs!  RPM is now patent-encumbrance-free.
-* Fix yet nother annoying qmail \n bug (thanks to Paul Gilmore).
+* Fix yet another annoying qmail \n bug (thanks to Paul Gilmore).
+* There is now a documented return code 13 for termination on fetchlimit.
 
 There are 260 people on fetchmail-friends and 387 on fetchmail-announce.
 
index 0c0118e7ad98161616f7dab6374234c05ebf0ae8..9ff6d89933b11dcff8feef21a4b486942830f4eb 100644 (file)
 #define                PS_SMTP         10      /* SMTP error */
 #define                PS_DNS          11      /* fatal DNS error */
 #define                PS_BSMTP        12      /* output batch could not be opened */
+#define                PS_MAXFETCH     13      /* poll ended by fetch limit */
 /* leave space for more codes */
 #define                PS_UNDEFINED    23      /* something I hadn't thought of */
 #define                PS_TRANSIENT    24      /* transient failure (internal use) */
 #define                PS_REFUSED      25      /* mail refused (internal use) */
 #define                PS_RETAINED     26      /* message retained (internal use) */
 #define                PS_TRUNCATED    27      /* headers incomplete (internal use) */
-#define                PS_MAXFETCH     28      /* poll ended by fetch limit */
 
 /* output noise level */
 #define         O_SILENT       0       /* mute, max squelch, etc. */
index 2e860624b872690def647fea628037701733e8e2..ce5f4ef866b8c4b4c12cd192eb87e2cbdbc6e35e 100644 (file)
@@ -1717,6 +1717,8 @@ Fatal DNS error.  Fetchmail encountered an error while performing
 a DNS lookup at startup and could not proceed.
 .IP 12
 BSMTP batch file could not be opened.
+.IP 13
+Poll terminated by a fetch limit (see the --fetchlimit option).
 .IP 23
 Internal error.  You should see a message on standard error with
 details.