procmail
[Top] [All Lists]

Re: [SOLVED] Re: create sub-subfolders from $MATCH

2004-06-09 07:22:41
On Wed, Jun 09, 2004 at 09:24:25AM +0200, Michelle Konzack wrote:
Oos.. false file posted...
Here is the correct one:

More corrections below...

|  
###############################################################################
|  # A <SPACE> and a <TAB>
|  SP='       '
|  
|  
###############################################################################
|  # Filter all source packages in the folder "Debian_PTS"
|  # with alphanumerical subfolders
|  :0
|  * $ ^X-PTS-Package:.*\/[^$SP]+$
|  * MATCH ?? ^\/[^$]+

this line, as posted several times before, should be:

  * MATCH ?? ^\/.+

<snip>

|  
###############################################################################
|  # Filter all packages from BTS in a seperatly folder tree. 
|  # Need a workaround to get the source package to each Debian-Package.
|  :0
|  * ^To:.*(xxx-xxxxxxxx-xxxxxx(_at_)xxxxxxx(_dot_)xx)
|  * $ ^Subject:.*package \/[^$SP]+$
|  * MATCH ?? ^\/[^$]+

same here ^^^^^^^^^^^^^^

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

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