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

📄 sb_isip.rc

📁 这是一个从音频信号里提取特征参量的程序
💻 RC
📖 第 1 页 / 共 3 页
字号:
# This set of rules have been altered from their original form.# to suit our needs at ISIP. We have attempted to keep the changes # obvious and modular so that they can be distinguished from the original# code. The original copyright follows####                         THE SPAMBOUNCER#                          aka sb-new.rc#                         Version 1.5 beta#                       Last Updated 10/07/01##      Copyright (C) 1996-2001 by Catherine A. Hampton.  If#      you abide by the Free Software Foundation's COPYING#      principles with this document and software, you're home free,#      but don't try to copyright it yourself or sell this#      information.##      Installation instructions can be retrieved at:#              http://www.spambouncer.org/##                         BETA VERSION INSTRUCTIONS##  The "known spam sites" list has been divided into categories, and then#  the various types of filters have been divided into separate files#  referenced by the main SpamBouncer via an INCLUDERC statement.  This is#  in preparation for other changes, but itself should not impact the #  user significantly.########################################################################### CHECK FOR PROPER SETTING OF VARIABLES## This script checks to see if the necessary variables are set, and if# they are not, sets them to harmless defaults which will minimize the effects# of the Spam Bouncer program.  If you don't set your variables, the# Spam Bouncer won't do much. :/:0* DEFAULT ?? ^^^^* FORMAIL ?? ^^^^* SBDIR ?? ^^^^| ${FORMAIL} -A"X-SBRule: Pass-Bad Config"# Start of "else" wrapper if critical variables set:0 E{# Check for and set system variables.  (These should be set already,# but just in case...:0* HOST ?? ^^^^{ HOST=poorly.configured.system }:0* LOGNAME ?? ^^^^{ LOGNAME=someuser }# Set LINEBUF to high figure to accomodate large recipes.OLDLINEBUF=${LINEBUF}LINEBUF=32776# Set other internal variables to their initial states.ADMINTAG=noBLOCKTAG=noBLOCKTHIS=noBOUNCETHIS=noBULKTAG=noSPAMTAG=noVIRUSTAG=no# Test for other important variables and set defaults if not set or# not set properly.  The commented out lines at the top of each# recipe work with Procmail 3.11 and above, but appear to break# Procmail 3.10 and below, so I'm trying an older, less efficient,# but hopefully more generally useful means of doing this....# ADMINFOLDER=${ADMINFOLDER:-$DEFAULT}:0* ADMINFOLDER ?? ^^^^{ ADMINFOLDER=${DEFAULT} }# ALTFROM=${ALTFROM:-$LOGNAME@$HOST}:0* ALTFROM ?? ^^^^{ ALTFROM=${LOGNAME}@${HOST} }# BLOCKFOLDER=${BLOCKFOLDER:-$DEFAULT}:0* BLOCKFOLDER ?? ^^^^{ BLOCKFOLDER=${DEFAULT} }# BLOCKREPLY=${BLOCKREPLY:-SILENT}:0{ SETDEF=yes }:0* BLOCKREPLY ?? SILENT{ SETDEF=no }:0* BLOCKREPLY ?? NOTIFY{ SETDEF=no }:0* SETDEF ?? yes{ BLOCKREPLY=SILENT }# BULKFOLDER=${BULKFOLDER:-$DEFAULT}:0* BULKFOLDER ?? ^^^^{ BULKFOLDER=${DEFAULT} }# BYPASSWD=${BYPASSWD:-zeugma}:0* BYPASSWD ?? ^^^^{ BYPASSWD=zeugma }# CHINESE=${CHINESE:-no}:0* CHINESE ?? ^^^^{ CHINESE=no }# DATE:0* DATE ?? ^^^^{ DATE=date }# DEBUG=${DEBUG:-no}:0{ SETDEF=yes }:0* DEBUG ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ DEBUG=no }# DORKSLCHECK:0{ SETDEF=yes }:0* DORKSLCHECK ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ DORKSLCHECK=no }# DULCHECK:0{ SETDEF=yes }:0* DULCHECK ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ DULCHECK=no }# FILTER=${FILTER:-no}:0* FILTER ?? ^^^^{ FILTER=no }# FREEMAIL=${FREEMAIL:-DEFAULT}:0* FREEMAIL ?? ^^^^{ FREEMAIL=INTERNAL }# GARBLEDCHARSET=${GARBLEDCHARSET:-yes}:0* GARBLEDCHARSET ?? ^^^^{ GARBLEDCHARSET=yes }# GLOBALNOBOUNCE=${GLOBALNOBOUNCE:-NONE}:0* GLOBALNOBOUNCE ?? ^^^^{ GLOBALNOBOUNCE=NONE }# GREP:0* GREP ?? ^^^^{ GREP=fgrep }# JAPANESE=${JAPANESE:-no}:0* JAPANESE ?? ^^^^{ JAPANESE=no }# KOREAN=${KOREAN:-no}:0* KOREAN ?? ^^^^{ KOREAN=no }# LEAN=${LEAN:-yes}:0* LEAN ?? ^^^^{ LEAN=yes }:0* LEGITLISTS ?? ^^^^{ LEGITLISTS=${HOME}/.legitlists }# MYEMAIL=${MYEMAIL:-$HOME/.myemail}:0* MYEMAIL ?? ^^^^{ MYEMAIL=${HOME}/.myemail }# NOBOUNCE=${NOBOUNCE:-$HOME/.nobounce}:0* NOBOUNCE ?? ^^^^{ NOBOUNCE=${HOME}/.nobounce }# NOLOOP=${NOLOOP:-$ALTFROM}:0* NOLOOP ?? ^^^^{ NOLOOP=${ALTFROM} }# NSLOOKUP:0* NSLOOKUP ?? ^^^^{ NSLOOKUP="nslookup -timeout=5 -retry=2" }# ORBLCHECK:0{ SETDEF=yes }:0* ORBLCHECK ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ ORBLCHECK=no }# ORBZINCHECK:0{ SETDEF=yes }:0* ORBZINCHECK ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ ORBZINCHECK=no }# ORBZOUTCHECK:0{ SETDEF=yes }:0* ORBZOUTCHECK ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ ORBZOUTCHECK=no }# ORDBCHECK:0{ SETDEF=yes }:0* ORDBCHECK ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ ORDBCHECK=no }# OSDIALCHECK:0{ SETDEF=yes }:0* OSDIALCHECK ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ OSDIALCHECK=no }# OSSPAMCHECK:0{ SETDEF=yes }:0* OSSPAMCHECK ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ OSSPAMCHECK=no }# PATTERNMATCHING:0{ SETDEF=yes }:0* PATTERNMATCHING ?? SILENT{ SETDEF=no }:0* PATTERNMATCHING ?? NOTIFY{ SETDEF=no }:0* SETDEF ?? yes{ PATTERNMATCHING=NONE }# PROXYSOCKS:0{ SETDEF=yes }:0* PROXYSOCKS ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ PROXYSOCKS=no }# RBLCHECK:0{ SETDEF=yes }:0* RBLCHECK ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ RBLCHECK=no }# RM:0* RM ?? ^^^^{ RM=rm }# RSSCHECK:0{ SETDEF=yes }:0* RSSCHECK ?? yes{ SETDEF=no }:0* SETDEF ?? yes{ RSSCHECK=no }# RUSSIAN=${RUSSIAN:-no}:0* RUSSIAN ?? ^^^^{ RUSSIAN=no }# SENDMAIL=${SENDMAIL:-/usr/sbin/sendmail}:0* SENDMAIL ?? ^^^^{ SENDMAIL=/usr/sbin/sendmail }# SPAMFOLDER=${SPAMFOLDER:-$DEFAULT}:0* SPAMFOLDER ?? ^^^^{ SPAMFOLDER=${DEFAULT} }# SPAMHAUSORGCHECK:0{ SETDEF=yes }:0* SPAMHAUSORGCHECK ?? no{ SETDEF=no }:0* SETDEF ?? yes{ SPAMHAUSORGCHECK=yes }# SPAMREPLY=${SPAMREPLY:-SILENT}:0{ SETDEF=yes }:0* SPAMREPLY ?? BOUNCE{ SETDEF=no }:0* SPAMREPLY ?? COMPLAIN{ SETDEF=no }:0* SPAMREPLY ?? BOTH{ SETDEF=no }:0* SETDEF ?? yes{ SPAMREPLY=SILENT }# TEST:0* TEST ?? ^^^^{ TEST=test }# THISISP=${THISISP:-$HOST}:0* THISISP ?? ^^^^{ THISISP=${HOST} }# TURKISH=${TURKISH:-no}:0* TURKISH ?? ^^^^{ TURKISH=no }# VIRUSFOLDER=${VIRUSFOLDER:-$DEFAULT}:0* VIRUSFOLDER ?? ^^^^{ VIRUSFOLDER=${SPAMFOLDER} }# DEBUG MODE#   Set DEBUG mode when something isn't working as expected, so that#   you can generate a very full log of what the Spam Bouncer does#   with its email.:0* DEBUG ?? yes{ :0 { OLDVERBOSE=${VERBOSE} } :0 { VERBOSE=yes }}# TEST PROGRAM REVISION DATE##    This resets SPAMREPLY, BLOCKREPLY and PATTERNMATCHING all to SILENT if#    this copy of the Spam Bouncer program is more than a month old.##    This was added to minimize problems caused when users don't update#    frequently enough, and run in BOUNCE or COMPLAIN mode.  Since spammers move around#    a lot, out-of-date copies of the Spam Bouncer have sometimes resulted#    in flooding former ISPs of spammers with complaints about spam sent#    through new connections. :/##    After the program is a month old, there is a significant chance that any

⌨️ 快捷键说明

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