Re: x-loop non seen2003-10-20 08:42:53On Mon, Oct 20, 2003 at 08:28:12PM +0530, François Patte wrote: TOO_=`formail -rt -xTo:| expand | sed -e 's/^[ ]*//g' -e 's/[ ]*$//g'` Others have pointed out your recipe problem already. I just wanted to add that you don't need such complexity above to get $TOO_ (as you call it). Just use: TOO_ = `formail -rtzx To:` -- dman _______________________________________________ procmail mailing list procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail
|
|