1# SPAMMER-CHECK-HEADER.RC
2#
3#  Function to analyze the IPs and domains from non-Received headers
4#  to see if they belong to the specified spammer.
5#
6#  Last updated: 10/07/2010
7
8# If this spammer has a list of domains associated with
9# him/her/them, test the extracted rDNS-obtained header domains and
10# body domains against that list.
11#
12:0
13* ? ${TEST} -f "${TESTDOMAINS}"
14{
15 INCLUDERC=${SBDIR}/functions/spammer-check-header-domains.rc
16}
17
18# Check IPs.
19#
20:0
21* ? ${TEST} -f ${TESTIPS}
22{
23 LT3=yes
24 INCLUDERC=${SBDIR}/functions/spammer-check-header-ips.rc
25}
26