[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Copying Mail
- Subject: Re: [cobalt-users] Copying Mail
- From: Ramón Batalla <ramon_batalla@xxxxxxxx>
- Date: Sat Oct 6 03:55:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Easily achieved with procmail.
>
> In /etc create a file called procmailrc
.
.
.
> :0
> * ^To: .*\<user@sitename\.tld>
> {
> :0c
> ! otheruser@xxxxxxxxxxxx
> }
.
.
.
> Colin J. Raven
I test your solution and I get 24 messages in otheruser@xxxxxxxxxxxx
when the sender is from the same domain of otheruser@xxxxxxxxxxxx
Any idea ?
R.Batalla