![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Extracting a list of email addresses from a mail headerby kryten (Scribe) |
on May 15, 2000 at 20:17 UTC ( #11672=note: print w/replies, xml ) | Need Help?? |
You could try
Mail::Header which is part of
MailTools
(but does not seem to show up on its own though :/)
Which lets you maniplate the headers with relative ease.
Although I do not think it has a function to return all the email
addresses you could look through the relevant header fields
and grab the addresses from there..
Update: It would appear that ZZamboni types faster than I do.
In Section
Seekers of Perl Wisdom
|
|