home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 2
/
crawlyvol2.bin
/
apps
/
telecomm
/
o_026
/
oexpire.inf
< prev
next >
Wrap
Text File
|
1994-11-11
|
3KB
|
83 lines
# @(#)oexpire.inf - 25.5.92
# OEXPIRE.INF: CONFIGURATION FILE FOR OEXPIRE.TTP
#
# This file sets up configuration for oexpire.ttp by defining the
# criteria according to which msgs are to be removed from the
# database.
# Every line in the file defines one newsgroup. Lines have the format:
#
# Group-RE [Commands]
#
# `Group-RE' is a regular expression matching all groups that are to
# be concerned by the line. Note that regular expressions are not
# wildcards, esp. you have to type \. instead of . to match the dot
# in newsgroup names. E.g.: to match comp.lang.c, type
# comp\.lang\.c
# instead of "comp.lang.c". A dot matches any character (like ? in
# wildcards), a * matches any number of the previous RE. To match
# everything, use ".*".
# Note that all groups that are not matched by any line will not be
# expired at all, so you should always have a ".*" line at the end
# of the file. If it is at the beginning of the file, it will overrun
# all other settings.
# Groups are matched in the order given, so you might e.g. first define
# comp.lang.c and then the other comp.* groups:
#
# comp\.lang\.c days=21 msgs=200
# comp\..* days=7 udays=14 msgs=100
#
#
# `Command' can be any number of the following:
#
# days=nnn all read msgs that are older than nnn days will
# be deleted. This sets an upper limit for the
# age of read msgs. If nnn is -1 (default) then
# no age limit will be set for read msgs.
# If nnn is 0 then all read msgs will be deleted.
#
# udays=nnn same as `days' but for unread msgs. If nnn is
# -1 (default) then no age limit will be set for
# unread msgs but they may be deleted according to
# newsgroup size (see `msgs' below).
# If nnn is -2 then unread msgs will never be deleted.
# If nnn is 0 then all unread msgs will be deleted.
#
# size=nnn all msgs that are larger than nnn bytes will be
# deleted. This sets an upper limit for the size
# of msgs. If nnn is -1 (default) then no size
# limit will be set. Unread msgs will be deleted
# as well unless udays=-2 is given.
#
# msgs=nnn all msgs except the nnn youngest will be
# deleted. This sets an upper limit for the
# number of msgs in a newsgroup. If nnn is -1
# (default) then no number limit will be set.
#
# Giving no commands at all (i.e. only using the RE on a line) is equivalent
# to setting all to -1, and will disable expiration of the matched groups.
# Note that you can still delete msgs from such groups by setting their
# "killed" flag in the newsreader.
#
# You may wish to delete this comment block to save space and time.
# Be sure to keep a copy.
#
# Groups to be emptied completely
junk|control days=0 udays=0 msgs=0
# Groups to be kept forever
Mail\..*\.archive
# Read mail is to be kept 3 days, then sent to archive.
# Unread mail is to be kept forever (until read).
Mail\..* days=3 udays=-2
# Expiration for Mausnet groups:
# Infofiles never, others 200 msgs/14 days
mausnet\.Infofiles
mausnet\..* msgs=200 days=14 udays=30
# default:
.* days=7 udays=12 msgs=100