minor tweaks
[distro-setup] / subdir_files / sieve / fsf.sieve
index 9c631afc9d3a62ec2355749471b6fa45deff1b9c..a66152394005a473f2c0f407a08a7ed4eefb3179 100644 (file)
@@ -1,5 +1,10 @@
 require [ "regex", "variables", "fileinto", "envelope", "mailbox", "imap4flags", "include" ];
 
+if anyof (header :contains "list-id" "<office-commits.gnu.org>") {
+    discard;
+    stop;
+         }
+
 if anyof (
     address :is "from" "sysadmin@gnu.org",
     address :is "to" "sysadmin-nonrt@gnu.org",
@@ -9,13 +14,14 @@ if anyof (
     stop;
          }
 elsif anyof (
-    header :contains "list-id" "<office-commits.gnu.org>",
     header :is "Return-path" "<rtbounces@gnu.org>"
     ) {
 fileinto :create "rtcc";
     stop;
 }
 
+
+
 if anyof (
     header :regex "subject" "mailing list memberships reminder",
     address :is "to" "rtbounces@gnu.org",