1 |
--- smeserver-vacation-1.0/root/usr/local/bin/vacation.addPrecedenceList 2006-04-06 14:48:50.000000000 +0200 |
2 |
+++ smeserver-vacation-1.0/root/usr/local/bin/vacation 2008-09-11 22:24:37.000000000 +0200 |
3 |
@@ -414,7 +414,7 @@ |
4 |
|
5 |
$* = 1; # Multi line matching within a string |
6 |
|
7 |
- exit(0) if ($header =~ /^Precedence:\s+(bulk|junk)/i); |
8 |
+ exit(0) if ($header =~ /^Precedence:\s+(bulk|junk|list)/i); |
9 |
exit(0) if ($header =~ /^From.*-REQUEST\@/i); |
10 |
exit(0) if ($header =~ /^Mailing-List:/i); |
11 |
exit(0) if ($header =~ /^X-Spam-Status:\s+Yes/i); |