「Cleanfeed」:修訂間差異

出自Gea-Suan Lin's Wiki
Gslin留言 | 貢獻
Gslin留言 | 貢獻
第7行: 第7行:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
cd ~/etc; wget -c -O filter_innd.pl https://raw.githubusercontent.com/crooks/cleanfeed/refs/heads/master/cleanfeed
cd ~/etc; wget -c -O filter_innd.pl https://raw.githubusercontent.com/crooks/cleanfeed/refs/heads/master/cleanfeed
</syntaxhighlight>
== 設定 ==
修改<code>filter_innd.pl</code>的開頭:
<syntaxhighlight lang="perl">
$config_dir = '/usr/local/news/cleanfeed/etc';
</syntaxhighlight>
</syntaxhighlight>



於 2025年1月26日 (日) 16:22 的修訂

Cleanfeed是一套過濾UsenetSpam的軟體,通常配合INN

安裝

假設INN裝在~,我們會把Cleanfeed裝到~/etc下:

cd ~/etc; wget -c -O filter_innd.pl https://raw.githubusercontent.com/crooks/cleanfeed/refs/heads/master/cleanfeed

設定

修改filter_innd.pl的開頭:

$config_dir = '/usr/local/news/cleanfeed/etc';

相關連結

外部連結