1# LINKEDIN-PATTERNS.RC
2#
3#  Last updated: 9/07/2010
4
5LOCALSCORE=0
6LT4=no
7
8# Header Keywords
9#
10:0
11* -4^0
12* H ??     2^0   ^From:.*[^0-9a-z]invitations@linkedin\.com([^0-9a-z]|$)
13* H ??     3^0   ^Subject:.*[^0-9a-z]wants to connect on LinkedIn([^0-9a-z]|$)
14* H ??     3^0   ^Subject:.*[^0-9a-z]Reminder about your invitation from([^0-9a-z]|$)
15* H ??     3^0   ^X-LinkedIn-Class: INVITE-[0-9a-z][0-9a-z]*$
16{
17 SBLOG="C3T-${TESTNAME} (Header Keywords)"
18 INCLUDERC=${SBDIR}/functions/loglevel.rc
19
20 :0
21 * $ ${LOCALSCORE}^0
22 * 2^0
23 { LOCALSCORE=$= }
24}
25
26# Body Keywords
27#
28:0
29* -10^0
30* B ??     2^0   (^|[^0-9a-z])This is a reminder that on([^0-9a-z]|$)
31* B ??     2^0   (^|[^0-9a-z])sent you an invitation([^0-9a-z]|$)
32* B ??     2^0   (^|[^0-9a-z])professional network at LinkedIn([^0-9a-z]|$)
33* B ??     2^0   (^|[^0-9a-z])Follow this link to accept([^0-9a-z]|$)
34* B ??     2^0   (^|[^0-9a-z])Signing up is free and takes less than a minute([^0-9a-z]|$)
35* B ??     5^0   (^|[^0-9a-z])I'd like to add youto my professional network on LinkedIn([^0-9a-z]|$)
36* B ??     5^0   (^|[^0-9a-z])The only way to get access to.*[^0-9a-z]professional network on LinkedIn([^0-9a-z]|$)
37* B ??     5^0   ^(c) 20[0-9][0-9], LinkedIn Corporation$
38{
39 SBLOG="C3T-${TESTNAME} (Body Keywords)"
40 INCLUDERC=${SBDIR}/functions/loglevel.rc
41
42 :0
43 * $ ${LOCALSCORE}^0
44 * 4^0
45 { LOCALSCORE=$= }
46}
47
48:0
49* -5^0
50* $ ${LOCALSCORE}^0
51{
52 TESTNAME=${TESTNAME}
53 LT4=yes
54 LT3=yes
55}
56