procmail
[Top] [All Lists]

Re: non-INCLUDERC-ing string-splitter

2005-01-12 06:57:46
Toen wij Ruud H.G. van Tol kietelden, kwam er dit uit:

Alternative 2 (with v1.02):

  :0
  * ^^\/.*($.*)*
  { H = "$MATCH" }

  split_Reparse = 'T'
  split_Str     = '$H'     # 'smart' pointer

That should be:

Alternative-2 (with v1.02):

  :0
  * ^^\/.*($.*)*
  { HDRS = "$MATCH" }
 
  split_Reparse = 'T'
  split_Str     = 'HDRS'     # 'smart' pointer


but the approach of Alternative-3 is far superior anyway.

-- 
Grtz, Ruud

____________________________________________________________
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>