On Mon, 03 Dec 2012 15:51:45 -0500 "Kevin A. McGrail" <kmcgr...@pccc.com> wrote:
> My goal is to implement something in spamc/spamd that's useful for > people using SA more out of the box. I guess, my thought is that > adding some logic to dynamically increase the size limit was better > than the status quo. OK. > I agree your techniques are good and perhaps it's time to make > MIME::Tools more integral to SA. Well. :) I'm not sure about that... MIME::Tools can be pretty memory-hungry and I assume SA already has a way to parse MIME and build an in-memory representation of the MIME message. As long as you can manipulate that, you can truncated messages intelligently. Regards, David.