[EMAIL PROTECTED] wrote: > Hi Guys, > > I have a production issue where James puts messages which don't match any > filters into the "/var/mail/errors" folder.
> <processor name="error"> > <mailet match="All" class="ToRepository"> > <repositoryPath> file://var/mail/error/</ > repositoryPath> > <passThrough> true </passThrough> > </mailet> > </processor> You should add a DSNBounce mailet or replace the ToRepository mailet with the DSNBounce in the error processor. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
