Since I updated from openSUSE 11.1 to 11.2, fetchmail's output with one verbose
level doesn't look right. They use fetchmail 6.3.11, but I checked out 6.3.13
from your SVN repository and it has the same bug. (HEAD segfaults.)
I get lines like these:
fetchmail: POP3< +OK message follows
reading message so...@ad...o:2 of 9 (3429 octets) fetchmail: SMTP> MAIL FROM:<an...@ad...o> BODY=7BIT SIZE=3429
fetchmail: SMTP< 250 2.1.0 Ok
That is: the line starting with "reading" isn't properly closed with '\n' and
the next line is just appended there. That's annoying, as I always fetch mail
via a wrapper, which calls "fetchmail -v" and extracts and colorizes the
interesting information. Something like:
3 99299 << my.provider.com
1/3 84243 ## oversized ##
2/3 5056 *osg users
3/3 10000 *git
Looks like you want the space only if outlevel > O_VERBOSE, not >=. (?)
m.
PS: gcc 4.4.1, libc 2.10.1, Linux 2.6.31.6 (x86_64)
|