# Incidents
}
elsif allof ( header :contains ["from"] ["8x5@pixelpark.com"],
- header :contains ["subject"] ["Incidentreport: "]) {
+ anyof ( header :contains ["subject"] ["Incidentreport: "],
+ header :contains ["subject"] ["Incidentannouncement: "])) {
fileinto "Betrieb/Incident" ;
+
+# Logwatch
+}
+elsif allof ( header :contains ["from"] ["logwatch@"],
+ header :contains ["subject"] ["Logwatch for "]) {
+ fileinto "Betrieb/Logwatch" ;
+
+# Undelivered mail
}
+elsif allof ( header :contains ["from"] ["MAILER-DAEMON@pixelpark.com"],
+ header :contains ["subject"] ["Undelivered Mail Returned to Sender"]) {
+ fileinto "Betrieb/postmaster" ;
+}
+elsif allof ( header :contains ["to"] ["postmaster@pixelpark.com"],
+ header :contains ["subject"] ["Undelivered Mail Returned to Sender"]) {
+ fileinto "Betrieb/postmaster" ;
+}
+