the ToProcessor mailet moves the mailet to another processor. This means that the MessageSave mailet and the RelayLimit matcher are unreachable.

Remember that matcher/mailet processing in a processor is LINEAR and SEQUENTIAL.

Stefano

Thibaut wrote:
Hi

The thing i want is to receive mail, manage them and then send a reply from the [EMAIL PROTECTED]
Here is my config.xml :

<processor name="root">
       <mailet match="[EMAIL PROTECTED]" class="ToProcessor">
          <processor> transport </processor>
       </mailet>

       <mailet match="All"  class="MessageSave">
         <folder>/home/thibaut/tmp/unavailable</folder>
         <subject>You have been marked as UNAVAILABLE</subject>
         <content>Send a message to [EMAIL PROTECTED] to reset.</content>
       </mailet>

       <mailet match="RelayLimit=30" class="Null"/>



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

Reply via email to