Merge branch 'master' of github.com:msimerson/qpsmtpd-dev

This commit is contained in:
Matt Simerson 2012-06-30 16:29:16 -04:00
commit 82daf120f3
2 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ sub is_immune {
sub adjust_karma { sub adjust_karma {
my ( $self, $value ) = @_; my ( $self, $value ) = @_;
my $karma = $self->connection->notes('karma') || 0 my $karma = $self->connection->notes('karma') || 0;
$karma += $value; $karma += $value;
$self->connection->notes('karma', $value); $self->connection->notes('karma', $value);
return $value; return $value;

View File

@ -64,7 +64,7 @@
70 virus::aveclient ave avirs 70 virus::aveclient ave avirs
71 virus::bitdefender bit bitdf 71 virus::bitdefender bit bitdf
72 virus::clamav cav clamv 72 virus::clamav cav clamv
73 virus::clamdscan cad clamd 73 virus::clamdscan clm clamd
74 virus::hbedv hbv hbedv 74 virus::hbedv hbv hbedv
75 virus::kavscanner kav kavsc 75 virus::kavscanner kav kavsc
76 virus::klez_filter klz vklez 76 virus::klez_filter klz vklez