Parent Directory
|
Revision Log
|
Patch
--- spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm 2007/09/11 18:46:40 574664
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm 2007/09/27 15:05:21 580055
@@ -657,7 +657,9 @@
id => $id,
completed_callback => sub {
my $ent = shift;
- $self->completed_lookup_callback ($scanner, $ent);
+ if (defined $ent->{response_packet}) { # not aborted or empty
+ $self->completed_lookup_callback ($scanner, $ent);
+ }
}
};
$scanner->{async}->start_lookup($ent);
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |