- Jan 09, 2009
-
-
rswindell authored
Disable salib.js debug output.
-
rswindell authored
Always log the details of the processing, including the tests (if returned).
-
deuce authored
-
deuce authored
case, remove the LWS.
-
rswindell authored
-
rswindell authored
PROCESS handles everything and simplifies usage.
-
rswindell authored
Simplify the rejection threshold feature (requires 'PROCESS' command).
-
rswindell authored
-
deuce authored
-
rswindell authored
-
deuce authored
X-Spam-Status header if present.
-
deuce authored
-
deuce authored
Check for errors/warnings after the second DoCommand() call as well
-
deuce authored
Add ret.warning property which is set on non fatal errors (when content-length is greater than bytes read for example)
-
rswindell authored
-
rswindell authored
-
deuce authored
additional error property set to a descriptive error string.
-
rswindell authored
threshold" optional feature (with '-T').
-
rswindell authored
-
rswindell authored
Bug-fix: score and threshold are floats.
-
rswindell authored
-
- Jan 08, 2009
-
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Usage: load("spamc.js"); msg=new SPAMC_Message(mesage_body); /* * Simple checking... */ result=msg.check; if(result !== false) { if(result.isSpam) // Handle SPAM here } /* * Process (update the message body) */ result=msg.check; if(result !== false) { write result.message to file }
-
- Dec 10, 2008
- Dec 09, 2008
- Nov 19, 2008
- Oct 23, 2008
-
-
cyan authored
first user to create the channel. This comes on a MODE message later. Thus, don't assume the first user in a newly created channel is +o unless a local user. Bug found by wb3lli, thanks!
-