13 lines
548 B
Diff
13 lines
548 B
Diff
--- scripts/logwatch.orig 2012-04-25 08:37:33.000000000 +0200
|
|
+++ scripts/logwatch.pl 2012-05-03 13:42:09.323857620 +0200
|
|
@@ -1147,6 +1147,9 @@ sub initprint {
|
|
} else {
|
|
print OUTFILE "Subject: Logwatch for $Config{'hostname'} (${OStitle})\n";
|
|
}
|
|
+ #Add headers to recognize automatically generated email
|
|
+ print OUTFILE "Auto-Submitted: auto-generated\n";
|
|
+ print OUTFILE "Precedence: bulk\n";
|
|
#Add MIME
|
|
$out_mime = "MIME-Version: 1.0\n";
|
|
#Config{encode} switch
|