[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Pipe email to script using procmail



We are trying to pipe email to a script using procmail. We have setup a file
called .procmailrc inside the users home directory with the following in it:

:0c
* (^To:|^CC:|^Cc:) .user@xxxxxxxxxx
| /home/sites/site5/script.php4

It has been chmoded to 600 although when sending email to user@xxxxxxxxxx it
just ignores the .procmail file and goes to the users mail box.

I searched the archives but none of the solutions helped.

Mike