Unofficial Claws Mail ClamAV™ Plugin
Enables the scanning of message attachments in mail received from a POP, IMAP, or LOCAL account using Clam AntiVirus™. It can optionally delete the mail or save it to a designated folder.
Version: 3.4
Minimum Required Claws Mail Version: 3.4.0
Download:
clamav-plugin-3.4.tar.gz
MD5 checksum: 70592b38d256d3e90c92ba7407961d71
Personal usage patch: clamav-plugin-personal_build.patch
Due to licensing issues caused by SourceFire® downgrading the license of libclamav to GPLv2, (see this post for further details), the tarball above will only build against libclamav version
<= 2:3:0. If you are using a more recent version of ClamAV™ than version 0.91
you will need to apply the clamav-plugin-personal_build.patch and then run ./autogen.sh before building.













Sun, 18th May 2008 21:28:41 +0200
Thanks for doing this. Not tryin to be 'funny' ;-) I appreciate your help.
I get an error:
./configure: line 21738: syntax error near unexpected token '0.15'
./configure: line 21738: 'AMGNUGETTEXT_VERSION(0.15)'
What do I do to fix it? (debian pkg from testing: autoconf 2.61-7 is what I have installed.)
UsingHopefully this is the correct place to post this if not please pardon my intrusion.
Mon, 19th May 2008 5:48:38 +0200
You've come to the right place to ask this question.
autoconf isn't the problem, I have the same version. It seems to be a problem with gettext support. Do you have the gettext and gettext-base packages installed? If you don't care about internationalization, you can use
./configure --disable-nls.Let me know if that helps.
UsingTue, 20th May 2008 3:44:03 +0200
Yes it did help. Except now I get the following error(s):
checking pkg-config is at least version 0.9.0… yes
checking for CLAWS_MAIL… configure: error: Package requirements (claws-mail >= 3.3.0.7) were not met:
No package 'claws-mail' found
Consider adjusting the PKGCONFIGPATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables CLAWSMAILCFLAGS
and CLAWSMAILLIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
ok doke. I do have claws-mail 3.4.0-2. installed. What should I set those env variables to?
UsingTue, 20th May 2008 6:48:44 +0200
You need to install the
Usinglibclaws-mail-dev 3.4.0-2package.Tue, 20th May 2008 21:31:51 +0200
Your assistance is appreciated. It worked.
Using