diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-12-17 09:24:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-12-17 09:24:56 +0000 |
commit | 922fda732eaa27c8bdbd368382ac8e48af72094b (patch) | |
tree | 2443961b420cd36218945351ba737f253889a5b8 /mail/Makefile | |
parent | a0c246117041c3c8be00da12c7d077be6fc5663b (diff) |
This plugin uses Clam AntiVirus to scan all messages that are
received from an IMAP, LOCAL or POP account.
When a message attachment is found to contain a virus it can be
deleted or saved in a specially designated folder.
Options can be found in /Configuration/Preferences/Plugins/Clam AntiVirus.
WWW: http://www.claws-mail.org/plugins.php
PR: ports/152758
Submitted by: Pawel Pekala <c0rn at o2.pl>
Notes
Notes:
svn path=/head/; revision=266490
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 9ff3635d9e4e..33086928132b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -51,6 +51,7 @@ SUBDIR += claws-mail-attach_warner SUBDIR += claws-mail-bsfilter SUBDIR += claws-mail-cachesaver + SUBDIR += claws-mail-clamd SUBDIR += claws-mail-fancy SUBDIR += claws-mail-fetchinfo SUBDIR += claws-mail-gtkhtml2_viewer |