Subject: | processing address with many white spaces |
There are strings that contain many white spaces between addresses, e.g.
$value = q{first@foo.org,} . q{ } x 30 . q{second@foo.org};
If we call
Email::Address->parse($value);
program can hang-up. It seems that execution time grows exponentially with the number of white spaces.
Perl version: v5.8.5 built for i386-linux-thread-multi
OS: Red Hat Linux 2.4.21