You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by jpff <jp...@codemist.co.uk> on 2007/02/12 18:38:41 UTC

Should I worry..

..about seeing the message

 Use of uninitialized value in exists at /usr/local/share/perl/5.8.4/Mail/SpamAssassin/Plugin/URIDNSBL.pm line 701.

I do not really read perl, but the line in question is
    if (!exists ($self->{finished}->{$ent->{id}})) {

==John ffitch