http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5497
------- Additional Comments From [EMAIL PROTECTED] 2007-06-07 13:07 -------
(In reply to comment #28)
> I created an RFE, bug 5502, and uploaded a patch there that adds a
> _AUTOLEARNSCORE_ tag you can put in a header to see what score autolearn would
> see in messages.
I applied this patch, then tried to lookup how the log line in spamd can be
redefined. Looking in the code I found that it is hardwired (line 1623 in
spamd).
Is there any reason why the log line is not configured using those tags?
For now I patched spamd to add the autolearnscore in parentheses after the
action.
push(@extra,
"autolearn=".$status->get_autolearn_status().'('.$status->get_autolearn_points().')');
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.