- Jan 09, 2009
-
-
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
-
rswindell authored
-
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 }
-
deuce authored
the socket is now closed. Make Socket.is_writable a writable property... setting to false calls shutdown() on the write side of the socket.
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
message text" file. This allows mailproc command-lines such as: 'spamc < %M > %N'
-
deuce authored
Feedback is appreciated.
-