various updates
[distro-setup] / subdir_files / sieve / fsf.sieve
similarity index 56%
rename from fsf.sieve
rename to subdir_files/sieve/fsf.sieve
index bf10e9dc44030bfd93a06c33d163d0d0f90bed0c..9c631afc9d3a62ec2355749471b6fa45deff1b9c 100644 (file)
--- a/fsf.sieve
@@ -16,14 +16,6 @@ fileinto :create "rtcc";
     stop;
 }
 
-if anyof (
-    header :contains "list-id" "<debian-security-announce.lists.debian.org>",
-    header :contains "list-id" "<ubuntu-security-announce.lists.ubuntu.com>"
-    ) {
-    fileinto :create "sec";
-    stop;
-         }
-
 if anyof (
     header :regex "subject" "mailing list memberships reminder",
     address :is "to" "rtbounces@gnu.org",
@@ -33,19 +25,5 @@ if anyof (
     fileinto :create "log";
     stop;
          }
-# Return-path: <rtbounces@gnu.org>
 
-if allof (
-    address :is "from" "mailman-owner@zope.org",
-    header :is "subject" "zope.org mailing list memberships reminder"
-    ) {
-    discard;
-    stop;
-    }
-
-if anyof (
-    header :contains "list-id" "<activists_masspirates.org.lists.mayfirst.org>"
-    ) {
-    fileinto :create "pirate-party";
-    stop;
-    }
+include :personal "lists";