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 |
|
|
} |