Mercurial > noffle
diff INSTALL.html @ 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 | 04124a4423d4 |
children |
line wrap: on
line diff
--- a/INSTALL.html Thu May 04 09:16:09 2000 +0100 +++ b/INSTALL.html Fri May 05 08:23:15 2000 +0100 @@ -131,10 +131,11 @@ Add a line for running noffle to the crontab of news (by running 'crontab -u news -e' as root): <pre> - 0 19 * * 1 /usr/local/bin/noffle --expire 14 + 0 19 * * 1 /usr/local/bin/noffle --expire </pre> (if you want to run 'noffle' on Monday (1st day of week) at -19.00 and delete all articles not accessed within the last 14 days). +19.00 and delete all articles not accessed recently. The default +expiry period is 14 days, but this can be changed in /etc/noffle.conf. <p> </ul>