summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-05-26 08:46:59 +0000
committerfukachan <fukachan>2005-05-26 08:46:59 +0000
commitff9e57033c63f6be74bc0f2771631af7518879b5 (patch)
treeb2e798bd3483c185f958a8fe35d5786435ddc3b5 /fml
parent927ff7698e6638d2870fd64b5abec5efb892e520 (diff)
downloadfml8-ff9e57033c63f6be74bc0f2771631af7518879b5.tar.gz
fml8-ff9e57033c63f6be74bc0f2771631af7518879b5.tar.bz2
fml8-ff9e57033c63f6be74bc0f2771631af7518879b5.zip
define virus checker definitions.
currently support only clamav interface.
Diffstat (limited to 'fml')
-rw-r--r--fml/etc/src/config.cf.en/virus.cf26
-rw-r--r--fml/etc/src/config.cf.ja/virus.cf26
2 files changed, 52 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/virus.cf b/fml/etc/src/config.cf.en/virus.cf
new file mode 100644
index 00000000..f22b5ac8
--- /dev/null
+++ b/fml/etc/src/config.cf.en/virus.cf
@@ -0,0 +1,26 @@
+=head2 ARTICLE VIRUS FILTER CONFIGURATIONS
+
+
+# Descriptions:
+# History:
+# Value: YES_OR_NO
+# Examples:
+use_article_virus_filter = no
+
+
+# Descriptions: list up driver names used as virus checker.
+# History: none
+# Value: MIX ( virusassassin virusc bogofilter )
+# Examples: bogofilter
+article_virus_filter_functions = clamav
+
+
+=head3 ClamAV
+
+
+# Descriptions: --mbox needed for mail files.
+# History: none
+# Value: COMMAND_LINE_OPTIONS
+# Examples: --quiet --mbox
+article_virus_filter_clamav_options = --quiet --mbox
+
diff --git a/fml/etc/src/config.cf.ja/virus.cf b/fml/etc/src/config.cf.ja/virus.cf
new file mode 100644
index 00000000..f22b5ac8
--- /dev/null
+++ b/fml/etc/src/config.cf.ja/virus.cf
@@ -0,0 +1,26 @@
+=head2 ARTICLE VIRUS FILTER CONFIGURATIONS
+
+
+# Descriptions:
+# History:
+# Value: YES_OR_NO
+# Examples:
+use_article_virus_filter = no
+
+
+# Descriptions: list up driver names used as virus checker.
+# History: none
+# Value: MIX ( virusassassin virusc bogofilter )
+# Examples: bogofilter
+article_virus_filter_functions = clamav
+
+
+=head3 ClamAV
+
+
+# Descriptions: --mbox needed for mail files.
+# History: none
+# Value: COMMAND_LINE_OPTIONS
+# Examples: --quiet --mbox
+article_virus_filter_clamav_options = --quiet --mbox
+