1# RC-SUB.RC
2#
3#  Function to process the results of a set of related Procmail recipes
4#  and score them properly.
5#
6#  Last updated: 2/27/2011
7
8:0
9* $ LT4 ?? ^yes$
10{
11 SBLOG="A1R-${LOCALDESCRIPTION} (${TESTNAME}) (+${TESTSCORE})"
12 INCLUDERC=${SBDIR}/functions/loglevel.rc
13
14 :0
15 * $ ${SBSCORE}^0
16 * $ ${TESTSCORE}^0
17 { SBSCORE=$= }
18}
19