"; $HTML_PERCENTAGE = 0.1; $HTML_PERCENTAGE_ALLOW_TAGS = "


"; // ja_blacklist: // Assign X points if the content matches anything in Jay Allen's Blacklist. // // $JA_BLACKLIST_EXPIRES defines the expiration time for the cache in seconds. // set it to something reasonable, like 24 hours (60 * 60 * 24), so you won't // use exceedingly much of Jay Allen's bandwidth. DO NOT SET IT TO 0! // Ex.: // $JA_BLACKLIST = 5; // $JA_BLACKLIST_EXPIRES = (60 * 60 * 24); $JA_BLACKLIST = 1; $JA_BLACKLIST_EXPIRES = (60 * 60 * 24); // ******* EMAIL SCORES ******* // alpha_num: // Add X points if the email username starts in alphabetic characters // and ends in numeric characters. (E.g.: jane_doe4321@hotmail.com) // Ex.: // $ALPHA_NUM = 0.5; $ALPHA_NUM = 0.5; // ******* IP/HOSTNAME SCORES ******* // All of these functions use the internet in some way or another and may // vastly increase the time required to run a check. If you want to disable // these, set them to score 0 - then no net-activity will be required. // ln_blacklisted: // Assign X points if the IP address from which the content originates is // blacklisted by Lillesvin Networks. (See: http://lillesvin.net/bl.txt) // Ex.: // $LN_BLACKLISTED = 10; $LN_BLACKLISTED = 10; ?>