recipe: ensure LINEBUF has a minimum2003-10-18 16:06:36Might come in handy:
LB_min = 8192
:0
*$ -$LINEBUF^0
*$ $LB_min^0
{ LINEBUF=$LB_min }
I first thought I would need to do
LINEBUF = ${LINEBUF:-$LB_min}
right after the setting of LB_min
but that's not necessary.
--
Affijn, Ruud
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail
|
|
||||||||||||||||