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 #1

Updated by Dennis Roczek over 9 years ago

@awerner PLease use my mail address (for the case my @gmail is already in ldap then change it to @libo) so
a) I can use the sieve filters and
b) i want to migrate away from gmail ;-)

THX

Actions #2

Updated by Florian Effenberger over 9 years ago

  • Due date set to 2015-01-30
Actions #3

Updated by Florian Effenberger over 9 years ago

  • Status changed from New to Closed

Done, I recommend having a look at the Sieve_scripts page in the internal wiki for the most recent version ;-) Welcome on board, good to have you here!

Actions

Also available in: Atom PDF