Hi,

On Mon, Jun 10, 2013 at 8:09 PM, Alex <mysqlstud...@gmail.com> wrote:
> 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 apologies; I meant that to go to Kris off-list. The script I'm
referring to is here:

https://secure.deepnet.cx/trac/dnsbl/browser/trunk/dnsbl/extract-data

Thanks,
Alex

Reply via email to