]> Frank Brehm's Git Trees - pixelpark/admin-tools.git/commitdiff
Neue Sieve-Regeln
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 31 Jul 2018 08:50:15 +0000 (10:50 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 31 Jul 2018 08:50:15 +0000 (10:50 +0200)
docs/frank.brehm.sieve.txt

index 902cfbcc60ac94c483f8122dd2a68d1679fe717f..98260bb2e0a867cf45fbe0e017cd6aa55025408b 100644 (file)
@@ -30,10 +30,17 @@ elsif allof ( header :contains ["from"] ["logwatch@"],
 }
 elsif allof ( header :contains ["from"] ["MAILER-DAEMON@pixelpark.com"],
               header :contains ["subject"] ["Undelivered Mail Returned to Sender"]) {
+       fileinto "Betrieb/postmaster/Undelivered" ;
+}
+elsif header :contains ["from"] ["barracuda@pixelpark.com"] {
        fileinto "Betrieb/postmaster" ;
 }
 elsif allof ( header :contains ["to"] ["postmaster@pixelpark.com"],
               header :contains ["subject"] ["Undelivered Mail Returned to Sender"]) {
        fileinto "Betrieb/postmaster" ;
 }
+elsif header :contains ["from"] ["zabbix@pixelpark.com"] {
+       fileinto "Betrieb/Monitoring" ;
+}
+