diff --git a/plugins/spamassassin b/plugins/spamassassin index 2d7d2e5..7070d7f 100644 --- a/plugins/spamassassin +++ b/plugins/spamassassin @@ -402,7 +402,7 @@ sub reject { $self->connection->notes('karma', $self->connection->notes('karma') - 1); # default of media_unsupported is DENY, so just change the message - $self->log(LOGINFO, "deny, $status, > $reject, $learn"); + $self->log(LOGINFO, "fail, $status, > $reject, $learn"); return ($self->get_reject_type(), "spam score exceeded threshold"); }