1# SB-MAILER.RC
2#
3# Spam Mailer software, bulk email software with special features that
4# are useful only when spamming, or that is sold and marketed specifically
5# to spammers for spamming.
6#
7LT4=no
8
9LOCALDESCRIPTION='Pattern Match'
10TESTNAME='Spam Software'
11TESTTYPE=ALL
12TESTLAST=20110217
13TESTUPDATED=20110217
14
15:0
16* PMSCORE ?? ^LOW$
17{
18  TESTSCORE=5
19  TESTSCORE2=3
20}
21
22:0
23* PMSCORE ?? ^MEDIUM$
24{
25  TESTSCORE=5
26  TESTSCORE2=3
27}
28
29:0
30* PMSCORE ?? ^HIGH$
31{
32  TESTSCORE=8
33  TESTSCORE2=5
34}
35
36INCLUDERC=${SBDIR}/black/spamsw-patterns.rc
37
38:0
39* LT4 ?? ^yes$
40{
41 INCLUDERC=${SBDIR}/functions/rc-sub.rc
42}
43