blob: f22b5ac8e6d42a309a00e94d076484a259928bed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
|