procmail
[Top] [All Lists]

Mails not flowing after segreting the mails

2001-02-22 05:57:07
Dear Sir

        I wrote following codes to transfer the mails
from .com to one user(sysadmin) and other mails to
another user (sales)
but the problem is the mails from the .com are
transfering to that user (sysadmin) but the other
mails are not transfered to another user (sales).

:0c
* ^TOsales(_at_)shrilcal(_dot_)virtualave(_dot_)net
{
 :0
 * ^From:.*\.com
  {
    :0fhw
    | formail -i "To:sysadmin(_at_)shrilcal(_dot_)virtualave(_dot_)net"
            
    :0
    !sysadmin

  }
 
 :0e
 !sales

 }

:0c
* ^TOhrd(_at_)shrilcal(_dot_)virtualave(_dot_)net
!hrd

What could be the problem as no mails are flowing to
sales

Nilanjan Sircar    


  

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! 
http://auctions.yahoo.com/
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>