procmail
[Top] [All Lists]

Re: [procmail] Question on $MATCH

2002-08-25 23:40:18
parv skribis:

to repent, below is the corrected moderately cautious version...

:0
* ^Subject:[  ]*\[\/[^]]+\]
{
  :0:
  * MATCH  ??  ()\/[^]]+
  IN-${MATCH}
}


Is (almost)[1] the same as (at least in recent versions):
  :0:
  * ^Subject:[  ]*\[\/[^]]+\]
  * MATCH ?? ()\/[^]]+
  IN-${MATCH}

which is the same as 
  :0:
  * ^Subject:[  ]*\[\/[^]]+
  IN-${MATCH}

unless, as you wrote, you want to do put something different 
where the second [^]]+ is.

[1] because I don't know when locking is actually started.

-- 
Affijn, Ruud

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

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