misc fixes and improvements
[distro-setup] / subdir_files / sieve / lists.sieve
index 66b75fa251c7ee1cd0ff4dc87928ff1eff38b006..01f534985faa6af80aba4c4571433536f122a6e2 100644 (file)
@@ -29,6 +29,15 @@ if anyof (
   stop;
 }
 
+
+if anyof (
+  header :contains "list-id" "<users.spamassassin.apache.org>"
+  ) {
+  fileinto :create "l/spamassassin";
+  stop;
+}
+
+
 if anyof (
   header :contains "list-id" "<bbdb-info.lists.sourceforge.net>",
   header :contains "list-id" "<bug-bash.gnu.org>",
@@ -124,6 +133,7 @@ if anyof (
 
 
 if anyof (
+  header :contains "list-id" "<ln.lists.fsfe.org>",
   header :contains "list-id" "<gnu-prog-discuss.gnu.org>",
   header :contains "list-id" "<gnu-prog.gnu.org>",
   header :contains "list-id" "<www-discuss.gnu.org>",