1# SB-JOBMULE.RC
2#
3# Job Fraud/Money Laundering/Mule Spam
4#
5# Data files last updated: 10/14/2016
6#
7#  This is for listing/filtering a whole string of known forgeries
8#  and frauds perpetrated against companies that aren't targets so
9#  constantly that I've written a particular filter to validate
10#  email that appears to come from them.
11#
12LT4=no
13
14:0
15* LOCALTAG ?? ^no$
16{
17 LOCALDESCRIPTION='Pattern Match'
18 TESTNAME='Job/Mule Fraud'
19 TESTTYPE=ALL
20 TESTLAST=20161014
21 TESTUPDATED=20161014
22
23 :0
24 * PMSCORE ?? ^LOW$
25 {
26   TESTSCORE=5
27   TESTSCORE2=5
28 }
29
30 :0
31 * PMSCORE ?? ^MEDIUM$
32 {
33   TESTSCORE=8
34   TESTSCORE2=5
35 }
36
37 :0
38 * PMSCORE ?? ^HIGH$
39 {
40   TESTSCORE=10
41   TESTSCORE2=5
42 }
43
44 INCLUDERC=${SBDIR}/black/jobmule-patterns.rc
45
46 :0
47 * LT4 ?? ^yes$
48 {
49  INCLUDERC=${SBDIR}/functions/rc-sub.rc
50 }
51}
52