Atul Moglewar ha scritto:
> Hi,
> I wrote a small mailet, created a jar file and placed it in the lib
> directory of the SAR-INF directory. I created the entry of this mailet
> in the config.xml also. The xml entry looks like this
> 
> <mailetpackages>
>       <mailetpackage>org.apache.james.transport.mailets</mailetpackage>
>       <mailetpackage>org.apache.james.transport.mailets.smime</mailetpackage>
>   <mailetpackage>mt.NotifyMailet</mailetpackage>
>    </mailetpackages>

Alter your environment.xml to enable DEBUG logging for the spoolmanager.
In the spoolmanager log you will see exactly what matchers/mailets are
called for each mail.

How did you configured your matcher/mailet in the processor? What does
JAMES logs when you run it and it initializes mailets? Does your init()
get called?

Stefano


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

Reply via email to