Subject: | "can't extract address" regression |
This used to work fine, I'll try to find up whatever old old old version
of MIME::Lite I was using before (whatever version shipped with rhel4 I
think)
perl -MMIME::Lite -le 'MIME::Lite->send("smtp", "smtp.example.com",
Timeout=>60); MIME::Lite->new(From => q(Jonathan Steinert
<hachi@example.com>), To => q(hachi@example.com))->send;'
Now it results in an error of:
can't extract address at < Steinert <hachi@example.com>> in <Jonathan
Steinert <hachi@example.com>>