This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## A spamassassin plugin for calling clamav | |
| # Version 2.0 was downloaded from https://wiki.apache.org/spamassassin/ClamAVPlugin | |
| # | |
| # # version 2.0, 2010-01-07 | |
| # - use SA public interface set_tag() and add_header, instead of | |
| # pushing a header field directly into $conf->{headers_spam} | |
| # | |
| # # version 2.1, 2017-09-09 (pmeulen): | |
| # - Allow ClamAV::Client, which is provided by debian package libclamav-client-perl, to be used | |
| # in addition to File::Scan::ClamAV |