# SpamAssassin user preferences file. See 'perldoc Mail::SpamAssassin::Conf' # for details of what can be tweaked. ########################################################################### clear_headers add_header all Flag _YESNOCAPS_ add_header all Level _STARS(*)_ add_header all Score _HITS_ add_header all Status _YESNO_, hits=_HITS_ required=_REQD_ add_header all Report _REPORT_ use_bayes 0 report_safe 0 # How many hits before a mail is considered spam. # required_hits 5 required_hits 4 # SpamAssassin user preferences file. See 'perldoc Mail::SpamAssassin::Conf' # for details of what can be tweaked. ########################################################################### # Whitelist and blacklist addresses are now file-glob-style patterns, so # "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work. # whitelist_from someone@somewhere.com whitelist_to [15 listings] whitelist_from [over 200 listings] # Add your own customised scores for some tests below. The default scores are # read from the installed spamassassin rules files, but you can override them # here. To see the list of tests and their default scores, go to # http://spamassassin.org/tests.html . # # score SYMBOLIC_TEST_NAME n.nn header BPMUGWEBMASTER ALL =~ /bpmugwebmstr\@blarneystone\.com/i score BPMUGWEBMASTER 3.8 describe BPMUGWEBMASTER Email sent to bpmugwebmaster at blarneystone dot com # header TO_WEBMASTER ALL =~ /webmaster\@blarneystone\.com/i score TO_WEBMASTER 3.8 describe TO_WEBMASTER Email sent to webmaster at blarneystone dot com # header TO_KATHLEEN Subject =~ /kathleen/i score TO_KATHLEEN 3.8 describe TO_KATHLEEN Email with Kathleen in subject # header TO_KRISTO Subject =~ /kristo/i score TO_KRISTO 3.8 describe TO_KRISTO Email with Kristo in subject # header SUBJECT_PENIS Subject =~ /penis/i score SUBJECT_PENIS 3.8 describe SUBJECT_PENIS Email with penis in the subject line # header TO_JSMITH Subject =~ /jsmith/i score TO_JSMITH 2.8 describe TO_JSMITH Email with jsmith in subject # header TO_NORCUT Subject =~ /norcut/i score TO_NORCUT 3.8 describe TO_NORCUT Email with Norcut in subject # header BOUNCE_BPMUG Subject =~ /bounce bpmuglist/i score BOUNCE_BPMUG 8.8 describe BOUNCE_BPMUG Bounced BPMUG List Email # header JSDOM ALL =~ /jsdom\@blarneystone\.com/i score JSDOM 3.8 describe JSDOM Email sent to jsdom at blarneystone dot com # header JSBR ALL =~ /jsbr\@blarneystone\.com/i score JSBR 3.8 describe JSBR Email sent to jsbr at blarneystone dot com # #body PATENT_BIZ /based patent business/i #score PATENT_BIZ -2.0 #describe PATENT_BIZ Reduce score for someone with comments about my business # #body YOUR_PATENT /your patents/i #score YOUR_PATENT -2.0 #describe YOUR_PATENT Reduce score for someone with comments about my`patents # header BLARNEY_INVALID_TO X-Blarney-Spam =~ /invalid TO\/BCC detected/ describe BLARNEY_INVALID_TO Blarney spam test "invalid TO/BCC" triggered score BLARNEY_INVALID_TO 3.6 # header BLARNEY_INVALID_AT X-Blarney-Spam =~ /invalid at-blarneystone detected/ describe BLARNEY_INVALID_AT Blarney spam test "Too many blarneystones" triggered score BLARNEY_INVALID_AT 5.6 #