Hello everyone,
        Has anyone worked on integrating Clam antivirus and JAMES to scan incoming 
and outgoing email for virus? I am have trouble integrating the two. I am 
using Vincenzo's matcher class IsInfected. I think the files are not being 
downloaded properly because if i use the code 

-----------------------------------------------
<mailet match="IsInfected=/usr/local/bin/clamscan -r --mbox, /tmp/checkvirus/
*.tt, true, 1" class="ToProcessor">
                <processor> virus </processor>
        </mailet>
---------------------------------------------
I get java exception saying file not found. and If i use the following

------------------------------------------------
<mailet match="IsInfected=/usr/local/bin/clamscan -r --mbox, /tmp/checkvirus, 
true, 1" class="ToProcessor">
                <processor> virus </processor>
        </mailet>
-----------------------------------------------

everything comes through. Is there something I am missing? do I need to 
configure anything else?

thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to