Mercurial > noffle
diff noffle.conf.example @ 131:3598fc9581c1 noffle
[svn] Added filtering
author | bears |
---|---|
date | Wed, 09 Aug 2000 22:30:58 +0100 |
parents | 2869baa02f3c |
children | 7dfbb1c20a81 |
line wrap: on
line diff
--- a/noffle.conf.example Wed Aug 09 22:26:28 2000 +0100 +++ b/noffle.conf.example Wed Aug 09 22:30:58 2000 +0100 @@ -78,3 +78,14 @@ # expired at 20 days, as it would be the first custom match # for every group. #expire * 20 + +# Sample article filtering. +# 1. Silently dump without fetching any article with a title +# looking like '$$$ Make Money Now $$$'. +# 2. Fetch articles cross-posted to more than 3 groups where one of the +# groups is alt.flame in overview mode only. +# 3. Fetch all articles > 20k in size in overview mode only. + +#filter subject="\$+.*Make.*Money.*Now.*\$\$\$" action=discard +#filter xposts>3 group=alt.flame action=over +#filter bytes>20480 action=over