From 25a5ace978a43b9c607a6a080ff5d8884b5e4dfc Mon Sep 17 00:00:00 2001 From: leeym Date: Sat, 16 Oct 2004 01:26:41 +0000 Subject: Add clamassassin Clamassassin is a simple virus filter wrapper for ClamAV for use in procmail filters and similiar applications. Clamassassin's interface is similiar to that of spamassassin, making it easy to implement for those familiar with that tool. Clamassassin is designed with an emphasis on security, robustness and simplicity. PR: 72698 Submitted by: Matt --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index 32111577511..4c961bea7cd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -42,6 +42,7 @@ SUBDIR += chkrootkit SUBDIR += chrootuid SUBDIR += cksfv + SUBDIR += clamassassin SUBDIR += clamav SUBDIR += clamav-devel SUBDIR += clamsmtp -- cgit