
November 23rd, 2004, 06:50 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
[Moved] Procmail Script - Copy Incoming Email to Two 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
|