# Use maildir-style mailbox in user's home directory DEFAULT=$HOME/.maildir/ LOGFILE=/var/log/procmail # This anti-fake method is to detect the format is incorrect. :0 HB * ^Content-Type: *multipart/alternative * ^X-Mailer: Microsoft.*Outlook * !^Content-Type: *text/plain { LOG = "[Fake/no_plain] " :0 /dev/null } :0 EHB * ^Content-Type: *multipart/alternative * ^X-Mailer: Microsoft.*Outlook * !^Content-Type: *text/html { LOG = "[Fake/no_html] " :0 /dev/null } :0 HB * !^Subject: { LOG = "[NoSubject] " :0 /dev/null }