# SpamAssassin user preferences file. See 'man Mail::SpamAssassin::Conf' for # details of what can be tweaked. # # $Id: user_prefs,v 1.8 2006/11/17 04:01:15 gerald Exp $ # # How many hits before a mail is considered spam. required_hits 5 ### # misc settings copied/adapted from hugo # http://impressive.net/archives/fogo/20020415221300.GB2187@home.larve.net # # Don't rewrite the subject # rewrite_subject 0 # Leave the content-type alone report_safe 0 # use_terse_report 1 # added this here because disabled in global config so smtptime SA # doesn't try to write to gerald's bayes DBs bayes_auto_learn 1 # annoying spammer, 9 Feb 2005 blacklist_from dm232002@zipmail.com.br # annoying spammer, 10 Feb 2005 blacklist_from *@subscribe.ru all_spam_to cyap@ all_spam_to @yapper.ca # disabling some tests that have been removed from SA 3.2.x; see # http://lists.w3.org/Archives/Team/w3t-archive/2007Jan/0790.html score DNS_FROM_RFC_ABUSE 0.0 score DNS_FROM_RFC_POST 0.0 score DNS_FROM_RFC_WHOIS 0.0 # # changelog: # # $Log: user_prefs,v $ # Revision 1.8 2006/11/17 04:01:15 gerald # removed a couple old options that spamassassin --lint complained about # # Revision 1.7 2005/03/01 21:35:57 gerald # hardcode a score for BAYES_99 # # Revision 1.6 2005/02/10 19:29:27 gerald # blacklisted some annoying spammers # # Revision 1.5 2003/03/28 21:34:26 gerald # replaced defang_mime with report_safe (defang_mime gone in v2.5x) # # Revision 1.4 2003/03/27 00:18:40 gerald # set defang_mime to 0 # # Revision 1.3 2002/05/27 17:28:15 gerald # lowered threshold to 3.6 # # Revision 1.2 2002/05/21 23:32:08 gerald # removed some autogenerated comments; copied some settings from hugo # #