NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Other behaviour (Score:1)
to
$fh = $msg->open('sendmail');
I had to do the same thing to make the cpantest work on some of my boxes the symptom was that the header was screwed
The subject was thrown out of the Header and appeared in the body prefixed by '~s'.
(Thus making it an invalid bounced message (no subject))
I had the same problem (Score:1)
Re:I had the same problem (Score:1)