Hi Monks
I'm using the Mail::MboxParser::Mail module to get an email from STDIN eg.
my $msg = Mail::MboxParser::Mail->new([<STDIN>],[<STDIN>]);
In my code i have used the code:
my %mail = ( To => $msg->from->{email},
From => "$listname-admin\@myhost.com",
Subject => 'User Subscribed
Message => "The email address $email, has b
+een subscribed to the $listname mailing list\n"
);
The email which is being passed to this script, is a reply to an email sent in the same way from a different sub.
This code will work fine with all email clients that i've seen except for outlook express.
Outlook express tackles "reply"ing to emails in a different way to most mail clients.
Has anyone had a similar problem with Outlook Express emails, and does anyone know of a work around?
Maybe i could read the email from STDIN and use regex's to parse the email and make it a more suitable format.
Any suggestions would be much appreciated.
Neil Archibald
- /dev/IT -
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.