#####################add by dio
################################################### ## ## threshold to check the mail is junk mail ## required_score 6.5 ###################################################
############################################################################ ## ## howto rewrite the subject ## #rewrite_header subject *****SPAM***** rewrite_header subject *****SPAM(_SCORE_)***(_VERSION_)** ############################################################################
report_safe 0
################################################# ## ## use bayes or not,1=on 0=off ## auto learn bayes or not,1=on 0=off ## skip rbl checks or not,1=skip 0=not skip ## use_bayes 1 bayes_auto_learn 1 skip_rbl_checks 1 #################################################
############################################################ ## ## razor2 (VIPUL'S RAZOR 2.X) ## What is razor? ## Vipul's Razor is a distributed, collaborative, spam detection and filtering network.
## Through user contribution, Razor establishes a distributed and constantly updating catalogue ## of spam in propagation that is consulted by email clients to filter out known spam. ## Detection is done with statistical and randomized signatures that efficiently spot mutating spam ## content. User input is validated through reputation assignments based on consensus on report and ## revoke assertions which in turn is used for computing confidence values associated with individual signatures. ## ## dcc (Distributed Checksum Clearinghouse) ## What is dcc? ## A hash sharing method of spam email detection. See ## ## pyzor ## What is pyzor? ## Pyzor is a collaborative, networked system to detect and block spam using identifying digests of messages. ## See ## ## 0 = off , 1 = on use_razor2 0 loadplugin Mail::SpamAssassin::Plugin::DCC use_dcc 0 use_pyzor 0 ############################################################
############################################ ## ## allow all locales ## ok_locales all ############################################
################################################################################### ## ## For chinese subject and chinese mail receiver ## score HEADER_8BITS 0 score BODY_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 #score CHARSET_FARAWAY 0 #score CHARSET_FARAWAY_HEADER 0
#score HTML_CHARSET_FARAWAY 0 #score MIME_CHARSET_FARAWAY 0 #score UNWANTED_LANGUAGE_BODY 0 #score FROM_ENDS_IN_NUMS 0 ###################################################################################
######################################################### ## ## if body is chinese, score -6 ## ## #body CN_4NIX_CN_BODY /[\xB0-\xF7][\xA0-\xFE]/ #score CN_4NIX_CN_BODY -6.000 #########################################################
######################################### ## ## whitelist_to ## score USER_IN_WHITELIST_TO -20.0 ## whitelist_from #all_spam_to #score USER_IN_WHITELIST_TO -20.0 #########################################
###################################################################################### ## ## use the RBL- check ## header RCVD_IN_CASA_CBLLESS eval:check_rbl('CBLLESS','cblless.anti-spam.org.cn.','127.0.8.5') describe RCVD_IN_CASA_CBLLESS Relay has be listed in CASA CBL-, tflags RCVD_IN_CASA_CBLLESS net score RCVD_IN_CASA_CBLLESS 4.0 ######################################################################################
##################################################################### ## ## must with the option "report_safe 1" ## #clear_report_template #report Spam detection software, running on the system "_HOSTNAME_", has #report identified this incoming email as possible spam. The original message #report " pts rule name description" #report ---- ---------------------- -------------------------------------------------- #report _SUMMARY_ #####################################################################
|