#
# For info on MIME stripping, read:
# http://www.natur.cuni.cz/~mmokrejs/sendmail/mime/msg00004.html
#
# Procmail FAQ:
# http://www.linux-nl.cx/html/procmail/mini-faq.html
#
# Jari's procmail tips:
# http://pm-doc.sourceforge.net/pm-tips.html
#
# John Conover's page of procmail filtering of attachments, very good!
# http://www.johncon.com/john/QuarantineAttachments/
#
# Jon Lapham <lapham@extracta.com.br>
#---------------------------------------------------------------------------

PATH=/bin:/usr/bin:/usr/bin
MAILDIR=/root/Mail                   # you'd better make sure it exists
LOGFILE=/root/.procmail/procmaillog  # recommended
SHELL=/bin/bash

# The MS Virus attachment quarantine recipe
INCLUDERC=/etc/procmailrc.msvirus

# The MS Virus UUENCODED attachment quarantine recipe
INCLUDERC=/etc/procmailrc.msvirus_uu


