spamassassin: s/deny/fail/ from a log message (consistency)
This commit is contained in:
parent
1b7457b555
commit
4646b0ff0a
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user