* Steven Chen <schen(_at_)prpnt4(_dot_)prpi(_dot_)com> [010312 11:28]:
Hi,
I am using RedHat procmail and want to forward mail to hundreds of addresses
from $home/address.txt file.
First, I can not use SmartList, for linking flist to /usr/bin/smrsh/flist
failed for not ../smrsh/flist.
Then I use
:0 c
! 'cat address.txt'
still not working.
What is wrong and please help.
Very appreciated.
Perhaps try using backticks '`'.
:0c
! `cat address.txt`
--
"I believe we are on an irreversible trend toward more freedom and
democracy -- but that could change."
-- Vice President Dan Quayle
5/22/89
--
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail