SM0 She11
Path:
/
/
usr
/
share
/
spamassassin
Full Path (server): /usr/share/spamassassin
Create Fil3
Upl04d Fil3
📄 10_default_prefs.cf
[E]
[D]
[R]
📄 10_hasbase.cf
[E]
[D]
[R]
📄 20_advance_fee.cf
[E]
[D]
[R]
📄 20_aux_tlds.cf
[E]
[D]
[R]
📄 20_body_tests.cf
[E]
[D]
[R]
📄 20_compensate.cf
[E]
[D]
[R]
📄 20_dnsbl_tests.cf
[E]
[D]
[R]
📄 20_drugs.cf
[E]
[D]
[R]
📄 20_dynrdns.cf
[E]
[D]
[R]
📄 20_fake_helo_tests.cf
[E]
[D]
[R]
📄 20_freemail.cf
[E]
[D]
[R]
📄 20_freemail_domains.cf
[E]
[D]
[R]
📄 20_head_tests.cf
[E]
[D]
[R]
📄 20_html_tests.cf
[E]
[D]
[R]
📄 20_imageinfo.cf
[E]
[D]
[R]
📄 20_mailspike.cf
[E]
[D]
[R]
📄 20_meta_tests.cf
[E]
[D]
[R]
📄 20_net_tests.cf
[E]
[D]
[R]
📄 20_phrases.cf
[E]
[D]
[R]
📄 20_porn.cf
[E]
[D]
[R]
📄 20_ratware.cf
[E]
[D]
[R]
📄 20_uri_tests.cf
[E]
[D]
[R]
📄 20_vbounce.cf
[E]
[D]
[R]
📄 23_bayes.cf
[E]
[D]
[R]
📄 25_accessdb.cf
[E]
[D]
[R]
📄 25_antivirus.cf
[E]
[D]
[R]
📄 25_asn.cf
[E]
[D]
[R]
📄 25_dcc.cf
[E]
[D]
[R]
📄 25_dkim.cf
[E]
[D]
[R]
📄 25_hashcash.cf
[E]
[D]
[R]
📄 25_pyzor.cf
[E]
[D]
[R]
📄 25_razor2.cf
[E]
[D]
[R]
📄 25_replace.cf
[E]
[D]
[R]
📄 25_spf.cf
[E]
[D]
[R]
📄 25_textcat.cf
[E]
[D]
[R]
📄 25_uribl.cf
[E]
[D]
[R]
📄 30_text_de.cf
[E]
[D]
[R]
📄 30_text_fr.cf
[E]
[D]
[R]
📄 30_text_it.cf
[E]
[D]
[R]
📄 30_text_nl.cf
[E]
[D]
[R]
📄 30_text_pl.cf
[E]
[D]
[R]
📄 30_text_pt_br.cf
[E]
[D]
[R]
📄 50_scores.cf
[E]
[D]
[R]
📄 60_adsp_override_dkim.cf
[E]
[D]
[R]
📄 60_awl.cf
[E]
[D]
[R]
📄 60_shortcircuit.cf
[E]
[D]
[R]
📄 60_whitelist.cf
[E]
[D]
[R]
📄 60_whitelist_dkim.cf
[E]
[D]
[R]
📄 60_whitelist_spf.cf
[E]
[D]
[R]
📄 60_whitelist_subject.cf
[E]
[D]
[R]
📄 72_active.cf
[E]
[D]
[R]
📄 72_scores.cf
[E]
[D]
[R]
📄 73_sandbox_manual_scores.cf
[E]
[D]
[R]
📄 STATISTICS-set0-72_scores.cf.txt
[E]
[D]
[R]
📄 STATISTICS-set1-72_scores.cf.txt
[E]
[D]
[R]
📄 STATISTICS-set2-72_scores.cf.txt
[E]
[D]
[R]
📄 STATISTICS-set3-72_scores.cf.txt
[E]
[D]
[R]
📄 languages
[E]
[D]
[R]
📄 local.cf
[E]
[D]
[R]
📄 regression_tests.cf
[E]
[D]
[R]
📄 sa-update-pubkey.txt
[E]
[D]
[R]
📄 sa-update.cron
[E]
[D]
[R]
📄 user_prefs.template
[E]
[D]
[R]
Editing: local.cf
# This is the right place to customize your installation of SpamAssassin. # # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be # tweaked. # # Only a small subset of options are listed below # ########################################################################### # Add *****SPAM***** to the Subject header of spam e-mails # # rewrite_header Subject *****SPAM***** # Save spam messages as a message/rfc822 MIME attachment instead of # modifying the original message (0: off, 2: use text/plain instead) # # report_safe 1 # Set which networks or hosts are considered 'trusted' by your mail # server (i.e. not spammers) # # trusted_networks 212.17.35. # Set file-locking method (flock is not safe over NFS, but is faster) # # lock_method flock # Set the threshold at which a message is considered spam (default: 5.0) # # required_score 5.0 # Use Bayesian classifier (default: 1) # # use_bayes 1 # Bayesian classifier auto-learning (default: 1) # # bayes_auto_learn 1 # Set headers which may provide inappropriate cues to the Bayesian # classifier # # bayes_ignore_header X-Bogosity # bayes_ignore_header X-Spam-Flag # bayes_ignore_header X-Spam-Status # Some shortcircuiting, if the plugin is enabled # ifplugin Mail::SpamAssassin::Plugin::Shortcircuit # # default: strongly-whitelisted mails are *really* whitelisted now, if the # shortcircuiting plugin is active, causing early exit to save CPU load. # Uncomment to turn this on # # shortcircuit USER_IN_WHITELIST on # shortcircuit USER_IN_DEF_WHITELIST on # shortcircuit USER_IN_ALL_SPAM_TO on # shortcircuit SUBJECT_IN_WHITELIST on # the opposite; blacklisted mails can also save CPU # # shortcircuit USER_IN_BLACKLIST on # shortcircuit USER_IN_BLACKLIST_TO on # shortcircuit SUBJECT_IN_BLACKLIST on # if you have taken the time to correctly specify your "trusted_networks", # this is another good way to save CPU # # shortcircuit ALL_TRUSTED on # and a well-trained bayes DB can save running rules, too # # shortcircuit BAYES_99 spam # shortcircuit BAYES_00 ham endif # Mail::SpamAssassin::Plugin::Shortcircuit
Save