Modérateur: modos Ixus
PATH=/bin:/usr/bin
FORMAIL=/usr/bin/formail
SHELL=/bin/sh
LOGFILE=$HOME/procmail.log
LOG="**** `date` ****"
#adresse "poubelle" tout est jeté
:0H
* ^To[:]pomalo@xxxxxxx.fr
/dev/null
#test des virus
:0fw: scanmail.lock
| /usr/local/bin/clamassassin
#on jette si virus trouvé
:0H:
* ^X-Virus-Status: Yes
$HOME/MAIL.virus
#recherche du spam
:0fw: spam.lock
| spamassassin -S -l $HOME/spam.log -P | formail
#on jette si spam
:0H:
* ^X-Spam-Flag:.*YES
$HOME/Mail.spam
cpomalo a écrit:Salut
procmailrc
- Code: Tout sélectionner
#adresse "poubelle" tout est jeté
:0H
* ^To[:]pomalo@xxxxxxx.fr
/dev/null
# Create a backup cache of 100 most recent messages in case of mistakes.
# For this to work, you must first create the directory
# ${MAILDIR}/backup.
:0 c
backup
:0 ic
| cd backup && rm -f dummy `ls -t msg.* | sed -e 1,100d`
# Regenerate "From" lines to make sure they are valid
:0 fhw
| formail -c -I "From " -a "From "
Retour vers Linux et BSD (forum généraliste)
Utilisateur(s) parcourant actuellement ce forum : Google [Bot] et 1 invité