http://bugzilla.spamassassin.org/show_bug.cgi?id=4354
------- Additional Comments From [EMAIL PROTECTED] 2005-05-21 13:53 -------
This looks like the problem, in PerMsgStatus.pm, but someone who knows how it
got like this and why should suggest the fix. This is the code that calls the
rbl tests before getting the message metadata that computes the trusted and
untrusted addresses:
$self->run_rbl_eval_tests ($self->{conf}->{rbl_evals});
my $needs_dnsbl_harvest_p = 1; # harvest needs to be run
my $decoded = $self->get_decoded_stripped_body_text_array();
my $bodytext = $self->get_decoded_body_text_array();
my $fulltext = $self->{msg}->get_pristine();
$self->extract_message_metadata();
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.