Skip to content

Commit

Permalink
[Fix] Resgore the collaterally removed line
Browse files Browse the repository at this point in the history
Issue: #4981
  • Loading branch information
vstakhov committed Jun 4, 2024
1 parent 117feb4 commit d7f8066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libmime/scan_result.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ insert_metric_result(struct rspamd_task *task,
}

if (!isnan(diff)) {

metric_res->score += diff;
if (single) {
msg_debug_metric("final score for single symbol %s = %.2f; %.2f diff",
symbol, final_score, diff);
Expand Down

0 comments on commit d7f8066

Please sign in to comment.