# This is the cancel file.  You can put any 
# one per line regular expression in this 
# file and any lines from files in the @files 
# array matching one of the expressions will
# not make the cut for random lines.
# 
# examples:

# Mail Subject lines
^Subject: .*

# Some sysadmin's administrative messages.
Tonight's dumps should go onto.*

# HTML tags or email address lines.
<.*>

# If you want to match spaces alone for some reason
# put them in here explicitly like this:
# [\ ]*
# or whatever.
