X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2Fsieve%2Ffsf.sieve;fp=fsf.sieve;h=9c631afc9d3a62ec2355749471b6fa45deff1b9c;hb=9a067ce7270718043c0a725aa8c97ea75afdf96c;hp=bf10e9dc44030bfd93a06c33d163d0d0f90bed0c;hpb=8c9f3c9c69a1f76d8ffba1343fc0ab308fb4661a;p=distro-setup diff --git a/fsf.sieve b/subdir_files/sieve/fsf.sieve similarity index 56% rename from fsf.sieve rename to subdir_files/sieve/fsf.sieve index bf10e9d..9c631af 100644 --- a/fsf.sieve +++ b/subdir_files/sieve/fsf.sieve @@ -16,14 +16,6 @@ fileinto :create "rtcc"; stop; } -if anyof ( - header :contains "list-id" "", - header :contains "list-id" "" - ) { - 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: -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" "" - ) { - fileinto :create "pirate-party"; - stop; - } +include :personal "lists";