> Are you saying that when someone replies, the HasFooter header isn't
> preserved?  Yes, that makes sense.  The reply isn't the same message.
> Imagine if it were a spam indicator, and replies had the same spam value
as
> the original.  :-)

I see what you mean but what about the SubjectStartsWith matcher? Shouldn't
I be able to recognize the "Re:" of the subject line? I have tried with the
processors below but SubjectStartsWith doesn't seem to recognize neither
"Re:" nor the subject prefix "[mylist]".

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

      <processor name="mylist-processor">
         <mailet match="SubjectStartsWith=[mylist]" class="ToProcessor">
            <processor> mylist-processor-hasfooter </processor>
         </mailet>
         <mailet match="SubjectStartsWith=Re:" class="ToProcessor">
            <processor> mylist-processor-hasfooter </processor>
         </mailet>
         <mailet match="All" class="AddFooter">
           <text>
Footer...
           </text>
            </mailet>
         <mailet match="[EMAIL PROTECTED]"
class="AvalonListservManager">
          <repositoryName>mylist</repositoryName>
          </mailet>
         <mailet match="[EMAIL PROTECTED]"
class="AvalonListserv">
            <membersonly> true </membersonly>
             <attachmentsallowed> true </attachmentsallowed>
             <replytolist> true </replytolist>
             <repositoryName>mylist</repositoryName>
             <subjectprefix xml:space="preserve">[mylist] </subjectprefix>
           </mailet>
      </processor>

      <processor name="mylist-processor-hasfooter">
        <mailet match="[EMAIL PROTECTED]"
class="AvalonListservManager">
           <repositoryName>mylist</repositoryName>
         </mailet>
         <mailet match="[EMAIL PROTECTED]"
class="AvalonListserv">
             <membersonly> true </membersonly>
             <attachmentsallowed> true </attachmentsallowed>
             <replytolist> true </replytolist>
             <repositoryName>mylist</repositoryName>
             <subjectprefix xml:space="preserve">[mylist] </subjectprefix>
         </mailet>
      </processor>

Sincerely,
Marc



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

Reply via email to