procmail
[Top] [All Lists]

Help requested....

1996-10-12 09:35:00

        Hi all of you procmail's gurus ;-)),

        I have recently installed procmail and everything is working fine 
        except a little point:

        I can't launch any program with the '|' action.
        It just simply doesn't work: Instead of launching the action 
        (whatever it is: awk script, cat, lpr), I reveive a copy
        of the mail, although I didn't use the 'c' flag.

        Any help would be great...
        Thanxx.

Here is my .procmailrc
# .procmailrc
# 
# First part: Assignments
PATH=$PATH
MAILDIR=$HOME/Mail       
DEFAULT=/usr/spool/mail/bredel
SHELL=/bin/tcsh


# Second part: Recipes

# This one works perfectly:
# Test recipe: Catenate all files with subject : inscrip
# to the file $HOME/Mail/cine
:0 hbW:
* ^(Subject).*!(Inscrip|inscrip)
| cat >> cine

<Prev in Thread] Current Thread [Next in Thread>