IC Home > Know-how > Linux > Sendmail > Procmail > Quick Summary > procmailrc > Procmail

2.3 procmailrc


2.2 Flags [  up  ] - [ Top of Procmail ] 3 Reto's Procmail Recipes
# 26.06.2004 19:58
# The order of the recipes is significant

:0
* ^To: [a-z]* ?<?null@*
/dev/null

:0
* ^To: [a-z]* ?<?webmaster@*
/dev/null

:0
* ^Content-Type:.*multipart/mixed;
{
      :0 B
      * ^Content-Transfer-Encoding: base64
      * ^Content-Disposition: attachment;
      * ^.*filename=".*\.(pif|scr|bat|exe|com)"
      /dev/null
}

:0
* ^Content-Type:.*multipart/mixed;
{
      :0 B
      * ^Content-Transfer-Encoding: base64
      * ^Content-Disposition: attachment;
      * ^.*filename="(misc|ps)\.zip"
      /dev/null
}

:0fw: spamassassin.lock
| /usr/bin/spamassassin


[ Procmail ] - [ 3 Reto's Procmail Recipes ]



copyright by retoh - created with mytexi
$Id: procmail.mtxi,v 1.21 2007/04/06 07:44:08 webcms Exp $