/[smecontribs]/rpms/smeserver-qpsmtpd-spamassassinlevelstars/contribs7/smeserver-qpsmtpd-spamassassinlevelstars-0.0.2-bug4461.patch
ViewVC logotype

Contents of /rpms/smeserver-qpsmtpd-spamassassinlevelstars/contribs7/smeserver-qpsmtpd-spamassassinlevelstars-0.0.2-bug4461.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Tue Nov 25 16:20:29 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
Restore

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 RSS 2.0 feed