header :contains ["subject"] ["Undelivered Mail Returned to Sender"]) {
fileinto "Betrieb/postmaster/Undelivered" ;
}
-elsif allof ( header :contains ["to"] ["postmaster@pixelpark.com"],
+elsif allof ( anyof ( header :contains ["to"] ["postmaster@pixelpark.com"],
+ header :contains ["to"] ["ppjira@pixelpark.com"]
+ ),
anyof ( header :contains ["subject"] ["Undelivered Mail Returned to Sender"],
+ header :contains ["subject"] ["Delivery Status Notification (Failure)"],
header :contains ["subject"] ["Delivery Notification: Delivery has failed"],
header :contains ["subject"] ["Delivery Notification: Delivery has been delayed"],
- header :contains ["subject"] ["Delivery Notification: Delivery has timed out and failed"])) {
+ header :contains ["subject"] ["Delivery Notification: Delivery has timed out and failed"]
+ )
+ ) {
fileinto "Betrieb/postmaster/Undelivered" ;
}
elsif header :contains ["from"] ["aws-marketing-email-replies@amazon.com"] {