Mailing List Archive

Qmail bounce problems (1.3.1.0)
I've been testing ripmime 1.3.1.0 and found what appears to be a problem
with the qmail-bounce handling on one particular email. This particular
email isn't a bounce message.

I'm comparing against v1.3.0.7 - 08-Feb-2004.
With qmail-bounce enabled on 1.3.0.7 i get:
mime.c:2793:MIME_unpack_single:WARNING: Current Recursion level of 21 is
greater than permitted 20
mime.c:2793:MIME_unpack_single:WARNING: Current Recursion level of 21 is
greater than permitted 20
and 43 textfiles in the output directory.

With 1.3.1.0 I get a segmentation fault and 120 textfiles in the output
directory.

On both, with qmail-bounce disabled it works fine.

I can supply the relevant email if necessary, but I'd rather not send it to
the whole list membership.
Thanks,
Chris Hine
RE: Qmail bounce problems (1.3.1.0) [ In reply to ]
> I've been testing ripmime 1.3.1.0 and found what appears to
> be a problem
> with the qmail-bounce handling on one particular email. This
> particular
> email isn't a bounce message.

Sorry, this is fixed in the latest -dev release.

I guess it's this change (in mime.c), as it seems to be the only
thing that's changed other than the man page and whitespace
changes:
- result = MIME_unpack_stage2(&f, unpackdir, &h,
current_recursion_level, ss);
+ // 20040318-0001:PLD
+ result = MIME_unpack_stage2(&f, unpackdir, &h,
current_recursion_level +1, ss);
Re: Qmail bounce problems (1.3.1.0) [ In reply to ]
Aha,I see I did get it fixed - my fault for not noting it in the CHANGELOG.


> + result = MIME_unpack_stage2(&f, unpackdir, &h,
> current_recursion_level +1, ss);

Paul.

--
Paul L Daniels - PLD Software - Xamime
Unix systems Internet Development A.B.N. 19 500 721 806
ICQ#103642862,AOL:pldsoftware,Yahoo:pldaniels73
PGP Public Key at http://www.pldaniels.com/gpg-keys.pld