deal with new email list
authorIan Kelling <iank@fsf.org>
Fri, 17 May 2019 15:59:11 +0000 (11:59 -0400)
committerIan Kelling <iank@fsf.org>
Fri, 17 May 2019 15:59:11 +0000 (11:59 -0400)
brc
offlineimap-sync
subdir_files/sieve/fsf.sieve

diff --git a/brc b/brc
index e03b0b5dc2afbf86be8a89183197c701d33a6aeb..a8e4d5f8bccfc1ade53ebd7b25a5a5b30d514f1a 100644 (file)
--- a/brc
+++ b/brc
@@ -188,8 +188,9 @@ if [[ $SOE ]]; then
 fi
 
 path_add /a/exe
-# end just because it seems safer
-path_add --end node_modules/.bin
+# add this with absolute paths as needed for better security
+#path_add --end /path/to/node_modules/.bin
+
 # pip3 --user things go here:
 path_add --end ~/.local/bin
 path_add --ifexists --end /a/work/libremanage
index 74b23c1ccb8f10c573a5b3cc20192fba45011189..3c75258b2b1f328271fac34186e6e40842397020 100755 (executable)
@@ -75,11 +75,9 @@ myfind() {
 # I want to hop into conversations about our mailing
 # systems there, but I don't need many old messages.
 myfind /nocow/user/fsfmd/l/qemu-devel/new -type f -mtime +14 -execdir rm -- '{}' +
-
-
 myfind /nocow/user/fsfmd/{sec,Spam,Drafts,{rtcc,sysadmin,l/outreachy-mentors}/new} -type f -mtime +100 -execdir rm -- '{}' +
-
 myfind /nocow/user/fsfmd/log -type f -mtime +300 -execdir rm -- '{}' +
+myfind /nocow/user/fsfmd/dmarc -type f -mtime +14 -execdir rm -- '{}' +
 
 
 # delete based on http://deflexion.com/2006/05/imap-way-of-deleting-message
index 26d4c273a18e5f94c10115934b70667c5cd8aac2..ac31d259b60844e6cef47ae271194b3c36180eea 100644 (file)
@@ -21,6 +21,15 @@ fileinto :create "rtcc";
     stop;
 }
 
+if anyof (
+    address :is "to" "dmarc-rua@fsf.org"
+    ) {
+    fileinto :create "dmarc";
+    stop;
+         }
+
+
+
 
 
 if anyof (