+++ /dev/null
-require ["fileinto"];
-require ["reject"];
-require ["envelope"];
-require ["vacation"];
-
-# Oracle stuff
-if header :matches ["from"] ["replies@oracle-mail.com"] {
- fileinto "Betrieb/Oracle";
- stop;
-}
-
-# Change announcements
-if allof ( header :matches ["from"] ["8x5@pixelpark.com"],
- header :matches ["subject"] ["Change: "]) {
- fileinto "Betrieb/Change";
- stop;
-}
-
-# Incidents
-if allof ( header :matches ["from"] ["8x5@pixelpark.com"],
- header :matches ["subject"] ["Incidentreport:]) {
- fileinto "Betrieb/Incident";
- stop;
-}
--- /dev/null
+require ["fileinto"];
+require ["reject"];
+require ["envelope"];
+require ["vacation"];
+
+# Oracle stuff
+if header :matches ["from"] ["replies@oracle-mail.com"] {
+ fileinto "Betrieb/Oracle";
+ stop;
+}
+
+# Change announcements
+if allof ( header :matches ["from"] ["8x5@pixelpark.com"],
+ header :matches ["subject"] ["Change: "]) {
+ fileinto "Betrieb/Change";
+ stop;
+}
+
+# Incidents
+if allof ( header :matches ["from"] ["8x5@pixelpark.com"],
+ header :matches ["subject"] ["Incidentreport: "]) {
+ fileinto "Betrieb/Incident";
+ stop;
+}