LS,
I tried to install and run the praxis package from Vincente for virus checking.
1/ I copied the it.praxis.james.jar from the zipfile to the apps\james\SAR-INF\lib
directory
2/ I included the matcher in the config.xml :
<matcherpackage>it.praxis.james.matchers</matcherpackage>
3/ I included the mailet in the config.xml :
<mailetpackage>it.praxis.james.mailets</mailetpackage>
4/ I included a tester processor for usage
<processor name="tester">
<mailet match='IsInfected="c:\temp\test"' class="ToProcessor">
<processor>spam</processor>
</mailet>
</processor>
What I get in spoolmanager is :
23/08/03 12:44:06 ERROR spoolmanager: Unable to init matcher
IsInfected="c:\temp\test": org.apache.mailet.MailetException: Could not load matcher
(IsInfected);
Should I copy/configure another way ?
Is there any other location where I should configure ?
Kind regards,
Herman Reintke