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