http://bugzilla.spamassassin.org/show_bug.cgi?id=4354
------- Additional Comments From [EMAIL PROTECTED] 2005-05-21 14:58 -------
I verified that changing the code in PerMsgStatus.pm to the following allows the
tests to pass. I won't change it myself because I don't know if everything in
between needs to be called before extract_message_metadata, or if some of it
should be done after the rbl background stuff is started:
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();
$self->run_rbl_eval_tests ($self->{conf}->{rbl_evals});
my $needs_dnsbl_harvest_p = 1; # harvest needs to be run
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.