fileinto "Betrieb/Monitoring" ;
}
elsif header :contains ["from"] ["(Cron Daemon)"] {
- fileinto "Betrieb/Cron" ;
-
+ if header :contains ["subject"] ["clamav"] {
+ fileinto "Betrieb/Cron/Clamav" ;
+ }
+ elsif header :contains ["subject"] ["fetch_ampdata_pdu"] {
+ fileinto "Betrieb/Cron/Netbackup" ;
+ }
+ elsif header :contains ["subject"] ["mysql-mariabackup"] {
+ fileinto "Betrieb/Cron/Mariabackup" ;
+ }
+ else {
+ fileinto "Betrieb/Cron" ;
+ }
# Hostmaster stuff
}
elsif header :contains ["from"] ["guardian-v4@dns-net.de"] {