/[smecontribs]/rpms/smeserver-qpsmtpd-spamassassinlevelstars/contribs7/smeserver-qpsmtpd-spamassassinlevelstars-0.0.2-bug4461.patch |
Parent Directory | Revision Log | Revision Graph
/var/log/qpsmtpd bitwise operand precedence error [SME:4461]
1 | mweinber | 1.1 | --- smeserver-qpsmtpd-spamassassinlevelstars-0.0.2/root/usr/share/qpsmtpd/plugins/spamassassinlevelstars.bug4461 2006-05-02 21:49:29.000000000 +0200 |
2 | +++ smeserver-qpsmtpd-spamassassinlevelstars-0.0.2/root/usr/share/qpsmtpd/plugins/spamassassinlevelstars 2008-07-28 08:58:33.000000000 +0200 | ||
3 | @@ -31,7 +31,7 @@ | ||
4 | my $score = $self->get_spam_intscore($transaction) or return DECLINED; | ||
5 | $self->log(LOGDEBUG, "add_level_header: score=$score"); | ||
6 | my $stars=''; | ||
7 | - for( my $i=0; $i<$score & $i<50; $i++ ) | ||
8 | + for( my $i=0; $i<$score && $i<50; $i++ ) | ||
9 | { | ||
10 | $stars .= '*'; | ||
11 | } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |