diff options
| author | fukachan <fukachan> | 2004-05-22 02:47:28 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-05-22 02:47:28 +0000 |
| commit | 2deadbc210314fe9dfbb589b3397be8fc85f5e53 (patch) | |
| tree | a61e1c977a0d31b5d1161906dd3b3721a9c1b70e /fml/etc | |
| parent | 3c0a182f0507c7a466caf618dc114770d7a407b2 (diff) | |
| download | fml8-2deadbc210314fe9dfbb589b3397be8fc85f5e53.tar.gz fml8-2deadbc210314fe9dfbb589b3397be8fc85f5e53.tar.bz2 fml8-2deadbc210314fe9dfbb589b3397be8fc85f5e53.zip | |
add spam filter
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/spam.cf | 44 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/spam.cf | 44 | ||||
| -rw-r--r-- | fml/etc/src/list.cf | 1 |
3 files changed, 89 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/spam.cf b/fml/etc/src/config.cf.en/spam.cf new file mode 100644 index 00000000..05ac4fe2 --- /dev/null +++ b/fml/etc/src/config.cf.en/spam.cf @@ -0,0 +1,44 @@ +=head2 ARTICLE SPAM FILTER CONFIGURATIONS + + +# Descriptions: +# History: +# Value: +# Examples: +use_article_spam_filter = no + + +# Descriptions: list up driver names used as spam checker. +# History: none +# Value: spamassassin | spamc | bogofilter +# Examples: bogofilter +article_spam_filter_functions = bogofilter + + +=head3 SpamAssassin + + +# Descriptions: exit non-zero status code when spam caught if "-e" specified. +# History: none +# Value: STR +# Examples: -e +article_spam_filter_spamassassin_options = -e + + +# Descriptions: spamc optoins. "-c" means check only. +# History: none +# Value: STR +# Examples: -c +article_spam_filter_spamc_options = -c + + +=head3 BogoFilter + + +# Descriptions: "-e" implies embedded mode. +# History: none +# Value: STR +# Examples: -e +article_spam_filter_bogofilter_options = -e + + diff --git a/fml/etc/src/config.cf.ja/spam.cf b/fml/etc/src/config.cf.ja/spam.cf new file mode 100644 index 00000000..05ac4fe2 --- /dev/null +++ b/fml/etc/src/config.cf.ja/spam.cf @@ -0,0 +1,44 @@ +=head2 ARTICLE SPAM FILTER CONFIGURATIONS + + +# Descriptions: +# History: +# Value: +# Examples: +use_article_spam_filter = no + + +# Descriptions: list up driver names used as spam checker. +# History: none +# Value: spamassassin | spamc | bogofilter +# Examples: bogofilter +article_spam_filter_functions = bogofilter + + +=head3 SpamAssassin + + +# Descriptions: exit non-zero status code when spam caught if "-e" specified. +# History: none +# Value: STR +# Examples: -e +article_spam_filter_spamassassin_options = -e + + +# Descriptions: spamc optoins. "-c" means check only. +# History: none +# Value: STR +# Examples: -c +article_spam_filter_spamc_options = -c + + +=head3 BogoFilter + + +# Descriptions: "-e" implies embedded mode. +# History: none +# Value: STR +# Examples: -e +article_spam_filter_bogofilter_options = -e + + diff --git a/fml/etc/src/list.cf b/fml/etc/src/list.cf index f4ebf39e..e0629c1f 100644 --- a/fml/etc/src/list.cf +++ b/fml/etc/src/list.cf @@ -14,6 +14,7 @@ lock.cf log.cf distribute.cf article.cf +spam.cf spool.cf summary.cf htmlarchive.cf |
