Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fichiers_configuration
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Membres actifs
fichiers_configuration
Merge requests
!6
A bit of 2020 cleanup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
A bit of 2020 cleanup
erdnaxe_cleanup
into
master
Overview
0
Commits
4
Changes
10
Open
me5na7qbjqbrp
requested to merge
erdnaxe_cleanup
into
master
4 years ago
Overview
0
Commits
4
Changes
3
Expand
Pour virer les filtres qui sont vraiment out of date.
👍
1
👎
0
Merge request reports
Viewing commit
af5ead46
Prev
Next
Show latest version
3 files
+
80
−
143
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
af5ead46
Move Federez to seperate rules file
· af5ead46
me5na7qbjqbrp
authored
4 years ago
.procmail/rc/federez.rules
0 → 100644
+
58
−
0
Options
### Dossier racine pour Federez
FEDEREZDIR=".FedeRez"
FEDEREZMONITDIR="${FEDEREZDIR}.Monit"
FEDEREZADMINDIR="${FEDEREZDIR}.admin"
FEDEREZLOGWATCHDIR="${FEDEREZADMINDIR}.Logwatch"
FEDEREZLOGCHECKDIR="${FEDEREZADMINDIR}.Logcheck"
FEDEREZDEBIANDIR="${FEDEREZADMINDIR}.Debian-updates"
FEDEREZPASSWORDSDIR="${FEDEREZADMINDIR}.federezpasswords"
FEDEREZOVHDIR="${FEDEREZADMINDIR}.OVH"
:0
# On récupère tous les mails qui sont arrivés par l'intermédaire d'une ML
* ^List-Id:.*
{
#################################################################
## Gestion des mailing-listes FedeRez ##
#################################################################
:0
* ^List-Id:.*federez.net
{
# On veut ne garder que le nom de la ML sans le nom de domaine
ML=`echo "${ML}" | sed 's/\(\.lists\)\?\.federez\.net//'`
# On prend garde à ne pas créer un sous-dossier
# si jamais le List-Id contient un . ou un espace
ML_=`echo "${ML}" | sed 's/\(\.\| \)/_/g'`
# Gestion de la ML admin
:0
* ^List-Id:.*admin
{
:0
* ^Subject:.*Logwatch for.*federez\.net
${FEDEREZLOGWATCHDIR}/
:0
* ^To:.*logcheck
${FEDEREZLOGCHECKDIR}/
:0
* ^Subject:.*Debian package update
${FEDEREZDEBIANDIR}/
:0
* ^From:.*federezpasswords
${FEDEREZPASSWORDSDIR}/
:0
* ^From:.*support@ovh.com
${FEDEREZOVHDIR}/
:0
${FEDEREZADMINDIR}/
}
:0
${FEDEREZDIR}.${ML_}/
}
}
Loading