/[smecontribs]/rpms/smeserver-mailstats/contribs8/smeserver-mailstats-1.0-auth_cvm_unix_local.patch
ViewVC logotype

Contents of /rpms/smeserver-mailstats/contribs8/smeserver-mailstats-1.0-auth_cvm_unix_local.patch

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


Revision 1.1 - (show annotations) (download)
Sun Sep 9 23:59:25 2012 UTC (11 years, 8 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-mailstats-1_0-5_el5_sme, smeserver-mailstats-1_0-8_el5_sme, smeserver-mailstats-1_0-4_el5_sme, smeserver-mailstats-1_0-6_el5_sme, smeserver-mailstats-1_0-9_el5_sme, smeserver-mailstats-1_0-2_el5_sme, HEAD
* Sun Sep 09 2012 JP Pialasse <tests@pialasse.com> 1.1-2.sme
- fix Unexpected failure string in log file: auth::auth_cvm_unix_local see [SME 7089]

1 diff -up smeserver-mailstats-1.0/root/usr/bin/spamfilter-stats-7.pl.auth_cvm_unix_local smeserver-mailstats-1.0/root/usr/bin/spamfilter-stats-7.pl
2 --- smeserver-mailstats-1.0/root/usr/bin/spamfilter-stats-7.pl.auth_cvm_unix_local 2012-05-26 11:09:22.000000000 -0400
3 +++ smeserver-mailstats-1.0/root/usr/bin/spamfilter-stats-7.pl 2012-09-09 19:46:27.000000000 -0400
4 @@ -8,6 +8,8 @@
5 # by Jesper Knudsen at http://sme.swerts-knudsen.dk
6 # and re-written by brian read at bjsystems.co.uk (with some help from the community - thanks guys)
7 #
8 +# bjr - 02sept12 - Add in qpsmtpd failure code auth::auth_cvm_unix_local as per Bug 7089
9 +#
10 #############################################################################
11 #
12 # SMEServer DB usage
13 @@ -479,6 +481,8 @@ LINE: while (<>) {
14
15
16 if ($log_items[5] eq 'tls') {$MiscDenyCount++;$counts{$abshour}{$CATNONCONF}++;mark_domain_rejected($proc);next LINE}
17 +
18 + if ($log_items[5] eq 'auth::auth_cvm_unix_local') {$MiscDenyCount++;$counts{$abshour}{$CATNONCONF}++;mark_domain_rejected($proc);next LINE}
19
20
21 print "Unexpected failure string in log file: ".$log_items[5]."\n"; #Not detected

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