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