⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filter_config.rc

📁 这是一个从音频信号里提取特征参量的程序
💻 RC
字号:
# These variable settings work with the spam blocker filter kit. We have# modified these rules to fit our needs. The intention is to keep our # modifications as clearly demarcated as possible## formail is a tool for modifying mail headers. It comes with procmail# date is the date function# nslookup is used to find ips# fgrep is the command for string searches# sendmail is your local program for transporting mail# rm is the file removal program# test is the local shell test program#FORMAIL=/usr/local/bin/formailDATE=dateNSLOOKUP="nslookup -nod2 -nodebug" GREP=fgrepSENDMAIL=/usr/lib/sendmailRM=rmTEST=test# Rule file locations#SBDIR=${ISIP_GLOBAL_SCRIPT_DIR}/rules# Set the location of filtered messages#   ADMIN = administrative messages or messages that come from an administrator#   BLOCK = messages from blocked ISPs or users#   BULK = messages from bulk mailing lists.#   SPAM = spam#   VIRUS = detected virii#ADMINFOLDER=${SPAM_FOLDER}BLOCKFOLDER=${SPAM_FOLDER}BULKFOLDER=${SPAM_FOLDER}SPAMFOLDER=${SPAM_FOLDER}VIRUSFOLDER=${SPAM_FOLDER}# Alternate forms of from address#ALTFROM=${LOGNAME}@${HOST}# Whether or not to send flame mail back to people that are filtered# BLOCKREPLY=SILENTSPAMREPLY=SILENT# A password that people that would normally be blocked can use to gain # access#BYPASSWD=syzygy# Filter out certain languages - by default we filter out chinese.#LANGFILTER=yesGARBLEDCHARSET=yesCHINESE=noJAPANESE=yesKOREAN=yesRUSSIAN=yesTURKISH=yes# set to no for more stringent checks#LEAN=yes# files that can be setup to contain special cases of users#LEGITLISTS=$HOME/.legitlistsMYEMAIL=$HOME/.myemailNOBOUNCE=${HOME}/.nobounceNOLOOP=${ALTFROM}# Items that you probably have no need to alter ever, but go ahead and # figure out what they do and decide for yourself.#DEBUG=noDORKSLCHECK=noDULCHECK=noFILTER=noFREEMAIL=NONEGLOBALNOBOUNCE=NONEORBLCHECK=noORBZINCHECK=noORBZOUTCHECK=noORDBCHECK=yesOSDIALCHECK=noOSOPSCHECK=yesOSSPAMCHECK=noSPAMCOPCHECK=yesSPAMHAUSORGCHECK=yesPATTERNMATCHING=SILENTPROXYSOCKS=noRBLCHECK=noRSSCHECK=noTHISISP=${HOST}# The next command processes the mail through the filter rules#INCLUDERC=${SBDIR}/sb_isip.rc

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -