You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Serge Knystautas <se...@lokitech.com> on 2002/07/05 21:51:50 UTC

Re: Config Doc Errata or Implementation Bug?

The problem is in the use of the "!" in front of the matcher... that's 
the bug in the documentation if it's stated that such boolean constructs 
are supported.

-- 
Serge Knystautas
Loki Technologies - Unstoppable Websites
http://www.lokitech.com
Brian Lichtenwalter wrote:
> Following the documentation at:
> 
> http://jakarta.apache.org/james/configuration_v2_0.html
> 
> And the Mailet 'Remote Delivery' example:
> 
>     <mailet match="!RecipientIsLocal" class="RemoteDelivery">
>         <delayTime> 21600000</delayTime>
>         <maxRetries> 5</maxRetries>
>     </mailet>
> 
> C:\james-2.1a1\bin>run
> Using PHOENIX_HOME:   C:\james-2.1a1
> Using PHOENIX_TMPDIR: C:\james-2.1a1\temp
> Using JAVA_HOME:      c:\jdk131
> 
> Phoenix 4.0a4
> 
> James 2.1a1
> Unable to init mailet !RecipientIsLocal
> Check spool manager logs for more details.
> org.apache.mailet.MailetException: Could not load matcher
> (!RecipientIsLocal);
>   nested exception is:
>         java.lang.ClassNotFoundException: Requested matcher not found:
> !Recipien
> tIsLocal.  looked in [, org.apache.james.transport.matchers.]
> 
> 
> The same results appear for James 2.0a3.  Doc errata or bug?
> 
> -brian
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>