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

Re: [cobalt-users] Copying Mail



> 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