procmail
[Top] [All Lists]

recipe: ensure LINEBUF has a minimum

2003-10-18 16:06:36
Might 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

<Prev in Thread] Current Thread [Next in Thread>
  • recipe: ensure LINEBUF has a minimum, Ruud H.G. van Tol <=