http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4996
------- Additional Comments From [EMAIL PROTECTED] 2006-07-19 05:05 -------
As a trivial change to get around the 3.1.0 problem, would something like this
work:
> sub parsed_metadata {
> my ($self, $opts) = @_;
> my $permsg = $opts->{permsgstatus};
my $score = $permsg->get_score() * 10;
$permsg->set_tag('SCOREMUL', sub { $score });
> }
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.