Mercurial > noffle
comparison 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 |
comparison
equal
deleted
inserted
replaced
37:792eb10e936d | 38:8e972daaeab9 |
---|---|
50 # the domain name of your system should be a valid domain name. | 50 # the domain name of your system should be a valid domain name. |
51 # If you are in a local domain, set it to your provider's domain name. | 51 # If you are in a local domain, set it to your provider's domain name. |
52 | 52 |
53 remove-messageid no | 53 remove-messageid no |
54 replace-messageid yes | 54 replace-messageid yes |
55 | |
56 # Set the default expire period in days | |
57 default-expire 14 | |
58 | |
59 # Expire all alt.* groups after 2 days, except for alt.oxford.* | |
60 # expire after 4 days and alt.oxford.talk never expire. | |
61 #expire alt.oxford.talk 0 | |
62 #expire alt.oxford.* 4 | |
63 #expire alt.* 2 | |
64 | |
65 # Appearing here, this is equivalent to 'default-expire 20' above. If it | |
66 # appeared before the other expire lines, all groups would be | |
67 # expired at 20 days, as it would be the first custom match | |
68 # for every group. | |
69 #expire * 20 |