procmail
[Top] [All Lists]

Executing programs in a procmail script

2001-12-10 01:58:45

In man procmailex, the following recipe is used to create a directory
named $MONTHFOLDER:

    :0 Wic
    * ? test ! -d $MONTHFOLDER
    | mkdir $MONTHFOLDER

Is the message piped to mkdir?

Is there a better way of executing a program without having the
message piped to it?

        Thanks,

        John

-- 

John Conover, conover(_at_)rahul(_dot_)net, http://www.johncon.com/

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