/[smecontribs]/rpms/smeserver-mailsorting/contribs7/smeserver-mailsorting-1.2-maildropdups.patch
ViewVC logotype

Contents of /rpms/smeserver-mailsorting/contribs7/smeserver-mailsorting-1.2-maildropdups.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:25 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-mailsorting-1_2-28_el4_sme, smeserver-mailsorting-1_2-30_el4_sme, smeserver-mailsorting-1_2-35_el4_sme, smeserver-mailsorting-1_2-27_el4_sme, smeserver-mailsorting-1_2-40_el4_sme, smeserver-mailsorting-1_2-31_el4_sme, smeserver-mailsorting-1_2-29_el4_sme, smeserver-mailsorting-1_2-39_el4_sme, smeserver-mailsorting-1_2-38_el4_sme, smeserver-mailsorting-1_2-32_el4_sme, HEAD
Changes since 1.2: +0 -0 lines
Restore

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-mailsorting-1.2/root/etc/e-smith/templates-user/.mailfilter/25options mezzanine_patched_smeserver-mailsorting-1.2/root/etc/e-smith/templates-user/.mailfilter/25options
2 --- smeserver-mailsorting-1.2/root/etc/e-smith/templates-user/.mailfilter/25options 2006-04-05 07:26:04.000000000 -0600
3 +++ mezzanine_patched_smeserver-mailsorting-1.2/root/etc/e-smith/templates-user/.mailfilter/25options 2007-06-15 04:57:23.000000000 -0600
4 @@ -30,7 +30,8 @@
5
6 ## delete duplicates
7 my $deldups = db_get_prop(\%processmail, $USERNAME, "deldups") || 'no';
8 - if ($deldups eq 'yes')
9 + my $globaldeldups = db_get_prop(\%processmail, 'maildrop', "deldups") || 'no';
10 + if (($deldups eq 'yes') ||($globaldeldups eq 'yes'))
11 {
12 $OUT .= "\n";
13 $OUT .= "# ----- delete duplicates ---\n";

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