Archive
Archive for June, 2016
Check Spamassassin perl modules
June 19, 2016
Comments off
To check spamassassin and verify all required perl modules are installed
run this:
spamassassin -D –lint 2>&1 | grep -i failed
then use cpan install module::name ie
cpan install Digest::SHA1
Some additions are required to augment the default install. There is benefit
to adding missing modules as a more complete spam analysis will occur.
Categories: sysadmin