1# SB-PHISH.RC
2#
3# Last updated: 10/14/2016
4#
5# Other Relevant Info:
6#
7# See the following URLs for the scoop on these slimeballs:
8#
9#   http://www.antiphishing.org/
10#
11LT4=no
12
13LOCALDESCRIPTION='Pattern Match'
14TESTNAME='Phish'
15TESTTYPE=ALL
16TESTLAST=20161014
17TESTUPDATED=20161014
18
19:0
20* PMSCORE ?? ^LOW$
21{
22  TESTSCORE=5
23  TESTSCORE2=3
24}
25
26:0
27* PMSCORE ?? ^MEDIUM$
28{
29  TESTSCORE=8
30  TESTSCORE2=5
31}
32
33:0
34* PMSCORE ?? ^HIGH$
35{
36  TESTSCORE=10
37  TESTSCORE2=5
38}
39
40INCLUDERC=${SBDIR}/black/phish-patterns.rc
41
42:0
43* LT4 ?? ^yes$
44{
45 INCLUDERC=${SBDIR}/functions/rc-sub.rc
46}
47