procmail
[Top] [All Lists]

RE: Command died with signal 11: "procmail -a "$EXTENSION"". Commandoutput: procmail: Exceeded LINEBUF

2009-03-18 18:09:20
Victor Oñate wrote Wednesday, March 18, 2009 22:37:

<foo(_at_)dominio(_dot_)uk>: Command died with signal 11: "procmail -a
    "$EXTENSION"". Command output: procmail: Exceeded LINEBUF


in google don't find any think just in man procmail

See "man procmailrc".


       LINEBUF     Length of the internal line buffers, cannot be set  smaller
                   than 128.  All lines read from the rcfile should not exceed
                   $LINEBUF characters before and  after  expansion.   If  not
                   specified,  it  defaults  to  2048.  This limit, of course,
                   does not apply to the mail itself, which can have arbitrary
                   line  lengths,  or  could be a binary file for that matter.
                   See also PROCMAIL_OVERFLOW.


       A  line  buffer  of length $LINEBUF is used when processing the rcfile,
       any expansions that don't fit within this limit will be  truncated  and
       PROCMAIL_OVERFLOW  will be set.  If the overflowing line is a condition
       or an action line, then it will be considered failed and procmail  will
       continue  processing.   If  it is a variable assignment or recipe start
       line then procmail will abort the entire rcfile.

You will want something like

   LINEBUF = 16384   # probably a reasonable number for most people

Dallman


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>
  • RE: Command died with signal 11: "procmail -a "$EXTENSION"". Commandoutput: procmail: Exceeded LINEBUF, Dallman Ross <=