Don't use procmail anymore
This commit is contained in:
parent
f90d35f723
commit
4c975e9766
1 changed files with 0 additions and 63 deletions
63
.procmailrc
63
.procmailrc
|
@ -1,63 +0,0 @@
|
||||||
# Some environment variables ##########################################
|
|
||||||
SHELL=/bin/sh
|
|
||||||
SED=/bin/sed
|
|
||||||
PERL=/usr/bin/perl
|
|
||||||
PATH=/usr/local/bin:/usr/bin:/bin
|
|
||||||
|
|
||||||
# Configuration variables #############################################
|
|
||||||
VERBOSE=no
|
|
||||||
MAILDIR=/home/nemunaire/.mail
|
|
||||||
DEFAULT=$MAILDIR/.Lost/
|
|
||||||
ORGMAIL=$MAILDIR/
|
|
||||||
JUNK=$MAILDIR/.Junk/
|
|
||||||
LOGFILE=$MAILDIR/procmail.log
|
|
||||||
PMDIR=$HOME/.procmail
|
|
||||||
|
|
||||||
# Custom scripts ######################################################
|
|
||||||
MAR=$PMDIR/mark_as_read
|
|
||||||
MAO=$PMDIR/mark_as_oldnew
|
|
||||||
NOTIFY=$PMDIR/notify
|
|
||||||
|
|
||||||
# Before anything else, filter spam
|
|
||||||
INCLUDERC=$PMDIR/rc.spam
|
|
||||||
|
|
||||||
# Filter nagios and system alerts here
|
|
||||||
INCLUDERC=$PMDIR/rc.nagios
|
|
||||||
INCLUDERC=$PMDIR/rc.system
|
|
||||||
|
|
||||||
# Filters, unbackuped mails ###########################################
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.pubs
|
|
||||||
INCLUDERC=$PMDIR/rc.newslettre
|
|
||||||
INCLUDERC=$PMDIR/rc.reports
|
|
||||||
|
|
||||||
# Backup ##############################################################
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.backup
|
|
||||||
|
|
||||||
# Filters #############################################################
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.bounces
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.list
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.emplois
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.amis
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.meetups
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.multi
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.projects
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.sports
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.epita
|
|
||||||
|
|
||||||
INCLUDERC=$PMDIR/rc.notify
|
|
||||||
|
|
||||||
# Last chance
|
|
||||||
:0H
|
|
||||||
* ^TO_((pom|pomercier|nemunaire)@(nemunai.re|pomail.fr)|pierre-?olivier@mercier.pm)
|
|
||||||
./
|
|
Loading…
Add table
Add a link
Reference in a new issue