# CHECK-HEADERS.RC # # Function to analyze the domains and/or IPs from non-Received: headers # of a spam to see if they come from a specific spammer. # If this spammer has a list of domains associated with # him/her/them, test the extracted rDNS-obtained header domains and # body domains against that list. # :0 * ? ${TEST} -f "${TESTDOMAINS}" { INCLUDERC=${SBDIR}/functions/check-header-domains.rc } # Check IPs. # :0 * ? ${TEST} -f ${TESTCIDR} { LT3=yes INCLUDERC=${SBDIR}/functions/check-header-cidr.rc }