Hi Kris, I'm trying to get your extract-data script running, and having some difficulties. It's dying at the $spamtest->check($mail) call. It just never returns. What does that function do?
MSG: for (my $i=0; $i<$msgcount; $i++) { my $msg = $imap->message_string($msgs[$i]); print "."; my $mail = $spamtest->parse($msg); my $status = $spamtest->check($mail); My perl scripting abilities are somewhat limited, so I hoped you could help me troubleshoot this. I can print out $mail and it contains the full contents of the current message (there's only one in my imap mbox test file). Ideas greatly appreciated. Thanks, Alex