Herman,

You need to be running James v2.2+ to use mailet/matcher jars from the 
apps\james\SAR-INF\lib directory: is it your case? If not, such jars must be inserted 
*inside the james.sar file* into the SAR-INF\lib directory (open james.sar with 
pkunzip and you will understand).

But then, when the matcher will be hopefully found, you'll get other exceptions 
because match='IsInfected="c:\temp\test"' is not enough. See 
http://portale.praxis.it/pub/james/readme.htm#_Toc39401027.

Vincenzo

> -----Original Message-----
> From: Herman Reintke [mailto:[EMAIL PROTECTED]
> Sent: sabato 23 agosto 2003 13.37
> To: [EMAIL PROTECTED]
> Subject: Praxis install
> 
> 
> 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
> 
> 


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

Reply via email to