]> Frank Brehm's Git Trees - pixelpark/admin-tools.git/commitdiff
Update Sieve Rules
authorFrank Brehm <frank.brehm@pixelpark.com>
Fri, 18 Jun 2021 10:19:29 +0000 (12:19 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Fri, 18 Jun 2021 10:19:38 +0000 (12:19 +0200)
docs/frank.brehm.sieve.txt

index a2e14dd6347026f97b145a93fac715b712514cdf..2d26b644748b5ed2ab57ef9250ea8de22d7da93b 100644 (file)
@@ -89,9 +89,24 @@ elsif header :contains ["from"] ["(Cron Daemon)"] {
        elsif header :contains ["subject"] ["clamscan"] {
                fileinto "Betrieb/Cron/Clamav" ;
        }
+       elsif header :contains ["subject"] ["/opt/fbb_scanner.sh"] {
+               fileinto "Betrieb/Cron/Clamav" ;
+       }
+       elsif header :contains ["subject"] ["couchdbbackup.sh"] {
+               fileinto "Betrieb/Cron/Couch" ;
+       }
+       elsif header :contains ["subject"] ["restic-backup.sh"] {
+               fileinto "Betrieb/Cron/Couch" ;
+       }
+       elsif header :contains ["subject"] ["automongobackup.sh"] {
+               fileinto "Betrieb/Cron/Mongo" ;
+       }
        elsif header :contains ["subject"] ["fetch_ampdata_pdu"] {
                fileinto "Betrieb/Cron/Netbackup" ;
        }
+       elsif header :contains ["subject"] ["backup_config_a10.sh"] {
+               fileinto "Betrieb/Cron/Netbackup" ;
+       }
        elsif header :contains ["subject"] ["mysql-mariabackup"] {
                fileinto "Betrieb/Cron/Mariabackup" ;
        }
@@ -107,6 +122,9 @@ elsif header :contains ["from"] ["(Cron Daemon)"] {
        elsif header :contains ["subject"] ["dump-database.sh"] {
                fileinto "Betrieb/Cron/MySQL" ;
        }
+       elsif header :contains ["subject"] ["mysqlbackup.sh"] {
+               fileinto "Betrieb/Cron/MySQL" ;
+       }
        elsif header :contains ["subject"] ["mysql-binlog"] {
                fileinto "Betrieb/Cron/MySQL" ;
        }