--- smeserver-qpsmtpd-spamassassinlevelstars-0.0.2/root/usr/share/qpsmtpd/plugins/spamassassinlevelstars.bug4461 2006-05-02 21:49:29.000000000 +0200 +++ smeserver-qpsmtpd-spamassassinlevelstars-0.0.2/root/usr/share/qpsmtpd/plugins/spamassassinlevelstars 2008-07-28 08:58:33.000000000 +0200 @@ -31,7 +31,7 @@ my $score = $self->get_spam_intscore($transaction) or return DECLINED; $self->log(LOGDEBUG, "add_level_header: score=$score"); my $stars=''; - for( my $i=0; $i<$score & $i<50; $i++ ) + for( my $i=0; $i<$score && $i<50; $i++ ) { $stars .= '*'; }