A few more pieces of information would be helpful:
1. Does the script ever error out with the "COuldn't send $!" message?
Not to my knowledge. All the time I spent testing and debugging (yes, by hand. . . I should probably write something to stress-test it via automatic submissions.)
2.Does the script exit gracefully, or at all?
I don't have any error messages from the script. The one I posted comes from sendmail.
3.What are the contents of $newbody, and how large is it?
Just text, and the script handles 3 responders, each with text messages ~4K.
4.Relevant to #3, have you tried minimizing a test case where you can send any message at all, by hardcoding all the values?
back during coding/testing ( a few months ago now ) yes.

i should probably, as noted in my response to #1, bang up quick stress-tester and fire ~50 messages at it. see if i can force it to choke. . .

i really wondered if anyone else has heard of this particular error, so i'd have an extra clue or two . . .


In reply to RE: (jcwren) RE: Mail::Internet memory leaks?? by geektron
in thread Mail::Internet memory leaks?? by geektron

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.