Project

General

Profile

Actions

Task #996

closed

add Dennis Roczek to the admin list

Added by Florian Effenberger over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
Start date:
Due date:
2015-01-30
% Done:

0%

Tags:

Description

You should add Dennis Roczek to the admin mailing list
@Dennis: The Sieve script I use is

if header :matches "List-Post" "<mailto:tdf-admin@lists.documentfoundation.org>" {
      if header :contains "X-Spam-Flag" "YES" {
         fileinto "INBOX.admin@tdf.Spam";
         stop;
      }
      if exists "X-Cron-Env"  {
         fileinto "INBOX.admin@tdf.Cron";
         stop;
      }
      if header :contains "From" "MAILER-DAEMON@" {
         fileinto "INBOX.admin@tdf.Postmaster";
         stop;
      }
      if header :contains "From" "GIT User" {
         fileinto "INBOX.admin@tdf.git";
         stop;
      }
      if header :contains "From" "backuppc@floyd.documentfoundation.org" {
         fileinto "INBOX.admin@tdf.Backups";
         stop;
      }
      if header :contains "To" "root@" {
         fileinto "INBOX.admin@tdf.root";
         stop;
      }
      if header :matches "From" "nagios@barack.fsf.hu"  {
         fileinto "INBOX.admin@tdf.Monitoring";
         stop;
      }
   fileinto "INBOX.admin@tdf";
stop;
}

(Surely can be beautified.)

Actions

Also available in: Atom PDF