Re: [Exim] overflowed buffer?

Top Page
Delete this message
Reply to this message
Author: Sven Huster
Date:  
To: exim-users
Subject: Re: [Exim] overflowed buffer?
On Thu, Mar 28, 2002 at 10:25:09AM +0000, Philip Hazel wrote:
> On Thu, 28 Mar 2002, Sven Huster wrote:
>
> > can anybody tell me what this means:
> > set_process_info: 13008 **** string overflowed buffer ****
>
> The message that Exim was trying to set up to say what it is doing when
> prodded by "exiwhat" was too long to fit into its buffer. The buffer is
> 256 bytes long.
>
> How could this happen? I guess it might happen if it came across an
> exceedingly long email address that it was trying to deliver. Most
> messages that go into that buffer are very short.
>
> > got it from a pipe transport
>
> Ah. Perhaps the command is rather long?
>


a somewhat late response now:

line from the pipe router:

command = /usr/local/bin/deliverquota -c "${lookup mysql{select homedir from user where mail='${quote_mysql:$local_part@$domain}'}{$value}fail}/Maildir" "${lookup mysql{select quota from user where mail='${quote_mysql:$local_part@$domain}'}{$value}{}}"

is that one too long?

regards
sven