X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2Fsieve%2Ffsf.sieve;h=ac31d259b60844e6cef47ae271194b3c36180eea;hb=b6c69a0915fdc162184279f94448e6ff929a06c6;hp=a66152394005a473f2c0f407a08a7ed4eefb3179;hpb=a83e91030893a823da5f057d6b848dbac7593f01;p=distro-setup diff --git a/subdir_files/sieve/fsf.sieve b/subdir_files/sieve/fsf.sieve index a661523..ac31d25 100644 --- a/subdir_files/sieve/fsf.sieve +++ b/subdir_files/sieve/fsf.sieve @@ -7,6 +7,7 @@ if anyof (header :contains "list-id" "") { 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 (