procmail
[Top] [All Lists]

Re: create sub-subfolders from $MATCH

2004-06-07 05:52:42
On Sun, Jun 06, 2004 at 04:29:42PM +0200, Michelle Konzack wrote:
Hello Scott, 

Now I have this:

  ____ ( /home/michelle/.procmail/bug-tracking-system ) ________________
 /
|  SP='       '
|  
|  :0
|  * $ ^X-PTS-Package:.*\/[^$SP]+$
|  * $MATCH ?? ^\/[^$]+

You should read the followups on this thread. This should simply be:

  * MATCH ?? ^\/.+

You don't need $ on MATCH and [^$] is not the correct regex. A dot
matches any character but a newline, which is what we want here.

Do I miss something ?

See reply to other message for the rest of ths story.

Scott
-- 
Scott Wiersdorf
scott(_at_)perlcode(_dot_)org

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