# SpamAssassin user preferences file. See 'perldoc Mail::SpamAssassin::Conf' # for details of what can be tweaked. # # $Id: user_prefs,v 1.6 2004/02/01 17:31:13 airmax Exp airmax $ ########################################################################### # How many hits before a mail is considered spam. required_hits 15 # ************************************************************************* # Personnal settings # ************************************************************************* # Whitelist and blacklist addresses are now file-glob-style patterns, so # "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work. ok_locales fr ok_languages fr en de report_safe 0 # 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 HEADER_8BITS 0 # score HTML_COMMENT_8BITS 0 # score SUBJ_FULL_OF_8BITS 0 # score UPPERCASE_25_50 0 # score UPPERCASE_50_75 0 # score UPPERCASE_75_100 0 # Auto white-list auto_whitelist_factor 0.5 # default: per-user whitelist: auto_whitelist_path ~/.spamassassin/auto-whitelist auto_whitelist_file_mode 0600 # Si je filtre une ML, c'est que je la soupconne de m'envoyer du spam, donc # if faut pas lui donner des points négatifs score KNOWN_MAILING_LIST 0 score X_LOOP 0 score X_MAILING_LIST 0 # Je n'utilise pas le script formmail de Matt, aucune raison qu'un tel mail # parvienne dans ma boite score BUGGY_CGI 10 # La règle anti-wanadoo, qui sert a rien, sauf a trouver de faux positifs # la ou il n'y en a pas.... # (Bug 1315) score MSG_ID_ADDED_BY_MTA 0 # # Le filtre Bayesian provoque trop de faux négatifs, a cause de mails trop # bien ciblés... A l'inverse, il est diablement efficace dans le sens de # détection des spams ! # score BAYES_00 0 0 -0.01 -0.01 score BAYES_01 0 0 -0.01 -0.01 score BAYES_10 0 0 -0.01 -0.01 score BAYES_20 0 0 -0.01 -0.01 score BAYES_30 0 0 -0.01 -0.01 score BAYES_40 0 0 -0.01 -0.01 score BAYES_44 0 0 -0.01 -0.01 score BAYES_50 0 0 0.1 0.1 score BAYES_56 0 0 0.5 0.5 score BAYES_60 0 0 1.0 1.0 score BAYES_70 0 0 2.5 2.5 score BAYES_80 0 0 3.5 3.5 score BAYES_90 0 0 4.5 4.5 score BAYES_99 0 0 8.0 8.0 # En ce moment, ils sont désactivés dans le paquet Debian, alors corrigeons... #score RAZOR2_CHECK 2.029 #score RAZOR2_CF_RANGE_01_10 0.001 #score RAZOR2_CF_RANGE_11_20 0.001 #score RAZOR2_CF_RANGE_21_30 0.001 #score RAZOR2_CF_RANGE_31_40 0.001 #score RAZOR2_CF_RANGE_41_50 0.001 #score RAZOR2_CF_RANGE_51_60 0.001 #score RAZOR2_CF_RANGE_61_70 0.001 #score RAZOR2_CF_RANGE_71_80 0.001 #score RAZOR2_CF_RANGE_81_90 0.001 #score RAZOR2_CF_RANGE_91_100 1.5 ## Distributed Checksum Clearinghouse: http://www.rhyolite.com/anti-spam/dcc/ #score DCC_CHECK 3.126 ## Pyzor: http://pyzor.sourceforge.net/ #score PYZOR_CHECK 4.400