pardon the lack of info.
I'm running 2.1.3
I dropped your mailet entry in, still not happy.

This line in the log looks to be the reason why it's puking:
ERROR 2004-03-13 11:50:53.321 [Phoenix.] (): Component named "spoolmanager"
failed to pass through the Initialization stage. (Reason:
org.apache.mailet.MailetException: Could not load matcher
(AttachmentFileNameIs);

nested exception is:

java.lang.ClassNotFoundException: Requested matcher not found:
AttachmentFileNameIs. looked in [, org.apache.james.transport.matchers.]).

Do you need more of the log file?

----- Original Message -----
From: "Noel J. Bergman" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Saturday, March 13, 2004 11:42 AM
Subject: RE: Problem with AttachmentFileNameIs matcher


> > <mailet match="AttachmentFileNameIs=*.bat,*.pif,*.scr" class="Null" />
> > when I start James with my new addition, it pukes horribly.
>
> Version?  Nature of "pukes horribly"?
>
> I use this:
>
>   <mailet
>
match="AttachmentFileNameIs=*.bat,*.com,*.dll,*.exe,*.lnk,*.pif,*.scr,*.vbe,
> *.vbs,*.wsh"
>           onMatchException="noMatch"
>           class="Bounce">
>     <notice>550 Rejected - Banned type of attachment.  Please contact
> intended recipient.</notice>
>     <attachment>none</attachment>
>     <passThrough>false</passThrough>
>   </mailet>
>
> in my system, and it works fine.
>
> --- Noel
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------
Support Open Source,
Demand Quality Software

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

Reply via email to