aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Explain sample config and cleanup it0.3.2Vsevolod Stakhov2010-09-231-13/+70
* * Add trie interface to lua apiVsevolod Stakhov2010-09-224-0/+151
* * New trie based url scanner (based on libcamel)Vsevolod Stakhov2010-09-217-164/+693
* * Fix stupid error when all checks can be done in a single passVsevolod Stakhov2010-09-201-0/+1
* * Fix misprint (reported by az)Vsevolod Stakhov2010-09-171-1/+1
* Added tag 0.3.2 for changeset 67fb1957d490Vsevolod Stakhov2010-09-161-0/+2
* * Fix shared usage of statfilesVsevolod Stakhov2010-09-165-5/+53
* Added tag 0.3.2 for changeset f0785a849d9cVsevolod Stakhov2010-09-151-0/+1
* * One more path fixVsevolod Stakhov2010-09-151-1/+1
* * Add start script for linux systemsVsevolod Stakhov2010-09-152-0/+137
* * Fix pathsVsevolod Stakhov2010-09-151-3/+4
* * Test rpm packageVsevolod Stakhov2010-09-151-8/+7
* * Fix dependsVsevolod Stakhov2010-09-151-2/+2
* * Prepare rspamd build infrastructure for creating rpm and deb packagesVsevolod Stakhov2010-09-153-12/+536
* * Write user's name to rspamd logVsevolod Stakhov2010-09-091-0/+8
* * Fix Mail::Rspamd::Config for new rspamd featuresVsevolod Stakhov2010-09-032-63/+82
* * Prepare 0.3.2Vsevolod Stakhov2010-09-021-1/+1
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-028-34/+80
* * Fix getting data wrapper for gmime24Vsevolod Stakhov2010-09-011-0/+2
* * Assume all text/* content types as text/plainVsevolod Stakhov2010-09-011-1/+1
* * Add ability to check hashes of selected mime typesVsevolod Stakhov2010-08-273-35/+173
* * Make spf parser case insensitiveVsevolod Stakhov2010-08-261-13/+13
* * Fix races in fuzzy storageVsevolod Stakhov2010-08-262-17/+23
* * Fix assertion while extracting internet addressVsevolod Stakhov2010-08-261-6/+8
* * Add ability to extract filename and size of images from luaVsevolod Stakhov2010-08-255-0/+38
* * Add post filters to lua API - filters that would be called after all messag...Vsevolod Stakhov2010-08-259-22/+270
* * Move images library to core rspamdVsevolod Stakhov2010-08-239-1/+397
* * Ignore rfc822 group addressesVsevolod Stakhov2010-08-191-6/+11
* * Fix normalization for systems that have not tanhl functionVsevolod Stakhov2010-08-181-2/+2
* * Fix assertion while look up value in NULL hash (found by cirtin)Vsevolod Stakhov2010-08-181-0/+1
* * Some fixes to fuzzy hashes expiration:Vsevolod Stakhov2010-08-181-4/+15
* * Remove normalizer as it is winnow specific thing, so all statistic algorith...Vsevolod Stakhov2010-08-133-14/+19
* * Add bayesian classifier (initial version)Vsevolod Stakhov2010-08-137-19/+418
* * One more try to improve accuracy of winnow algorithmVsevolod Stakhov2010-08-062-13/+29
* * Fixes to winnow learningVsevolod Stakhov2010-08-054-60/+135
* * Fix wirting message id during fuzzy_add commandVsevolod Stakhov2010-08-044-4/+15
* * Consider lua plugins errors as fatal configuration errorsVsevolod Stakhov2010-08-044-8/+22
* * Fix some logic errors in learningVsevolod Stakhov2010-08-031-6/+8
* * Do not output control characters if output is not terminalVsevolod Stakhov2010-08-031-17/+23
* * Improve logic of learning messages: do not learn more than specific thresholdVsevolod Stakhov2010-08-022-9/+83
* * Add logging for fuzzy checksVsevolod Stakhov2010-08-022-5/+13
* * Document compositesVsevolod Stakhov2010-08-021-0/+21
* * Fix inserting composite symbolVsevolod Stakhov2010-08-022-6/+2
* * Output message id in rspamc replyVsevolod Stakhov2010-07-311-3/+8
* * Write symbols weights to rspamc outputVsevolod Stakhov2010-07-317-18/+49
* * Fix quit command in controller interfaceVsevolod Stakhov2010-07-301-1/+1
* Added tag 0.3.1 for changeset badcc2f4c3e5Vsevolod Stakhov2010-07-291-0/+2
* * Add error handling for regexps0.3.1Vsevolod Stakhov2010-07-291-6/+22
* Added tag 0.3.1 for changeset 90c8a471ba4dVsevolod Stakhov2010-07-291-0/+1
* * Do not add extra byte while converting text to utfVsevolod Stakhov2010-07-291-1/+1