# SpamAssassin user preferences file. See 'perldoc Mail::SpamAssassin::Conf' # for details of what can be tweaked. ########################################################################### # How many points before a mail is considered spam. # Added: RSS: May 2005 - Change subject line - remember to remove ***SPAM*** # when replying to false positives required_score 8 rewrite_header subject [SPAM?] rated _HITS_ --- # Whitelist and blacklist addresses are now file-glob-style patterns, so # "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work. whitelist_from *@othellomaster.com whitelist_from *@schestowitz.com whitelist_from *@danielsorogon.com whitelist_from *@manchester.ac.uk whitelist_from *@man.ac.uk whitelist_from *@cs.manchester.ac.uk whitelist_from *@mcc.ac.uk # 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.apache.org/tests.html . score SUBJ_ALL_CAPS 2.5 # Speakers of Asian languages, like Chinese, Japanese and Korean, will almost # definitely want to uncomment the following lines. They will switch off some # rules that detect 8-bit characters, which commonly trigger on mails using CJK # character sets, or that assume a western-style charset is in use. # # score HTML_COMMENT_8BITS 0 # score UPPERCASE_25_50 0 # score UPPERCASE_50_75 0 # score UPPERCASE_75_100 0