Mercurial > noffle
diff noffle.conf.example @ 38:8e972daaeab9 noffle
[svn] Applied patch from Jim Hague:
- Forget cached group info when group database closed.
- Added list of 'forbidden' newsgroup specs.
- Fixed problem with article numbering if the overview file empties.
- Changed %i to %d in sscanfs (%i interprets leading zeros as octal numbers)
- New groups now always start numbering at article 1.
- Record newsgroup posting status. Enforce it at posting time.
Added --modify
- Added group deletion.
- Added wildmat code taken from INN
author | enz |
---|---|
date | Fri, 05 May 2000 08:23:15 +0100 |
parents | cb6cab9fbdf9 |
children | f17eb481c126 |
line wrap: on
line diff
--- a/noffle.conf.example Thu May 04 09:16:09 2000 +0100 +++ b/noffle.conf.example Fri May 05 08:23:15 2000 +0100 @@ -52,3 +52,18 @@ remove-messageid no replace-messageid yes + +# Set the default expire period in days +default-expire 14 + +# Expire all alt.* groups after 2 days, except for alt.oxford.* +# expire after 4 days and alt.oxford.talk never expire. +#expire alt.oxford.talk 0 +#expire alt.oxford.* 4 +#expire alt.* 2 + +# Appearing here, this is equivalent to 'default-expire 20' above. If it +# appeared before the other expire lines, all groups would be +# expired at 20 days, as it would be the first custom match +# for every group. +#expire * 20