/[smecontribs]/rpms/smeserver-unjunkmgr/contribs9/smeserver-unjunkmgr-3.0-Fix-SME-Version-Check.patch
ViewVC logotype

Contents of /rpms/smeserver-unjunkmgr/contribs9/smeserver-unjunkmgr-3.0-Fix-SME-Version-Check.patch

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


Revision 1.1 - (show annotations) (download)
Wed Nov 18 18:51:53 2020 UTC (3 years, 5 months ago) by brianr
Branch: MAIN
CVS Tags: HEAD
Initial import

1 diff -urN smeserver-unjunkmgr-3.0.old/root/usr/local/unjunkmgr/spamfilter-statsclient.pl smeserver-unjunkmgr-3.0/root/usr/local/unjunkmgr/spamfilter-statsclient.pl
2 --- smeserver-unjunkmgr-3.0.old/root/usr/local/unjunkmgr/spamfilter-statsclient.pl 2020-11-18 12:42:39.000000000 +0000
3 +++ smeserver-unjunkmgr-3.0/root/usr/local/unjunkmgr/spamfilter-statsclient.pl 2020-11-18 16:46:54.512811198 +0000
4 @@ -141,10 +141,10 @@
5
6 my $SME_version;
7 # printf("SME Release Version %s\n",$release_version);
8 - if ($release_version =~ m/[78]/) {
9 - $SME_version = 7;
10 - } else {
11 + if ($release_version =~ m/[6]/) {
12 $SME_version = 6;
13 + } else {
14 + $SME_version = 7; #All after 6 are the same we assume!
15 }
16
17 my $spam_reject_level;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed