http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4996
------- Additional Comments From [EMAIL PROTECTED] 2006-07-19 20:16 -------
(In reply to comment #9)
> Duh. I didn't delete enough characters from that last line. Try this:
>
> > $permsg->set_tag('SCOREMUL', $score );
>
> Hum. I'm wondering why Justin put a sub in there originally rather than just
> the simple equation. I bet I'm missing something here.
First, there's absolutely no way to do this in 3.0, so please stop discussing
possible ways to do it (not to mention this is still the wrong place). ;)
Second, the reason it has to be a sub is because you want the tag replaced with
the value at the time of the replacement. If you don't use sub, the tag will be
set to the variable value at time of set_tag(), which is generally before the
scan executes.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.