spamassassin: further log message refinement
This commit is contained in:
parent
8ef798bbac
commit
368b2c0206
@ -413,7 +413,7 @@ sub reject {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->adjust_karma( -1 );
|
$self->connection->notes('karma', ($self->connection->notes('karma') - 1));
|
||||||
# default of media_unsupported is DENY, so just change the message
|
# default of media_unsupported is DENY, so just change the message
|
||||||
$self->log(LOGINFO, "fail, $status, > $reject, $learn");
|
$self->log(LOGINFO, "fail, $status, > $reject, $learn");
|
||||||
return ($self->get_reject_type(), "spam score exceeded threshold");
|
return ($self->get_reject_type(), "spam score exceeded threshold");
|
||||||
|
Loading…
Reference in New Issue
Block a user