###
# reduced crosspostings
###

xpost 9

###
# max article size
###

size 256K

###
# filter out common spams - the capitalisation is irrelevant, and is
# merely used to hilight the appropriate keywords.  all matches are
# case-insensitive.  "\b" is the perl word-boundary regexp.
###

header ^subject:.*\$\$
header ^subject:.*\bARE.*\bYOU.*\bLONELY
header ^subject:.*\bHOT.*\bSEX
header ^subject:.*\bMAKE.*\bCASH
header ^subject:.*\bMAKE.*\bDOLLARS
header ^subject:.*\bMAKE.*\bMONEY
header ^subject:.*\bMEOW
header ^subject:.*\bMONEY.*\bMONEY

###
# possibly we could do this:
####

# header ^nntp-posting-host: \s+somewhere.we.dont.like.com
