comparison noffle.conf.example @ 131:3598fc9581c1 noffle

[svn] Added filtering
author bears
date Wed, 09 Aug 2000 22:30:58 +0100
parents 2869baa02f3c
children 7dfbb1c20a81
comparison
equal deleted inserted replaced
130:d6c006a27ffe 131:3598fc9581c1
76 # Appearing here, this is equivalent to 'default-expire 20' above. If it 76 # Appearing here, this is equivalent to 'default-expire 20' above. If it
77 # appeared before the other expire lines, all groups would be 77 # appeared before the other expire lines, all groups would be
78 # expired at 20 days, as it would be the first custom match 78 # expired at 20 days, as it would be the first custom match
79 # for every group. 79 # for every group.
80 #expire * 20 80 #expire * 20
81
82 # Sample article filtering.
83 # 1. Silently dump without fetching any article with a title
84 # looking like '$$$ Make Money Now $$$'.
85 # 2. Fetch articles cross-posted to more than 3 groups where one of the
86 # groups is alt.flame in overview mode only.
87 # 3. Fetch all articles > 20k in size in overview mode only.
88
89 #filter subject="\$+.*Make.*Money.*Now.*\$\$\$" action=discard
90 #filter xposts>3 group=alt.flame action=over
91 #filter bytes>20480 action=over