diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-14 23:16:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-14 23:16:24 +0000 |
commit | 06f83ea8b4a9d711aa0e308223c6be2e6ca0b08e (patch) | |
tree | 40481fb9f0d52ff5b65e815a840b1ccfb3c2f715 /sample.rcfile | |
parent | 70dcc659b0d246e0fd2879d06400c287b8638f42 (diff) | |
download | fetchmail-06f83ea8b4a9d711aa0e308223c6be2e6ca0b08e.tar.gz fetchmail-06f83ea8b4a9d711aa0e308223c6be2e6ca0b08e.tar.bz2 fetchmail-06f83ea8b4a9d711aa0e308223c6be2e6ca0b08e.zip |
The batchlimit option is now per user.
svn path=/trunk/; revision=764
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sample.rcfile b/sample.rcfile index c6da6f4b..f4fe5eb8 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -49,6 +49,7 @@ # norewrite # limit -- must be followed by numeric size limit # fetchlimit -- must be followed by numeric msg fetch limit +# batchlimit -- must be followed by numeric SMTP batch limit # # Legal protocol identifiers are # pop2 (or POP2) @@ -63,7 +64,6 @@ # # Legal global option statements are # -# set batchlimit = -- must be followed by a number # set logfile = -- must be followed by a string # # The noise keywords `and', `with', `has', `wants', and `options' are ignored @@ -75,8 +75,6 @@ # # This is what the developer's .fetchmailrc looks like: -set batchlimit = 0 # I forward to sendmail - defaults interface "sl0/10.0.2.15" # SLIRP standard address user esr is esr fetchmail-friends magic-numbers here |