# CHECK-RECEIVED.RC # # Function to analyze the IPs and domains from the Received: headers # to see if they belong to the specified 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-received-domains.rc } # Check IPs. # :0 * ? ${TEST} -f ${TESTCIDR} { LT3=yes INCLUDERC=${SBDIR}/functions/check-received-cidr.rc }