spamassassin: s/deny/fail/ from a log message (consistency)

This commit is contained in:
Matt Simerson 2012-06-25 02:55:58 -04:00
parent 32d8b07f28
commit 8d69b923fa

View File

@ -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");
}