camo has asked for the wisdom of the Perl Monks concerning the following question:
this work already good but if i have a sender with email-address like this:@from_addresses = Mail::Address->parse($from); my $address; if (@from_addresses) { $from = $from_addresses[0]->address(); } else {exit;}
(*i replace @ with (at)) then i get only back:mike miky [mike(at)mike.bla]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Handle Adress from eMail
by neilwatson (Priest) on Feb 28, 2005 at 21:11 UTC | |
|
Re: Handle Adress from eMail
by esskar (Deacon) on Feb 28, 2005 at 20:33 UTC | |
|
Re: Handle Adress from eMail
by sh1tn (Priest) on Feb 28, 2005 at 21:09 UTC |