
November 22nd, 2004, 07:32 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Linux Procmail - Copy one Incoming email to Various Users
Hi
I'm stuck with a procmail script for taking an incoming email and forwarding it to another user whilst letting the original email carry on through to the original user
I've fumbled through a little but seem to be stuck now!
See below - Can anyone help?
:0c # Copy Address
* ^user@mail.com $# Select User Email to copy from
! self@other-place.net # Forward to this address
Thanks in Advance
|