G'day Skeeve,

I had the same problem, and for the same reason, some years ago. The solution was as ++marto indicated: send with my own email client.

I just wanted to add a word of caution when doing this. When I first did this, I formatted the email as (what I thought was) a single <pre> block of monospace text. My email client decided to reformat this into a multi-nested series of <pre> and <p> blocks (I wasn't aware this had happened). When I checked on RT, it said the post was too long to display and indicated an attachment (which showed this horrible, email-client-generated mess).

The fix was to change the settings for perlbug@perl.org in my email client to send in "Plain Text Only". All subsequent posts to RT have appeared without any problems.

— Ken


In reply to Re^3: perlbug - where is my bugreport by kcott
in thread perlbug - where is my bugreport by Skeeve

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.