[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Pipe email to script using procmail
- Subject: [cobalt-users] Pipe email to script using procmail
- From: "Michael Fritsch" <fritschnet@xxxxxxxxxxxxx>
- Date: Wed Oct 2 16:42:02 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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