Dallman Ross | 16 Aug 01:58

RE: dynamci filters

George Crum wrote Saturday, August 16, 2008 1:55 AM:

>     # If file does not exist then create file and forward to pager
>     :0 iE
>     {
>         * ? test ! -f /tmp/file
>         | touch /tmp/file
>         :0
>         ! pager <at> domain.com
>     }

There is your error.  No ":0" at the start of the nested
brace's first recipe.

As I had written:

>> Maybe a recipe doesn't start with ":0".

Dallman

Gmane