--- rpms/qpsmtpd/sme10/qpsmtpd-0.96-karma_strikes.patch 2016/04/21 15:38:19 1.1 +++ rpms/qpsmtpd/sme10/qpsmtpd-0.96-karma_strikes.patch 2016/04/21 21:07:10 1.2 @@ -31,7 +31,7 @@ diff -Nur -x '*.orig' -x '*.rej' qpsmtpd my $log_mess = ''; - if ($karma < -2) { # they achieved at least 2 strikes -+ if ($karma =< $self->{_args}{strikes}) { # Enough negative strikes ? ++ if ($karma <= $self->{_args}{strikes}) { # Enough negative strikes ? $history--; my $negative_limit = 0 - $self->{_args}{negative}; if ($history <= $negative_limit) {