procmail
[Top] [All Lists]

Re: rewriting the subject line

2004-10-12 19:45:21
* Dallman Ross <dman(_at_)nomotek(_dot_)com> [2004-10-09 10:35]:

 :0 fw h
 * TAG ?? .
 * ^Subject:\/.*
 | formail -I "Subject:$TAG$MATCH"

Shouldn't that be modded to reset the TAG variable, so it doesn't test
as positive on the next message?  ie..

  :0 fw h
  * TAG ?? .
  * ^Subject:\/.*
  {
  formail -I "Subject:$TAG$MATCH"
  TAG = ""
  }

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>