1EXPIRERM(8) InterNetNews Documentation EXPIRERM(8)
2
3
4
6 expirerm - Remove articles that have been expired
7
9 expirerm file
10
12 expirerm is a script that removes a list of files. The specified file
13 lists the files to be removed. It is usually created by expire -z.
14 This file is sorted, and then fed into a pipeline responsible for doing
15 the removal, normally fastrm. (You may want to edit expirerm to change
16 the flags passed to fastrm.)
17
18 If there seemed to be a problem removing the files, then a mail is sent
19 to the news administrator. If there were no problems, then file is
20 renamed to pathlog/expire.list where it is kept (for safety) until the
21 next time expiration is done.
22
24 Written by Landon Curt Noll <chongo@toad.com> and Rich $alz
25 <rsalz@uunet.uu.net>. Converted to POD by Julien Elie.
26
28 expire(8), fastrm(1), newslog(5).
29
30
31
32INN 2.7.0 2022-07-10 EXPIRERM(8)