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

Contents of /rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting-1.2-maildropdups.patch

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


Revision 1.1 - (show annotations) (download)
Sun Feb 3 04:33:16 2013 UTC (11 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-mailsorting-1_2-41_el5_sme, smeserver-mailsorting-1_2-45_el5_sme, smeserver-mailsorting-1_2-40_el5_sme, smeserver-mailsorting-1_2-47_el5_sme, smeserver-mailsorting-1_2-42_el5_sme, smeserver-mailsorting-1_2-44_el5_sme, smeserver-mailsorting-1_2-46_el5_sme, HEAD
Initial import

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