procmail
[Top] [All Lists]

Re: crud in subject line - spam trap

2002-11-03 06:26:54
in message <20021103125932(_dot_)GA49758(_at_)moo(_dot_)holy(_dot_)cow>,
wrote parv thusly...

  #  pattern to "mark" a reply
  RE_COUNT = "([\[\(\{<][0-9]+[\]\)\}>]|[0-9]+)"

  :0
  {
    REPLY = "([aA][w]|[rR][eE]|[fF][wW][dD])(([ \t]*${RE_COUNT})?[ \t]*:|:[ 
\t]*${RE_COUNT})"
                     ^
                     ^
just realized i missed a 'W' above.  $REPLY needs to be...

     REPLY = "([aA][wW]|[rR][eE]|[fF][wW][dD])(([ \t]*${RE_COUNT})?[ \t]*:|:[ 
\t]*${RE_COUNT})"
                    ^^
                    ^^

    :0
    { RE_BLANK = "[ \t]*${REPLY}[ \t]*" }
  }

-- 


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail