summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Add ability to recursive scan over multipart's parts for functions:Vsevolod Stakhov2010-10-208-172/+416
| | | | | | | | - content_type_is_type - content_type_is_subtype - content_type_compare_param - content_type_has_param * Add ability to specify any of actions in user's settings, not only reject.
* Fixed bug with file urls (reported by Anton Nekhoroshin)Vsevolod Stakhov2010-10-192-1/+4
|
* * Add new version of exim's local scan rspamd scannerVsevolod Stakhov2010-10-182-0/+378
|
* Fix multimap module if there is only one rule for it.Vsevolod Stakhov2010-10-151-3/+10
|
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-158-9/+9
|
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-1120-95/+154
| | | | | Strictly follow c99 standart. Turn on pedantic c99 checks.
* Init regexp library statically.Vsevolod Stakhov2010-10-061-2/+1
|
* * Add ability to check rspamd regexp from lua modulesVsevolod Stakhov2010-10-061-1/+51
|
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-0687-2613/+2722
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Use syslog for loggingVsevolod Stakhov2010-10-061-92/+61
| | | | | * Reworking logging logic * Fixes some tabulation
* * Improve definitions of redirector domainsVsevolod Stakhov2010-10-013-9/+110
| | | | | | * Add support of regexp to check only specific urls for each domains * Check redirector in trie and not extract specific domains parts * Add POE errors handling for redirector
* * Add ability to specify many redirector hosts and choose them round-robinVsevolod Stakhov2010-10-014-37/+80
| | | | | | | | * Fix ip address parsing in redirector config * Fix logic of checking url in redirector if its domain is in exceptions list * Add dependencies in perl module (suggested by AZ) * Add BUILD_PORT define for skipping installation of FreeBSD rc scrips (suggested by AZ) * Change version of 0.3.3
* * Extract domains from emails to check via surblVsevolod Stakhov2010-09-292-15/+46
| | | | | * Fixes to url extracter * Check urls in redirector even if they are listed in surbl whitelist
* * Get message's headers more correctlyVsevolod Stakhov2010-09-271-1/+1
|
* * Forgot to saveVsevolod Stakhov2010-09-231-0/+3
|
* Added tag 0.3.2, rspamd.xml.sample for changeset 7b83bc04fee5Vsevolod Stakhov2010-09-231-0/+3
|
* * 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
| | | | | * Small fixes to rspamd perl client * Write fuzzy hashes info to log
* * 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
| | | | | | * Add invalidation of statfiles in case of learning, so now statfiles are invalidated in about a minute after learning * This should fix shared usage of statfile pool by several processes
* 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
| | | | * Use Mail::Rspamd::Config in rspamc client
* * Prepare 0.3.2Vsevolod Stakhov2010-09-021-1/+1
|
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-028-34/+80
| | | | * Fixed statfile pool initialization and synchronization with disk
* * 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
| | | | | * Add ability to set minimum size in bytes for mime types * Add ability to set minimum dimensions for images
* * 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 ↵Vsevolod Stakhov2010-08-259-22/+270
| | | | | | | | message's processing * Add ability to check for specified symbol in task results from lua * Add ability to check for metric's results from lua * Add ability to learn specified statfile form lua
* * Move images library to core rspamdVsevolod Stakhov2010-08-239-1/+397
| | | | * Add lua api to access images properties
* * 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
| | | | | | - add parameter 'max_mods' that defines how much modification should occure before syncing cache - sync cache on reload - increase modifications on deleting and on modifying
* * Remove normalizer as it is winnow specific thing, so all statistic ↵Vsevolod Stakhov2010-08-133-14/+19
| | | | algorithms now returns value from 0 to 1
* * 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
|