Subject: | uninitialized value in concatenation upon list() |
hi paul et al,
$imap->list() throws a bunch of copies of the following error message
after i created two mailboxes with unholy names: ":: Portuguese" and
">>> Romanian". (i was searching for a way to get them sorting apart
from other boxes in the mail client.)
the trace from perl -d:
Use of uninitialized value in concatenation (.) or string at
/home/abrick/mts/spamapps-mts-1.0.0.520/opt/spamengine/lib/Net/IMAP/Simple.pm
line 449.
at
/home/abrick/mts/spamapps-mts-1.0.0.520/opt/spamengine/lib/Net/IMAP/Simple.pm
line 449
Net::IMAP::Simple::list('Net::IMAP::Simple=HASH(0x9df1e38)') called at
./MRT.pm line 202
...
i'm on perl 5.8.8 on linux 2.6.9-42, centOS i think.