1 |
slords |
1.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"; |