Running XP, Java 1.4.1-rc, James 2.1a1-cvs:

I want every email received for any domains listed in servernames to go to the same 
mailbox.
I've set this up:

      <!-- The 'catchall' process attempts to catch all emails into a central account 
-->
      <!-- central account is hardcoded ("ToRepository" accesses files directly) -->
      <processor name="catchall">
         <!-- Logs any messages to the repository specified -->
         <mailet match="All" class="ToRepository">
            <repositoryPath> file://var/mail/inboxes/jnorment/</repositoryPath>
            <passThrough> true </passThrough>
         </mailet>
      </processor>


      <!-- The error processor is required.  James may internally set emails to the -->


It appeared to work fine.  However, on closer examination, I'm getting this warning:

24/12/02 08:17:41 WARN  spoolmanager.catchall: Message Mail1040739461092-183 reached 
the end of this processor, and is automatically deleted.  This may indicate a 
configuration error.

Is this a configuration error, or is all well?

Thanks!

J.


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

Reply via email to