procmail
[Top] [All Lists]

Re: forward to multiple users

2004-01-27 04:21:31
On Tue, Jan 27, 2004 at 04:34:30PM +0545, Suryaman Maharjan wrote:

I have tried by appending the following to the .procmailrc file but
without luck

:0
! 'cat /home/user1/list'

how can i do that?

Use backticks instead of quotes.

  ! `cat /home/user1/list`

Btw, whenever you send things out from your .procmailrc (using
sendmail), you should add an X-Loop header and test for it
in your rc to stop potential loops.  See "man procmailrc"
and "man procmailex" for more.

-- 
dman

_______________________________________________
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>