[EMAIL PROTECTED] wrote: > OK my spoolmanager block is as below; presumably the "ToRepository" > mailet puts it back on to the spool at the root again if it > goes to the > error processor?
<mailet match="All" class="NotifyPostmaster"/> is resending the message. The resent message starts off as root. > How can I stop the "All" matcher in the root from matching > error messages? You can't! The message state is 'root' because it is a new message (to the postmaster). You really want to resolve the cause of the problem, ie: your failing mailet. The looping is a "useful" way of telling you something is seriously awry and needs fixing. -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
