root/trunk/website/blog/cfformprotect/cffp.ini.cfm @ 15

Revision 15, 1.2 kB (checked in by DanWilson, 16 years ago)

Added in my Akismet key to the cfformprotect config

Line 
1<cfsilent>
2#Please read Installation.html for a description of these values and how to customize this for your needs
3
4[CFFormProtect]
5#which tests to run
6mouseMovement=1
7usedKeyboard=1
8timedFormSubmission=1
9hiddenFormField=1
10akismet=0
11tooManyUrls=1
12teststrings=1
13projectHoneyPot=0
14
15#settings for individual tests
16timedFormMinSeconds=5
17timedFormMaxSeconds=3600
18encryptionKey=m4db0ll0ck5
19akismetAPIKey=4c985eecfcd4
20akismetBlogURL=http://model-glue.com
21akismetFormNameField=name
22akismetFormEmailField=email
23akismetFormURLField=website
24akismetFormBodyField=comments
25tooManyUrlsMaxUrls=6
26spamstrings='free music,download music,music downloads,viagra,phentermine,viagra,tramadol,ultram,prescription soma,cheap soma,cialis,levitra,weight loss,buy cheap'
27projectHoneyPotAPIKey=
28
29#the points each test costs for failure
30mouseMovementPoints=1
31usedKeyboardPoints=1
32timedFormPoints=2
33hiddenFieldPoints=3
34akismetPoints=3
35tooManyUrlsPoints=3
36spamStringPoints=2
37projectHoneyPotPoints=3
38
39#how many points will flag the form submission as spam
40failureLimit=3
41
42#email settings
43emailFailedTests=0
44emailServer=
45emailUserName=
46emailPassword=
47emailFromAddress=
48emailToAddress=
49emailSubject=
50
51#logging
52logFailedTests=1
53logFile=
54</cfsilent>
Note: See TracBrowser for help on using the browser.