summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fml/etc/src/config.cf.en/spam.cf44
-rw-r--r--fml/etc/src/config.cf.ja/spam.cf44
-rw-r--r--fml/etc/src/list.cf1
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