I have a more basic question that I never answered when I first built
the hacked James code... what happens when a mail servlet crashes?  As
you're talking a filter system, theoretically all messages will proceed
to that servlet and then stop at that point.  Ideally we have some way
to let the mail administrator know there's a critical error in the
system.  I've had this problem when deploying relatively young mail
servlets on our server where it will make some assumption on an email
address format, get some whacky address come in, and get an
ArrayIndexOutOfBoundsException trying to figure out whether to process
it or not.

Serge


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/>
Problems?:           [EMAIL PROTECTED]

Reply via email to