sb-pt-scripts.rc

来自「这是一个从音频信号里提取特征参量的程序」· RC 代码 · 共 41 行

RC
41
字号
# Embedded Scripts##  This catches HTML-based email with embedded Scripting code,#  Javascript or others.#:0 * LEANTAG ?? no{  :0 BH  * !^Subject: .*\(fwd\)  * !--.*forwarded message --  * !^forwarded message:  * !^-----BEGIN PGP SIGNED MESSAGE-----  * -1000^0  *  1100^1    ()<SCRIPT language=  *  1100^1    ^function TripodShowPopup\(\)$  *   500^1     function validate\(string\)  *   500^1     if \(!string\) return  *   500^1     if \(Chars.indexOf\(string.charAt\(i\)\)  *   500^1     function check_empty  *   500^1     function validate_form\(\)  *   500^1     return \(text\.length  *    10^1.5   (^|[^0-9a-z])function([^0-9a-z]|$)  *    10^1.5   (^|[^0-9a-z])return([^0-9a-z]|$)  *    10^1.5   (^|[^0-9a-z{])var([^0-9a-z]|$)  {    PATSCORE=$=    :0 f    | ${FORMAIL} -A"X-SBRule: Pattern Match (Embedded Script) (Score: ${PATSCORE})"        :0    #{ BLOCKTAG=yes }        :0    * PATTERNMATCHING ?? NOTIFY    { BLOCKTHIS=yes }    }      }

⌨️ 快捷键说明

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