diff options
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample.rcfile b/sample.rcfile index 5ade67b2..1f2f58fc 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -52,6 +52,10 @@ # login # kerberos # +# Legal global option statements are +# +# set batchlimit = -- must be followed by a number +# # The noise keywords `and', `with', `has', `wants', and `options' are ignored # anywhere in an entry; they can be used to make it resemble English. The # punctuation charactes `,' `:' `;' are also ignored. @@ -61,6 +65,8 @@ # # This is what the developer's .fetchmailrc looks like: +set batchlimit 0 # I forward to sendmail + defaults password not_blowing_my_cover; # Use this for production |