/[smeserver]/rpms/smeserver-spamassassin/sme8/smeserver-spamassassin-2.2.0-okLanguages.patch
ViewVC logotype

Contents of /rpms/smeserver-spamassassin/sme8/smeserver-spamassassin-2.2.0-okLanguages.patch

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


Revision 1.1 - (show annotations) (download)
Sat Jul 6 04:53:11 2013 UTC (10 years, 10 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-spamassassin-2_2_0-12_el5_sme, smeserver-spamassassin-2_2_0-11_el5_sme, smeserver-spamassassin-2_2_0-13_el5_sme, HEAD
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.2.0-11
- Load TextCat plugin if ok_languages is enabled [SME: 7048]

1 diff -ruN smeserver-spamassassin-2.2.0.old/root/etc/e-smith/templates/etc/mail/spamassassin/local.cf/10ok_languages smeserver-spamassassin-2.2.0/root/etc/e-smith/templates/etc/mail/spamassassin/local.cf/10ok_languages
2 --- smeserver-spamassassin-2.2.0.old/root/etc/e-smith/templates/etc/mail/spamassassin/local.cf/10ok_languages 2008-10-07 07:55:26.000000000 -0700
3 +++ smeserver-spamassassin-2.2.0/root/etc/e-smith/templates/etc/mail/spamassassin/local.cf/10ok_languages 2013-07-05 21:41:36.000000000 -0700
4 @@ -1,5 +1,7 @@
5 {
6 $langs = ($spamassassin{OkLanguages} || 'all');
7 return "" if $langs eq 'all';
8 - return "ok_languages $langs";
9 + $OUT = "loadplugin Mail::SpamAssassin::Plugin::TextCat\n";
10 + $OUT .= "ok_languages $langs";
11 + return $OUT;
12 }

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