# HG changeset patch # User bears # Date 960878468 -3600 # Node ID 2869baa02f3c78a18fe3d58426eb2b7f9e21b59e # Parent 46062d2f9d2066673ae828c22926c6a36a80d183 [svn] Auto subscribe mode by group diff -r 46062d2f9d20 -r 2869baa02f3c docs/noffle.conf.5 --- a/docs/noffle.conf.5 Tue Jun 13 07:38:18 2000 +0100 +++ b/docs/noffle.conf.5 Tue Jun 13 07:41:08 2000 +0100 @@ -1,5 +1,5 @@ .TH noffle.conf 5 -.\" $Id: noffle.conf.5 100 2000-05-18 12:17:23Z bears $ +.\" $Id: noffle.conf.5 146 2000-06-13 06:41:08Z bears $ .SH NAME noffle.conf \- Configuration file for NOFFLE news server @@ -122,8 +122,18 @@ Default: no .TP -.B auto-subscribe-mode full|thread|over -Mode for auto-subscribe option. +.B auto-subscribe-mode full|thread|over +Mode for auto-subscribe option for groups that match the given +pattern. +.br +Default: none + +.TP +.B default-auto-subscribe-mode full|thread|over +Default mode for auto-subscribe option. Used for all groups that do +not match a pattern specified with +.B auto-subscribe-mode +entries (if any). .br Default: over diff -r 46062d2f9d20 -r 2869baa02f3c noffle.conf.example --- a/noffle.conf.example Tue Jun 13 07:38:18 2000 +0100 +++ b/noffle.conf.example Tue Jun 13 07:41:08 2000 +0100 @@ -50,9 +50,9 @@ # Automatically put groups on fetchlist, if someone accesses them. # Mode can be: full, thread, over -auto-subscribe no -#auto-subscribe-mode over - +auto-subscribe yes +default-auto-subscribe-mode full +#auto-subscribe-mode *.binaries.* over # Replace Message-ID in posted articles. For generating Message-IDs, # the domain name of your system should be a valid domain name.