minor fix
[distro-setup] / subdir_files / sieve / fsf.sieve
index a66152394005a473f2c0f407a08a7ed4eefb3179..ac31d259b60844e6cef47ae271194b3c36180eea 100644 (file)
@@ -7,6 +7,7 @@ if anyof (header :contains "list-id" "<office-commits.gnu.org>") {
 
 if anyof (
     address :is "from" "sysadmin@gnu.org",
+    address :is "from" "sysadmin-nonrt@gnu.org",
     address :is "to" "sysadmin-nonrt@gnu.org",
     address :is "from" "sysadmin-comment@gnu.org"
     ) {
@@ -20,6 +21,15 @@ fileinto :create "rtcc";
     stop;
 }
 
+if anyof (
+    address :is "to" "dmarc-rua@fsf.org"
+    ) {
+    fileinto :create "dmarc";
+    stop;
+         }
+
+
+
 
 
 if anyof (