procmail
[Top] [All Lists]

Re: Assigning variables, $MATCH and LOG

2000-03-16 02:59:00
Philip Guenther wrote (addressing Martin Mokrejs):

your receipe above should be writted:

      :0 H
      * ^Subject:[     ]*BOUNCE.*Non-member.*submission.*from.*\[\/.*
      {
              ODESILATEL = "$MATCH"
              LOG = "Odesilatel1 je $MATCH
"
      }

Note that you *don't* want the 'c' flag then, as nested blocks are, by
themselves, never considered to be delivering recipes.

... and forgot to mention that you don't even need the 'H' either
here because it's the default anyway.

/HW