spamassassin: Fixed ClamAV module for CentOS/RHEL 7.
This commit is contained in:
parent
7c03ae1f0e
commit
59b471c16c
2 changed files with 3 additions and 1 deletions
8
spamassassin/templates/clamav.cf.erb
Normal file
8
spamassassin/templates/clamav.cf.erb
Normal file
|
@ -0,0 +1,8 @@
|
|||
loadplugin Mail::SpamAssassin::Plugin::ClamAV ClamAV.pm
|
||||
|
||||
full CLAMAV eval:check_clamav()
|
||||
score CLAMAV 5
|
||||
|
||||
add_header all Virus _CLAMAV_
|
||||
|
||||
clamav_socket <%= scope.lookupvar('clamav::daemon::socket') %>
|
Loading…
Add table
Add a link
Reference in a new issue