1# SB-PHONECHARGE.RC
2#
3# U.S.-Style Surcharged Phone Numbers Fraud
4#
5#   This filter looks for phone numbers, such as those in certain
6#   Caribbean area codes, that often carry hefty surcharges.
7#
8LT4=no
9
10LOCALDESCRIPTION='Pattern Match'
11TESTNAME='Probable Fraud/Surcharged Phone #'
12TESTTYPE=BODY
13TESTLAST=20100418
14TESTUPDATED=20100418
15
16:0
17* PMSCORE ?? ^LOW$
18{
19  TESTSCORE=3
20  TESTSCORE2=1
21}
22
23:0
24* PMSCORE ?? ^MEDIUM$
25{
26  TESTSCORE=5
27  TESTSCORE2=3
28}
29
30:0
31* PMSCORE ?? ^HIGH$
32{
33  TESTSCORE=5
34  TESTSCORE2=3
35}
36
37INCLUDERC=${SBDIR}/black/surcharged-phone-number-fraud-patterns.rc
38
39:0
40* LT4 ?? ^yes$
41{
42 INCLUDERC=${SBDIR}/functions/rc-sub.rc
43}
44