# Sample commands for .procmailrc 

# Save all mail containing non-printable characters in the Subject line
# to "junkmail" folder.
# Note valid characters are from "-" to "~", and include TAB

:0
* ^Subject:.*[^ -~^I].*[^ -~^I].*[^ -~^I]
{
        :0 i
       	junkmail 
}

# This can be used to filter out unwanted mail from some e-mail address. 
# Filter out if the sender's name matches the one specified here. 
# Of course, you need to replace someuser with something else. 
# According to our experience, someone@ns1.opt*.com was a spam source
:0
* ^From:.*@ns1.opt*.com
{
        :0 i
       	junkmail 
}