On Mon, 22 Jan 2001, Rajesh Fowkar wrote:

> Hi,
> 
> I want to send a copy of LIH mails to 3 of my collegues.
> Say the mail has to be sent to a@localhost, b@localhost & c@localhost.
> 
> I tried the following :
> 
> :0:
> * ^To:.*linux-india-help
> {
>      :0:
>       ! a@localhost
>      
>      :0:
>       ! b@localhost
>      
>      :0:
>       ! c@localhost
> }
> 
Change them as:

:0
* ^To:.*linux-india-help
{
   :0 c
   ! a@localhost

   :0 c
   ! b@localhost

   :0
   ! c@localhost
}

Sreeji


----------------------------------------------
The mailing list archives are available at
http://lists.linux-india.org/cgi-bin/wilma/LIH

Reply via email to