# CHECK-BODY.RC # # Function to analyze body domains and IPs from the message body # of a spam to see if they belong to/come from 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-body-domains.rc } # If this spammer has a list of IPs associated with him/her/it, # test the body IPs and rDNS-generated body host IPs against the list. # :0 * ? ${TEST} -f ${TESTCIDR} { INCLUDERC=${SBDIR}/functions/check-body-cidr.rc } # If the SpamBouncer isn't configured in Lite mode, check the # IPS of message body hosts. # :0 * ! SBCONFIG ?? Lite * ? ${TEST} -f ${TESTCIDR} { INCLUDERC=${SBDIR}/functions/check-body-domain-cidr.rc }