procmail
[Top] [All Lists]

Re: x-loop non seen

2003-10-20 08:42:53
On 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


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