PDA

View Full Version : Buffer Overflow?


plucchetti
11th December 2007, 16:27
I have many messagess in syslog with this:
Dec 11 11:14:00 mail postfix/local[30895]: BFEB25343F0: to=<admispconfig@localhost.localdomain>, relay=local, delay=16, delays=0.17/0/0/16, dsn=5.3.0, status=bounced (Command died with signal 11: "/usr/bin/procmail -f-". Command output: procmail: Exceeded LINEBUF )

Maybe buffer overflow?

Thanks,
Pablo

till
12th December 2007, 10:44
These emails just contain a number (size of the original email) so its unlikely that this may cause a buffer overflow. Please post the content of the file:

/home/admispconfig/.procmailrc

plucchetti
17th December 2007, 16:45
vim /home/admispconfig/.procmailrc
SHELL=/bin/sh

USERNAME=`formail -xSubject: | awk '{print $2}'`

:0
* ^Subject:.*Mailsize:*
{
:0
| formail -I "" | sed -e '/^$/d' >> /home/admispconfig/mailstats/${USERNAME}
}

falko
18th December 2007, 18:02
Looks ok...