procmail
[Top] [All Lists]

Re: Executing programs in a procmail script

2001-12-10 10:28:29
Martin suggested,

| If you really want to cut down on the data piped to the program you
| could do something like this:
|
|  DUMMY=

There's no need to preset DUMMY to null; just use an unset variable.

|  :0c
|  * DUMMY ?? ? mkdir $MYDIR
|  { }

Oh, I'd strongly recommend getting rid of that `c' flag.  If mkdir succeeds,
you'll get launch a clone and get a double delivery.



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