Created
June 30, 2012 18:10
-
-
Save lancechentw/3024900 to your computer and use it in GitHub Desktop.
procmailrc examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERBOSE=on | |
LOGFILE=$HOME/.procmail.log/procmail.`date +%Y%m%d`.log | |
LOGABSTRACT=yes | |
:0: | |
* ^To: [email protected] | |
$DEFAULT | |
:0 | |
* ^From: [email protected] | |
* ^Subject.*(security|daily|weekly|monthly) run output | |
{ | |
:0 c | |
! [email protected] | |
:0: | |
$DEFAULT | |
} | |
:0 | |
* ^From: [email protected] | |
* ^Subject.*Logwatch for | |
{ | |
:0 c | |
! [email protected] | |
:0: | |
$DEFAULT | |
} | |
:0: | |
* ^X-Spam-Flag: Yes | |
Mail/Spam | |
:0 | |
{ | |
:0 c | |
! [email protected] | |
:0: | |
$DEFAULT | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment