Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * New symbols sorter: | Vsevolod Stakhov | 2010-05-28 | 5 | -87/+414 |
| | | | | | | | - add ability to have dynamic rules inside items cache - make 3 types of rules: negative, dynamic and static - make logic of cache more simple by using glib lists instead of arrays - do checks of symbols in more logically correct way (negative->dynamic->static) | ||||
* | * Honor DESTDIR | Vsevolod Stakhov | 2010-05-28 | 1 | -6/+8 |
| | |||||
* | * Fix order | Vsevolod Stakhov | 2010-05-27 | 1 | -3/+3 |
| | |||||
* | * In classify normalize result after comparing, not before | Vsevolod Stakhov | 2010-05-27 | 2 | -4/+4 |
| | |||||
* | * Convert statistic sums to use long double for counters | Vsevolod Stakhov | 2010-05-27 | 9 | -51/+99 |
| | | | | * Use hyperbolic tangent for internal normalizer | ||||
* | * Implement new learning system, now rspamd should be much more intelligent ↵ | Vsevolod Stakhov | 2010-05-27 | 3 | -33/+127 |
| | | | | while learning messages | ||||
* | * Fix build with gmime24 | Vsevolod Stakhov | 2010-05-27 | 2 | -7/+61 |
| | |||||
* | * Continue implementing smtp proxy | Vsevolod Stakhov | 2010-05-26 | 7 | -10/+222 |
| | |||||
* | * Fix issue with folding multiline headers (submitted by Anton Nekhoroshikh). | Vsevolod Stakhov | 2010-05-26 | 1 | -14/+10 |
| | |||||
* | * Fix issues in documentation | Vsevolod Stakhov | 2010-05-25 | 2 | -16/+6 |
| | | | | * Fix rspamd url | ||||
* | Added tag 0.3.0 for changeset b216ff4770b9 | Vsevolod Stakhov | 2010-05-25 | 1 | -0/+1 |
| | |||||
* | * Add modules documentation0.3.0 | Vsevolod Stakhov | 2010-05-24 | 1 | -0/+469 |
| | |||||
* | * Fix for FreeBSD 5.0 | Vsevolod Stakhov | 2010-05-18 | 1 | -0/+4 |
| | |||||
* | * Add sections about rspamc client, controller protocol, classifiers and ↵ | Vsevolod Stakhov | 2010-05-18 | 2 | -15/+369 |
| | | | | | | statfiles, fuzzy hashes * Fix imap handling in Mail::Rspamd::Client | ||||
* | * Parse options 'by hand' avoiding usage of Getopt::Std in rspamc.pl | Vsevolod Stakhov | 2010-05-17 | 1 | -5/+45 |
| | |||||
* | * Fix default config file | Vsevolod Stakhov | 2010-05-17 | 2 | -26/+345 |
| | | | | * Add chapters about configuration of modules, classifiers and about rspamc protocol | ||||
* | * Add more logic to fuzzy mappings | Vsevolod Stakhov | 2010-05-14 | 2 | -23/+77 |
| | | | | * Improve logic of received_rbl plugin to support different symbols for different rbls | ||||
* | * Fix awfull bug in classifying when first statfile has twice weight than ↵ | Vsevolod Stakhov | 2010-05-14 | 2 | -3/+3 |
| | | | | | | second... * Fix undisclosed recipients detection | ||||
* | * Fix parsing of metric section | cebka | 2010-05-14 | 1 | -0/+1 |
| | |||||
* | * Add chapters about workers and factors configuration parameters | Vsevolod Stakhov | 2010-05-13 | 1 | -0/+133 |
| | |||||
* | * Dump grow factor to XML | Vsevolod Stakhov | 2010-05-13 | 2 | -0/+13 |
| | | | | | * Insert classifiers parsed from xml config to config object * Fix reinitializing of lua filters | ||||
* | * Low log level for debug messages | Vsevolod Stakhov | 2010-05-13 | 2 | -2/+2 |
| | |||||
* | * Fix config reloading | Vsevolod Stakhov | 2010-05-13 | 9 | -42/+139 |
| | | | | | * Add ability to register variables in memory pools (hash with known lifetime) * Avoid of using of some global variables | ||||
* | * Add chapters about main section and logging. | Vsevolod Stakhov | 2010-05-11 | 1 | -5/+110 |
| | |||||
* | * Initial addition of smtp proxy module | Vsevolod Stakhov | 2010-05-11 | 5 | -1/+491 |
| | |||||
* | * Merge | Vsevolod Stakhov | 2010-05-11 | 2 | -3/+19 |
|\ | |||||
| * | * Fix fuzzy storage interaction with old rspamd | Vsevolod Stakhov | 2010-05-08 | 1 | -0/+16 |
| | | |||||
| * | * Fix uptime command | Vsevolod Stakhov | 2010-05-08 | 1 | -3/+3 |
| | | |||||
* | | * Add chapter about config file structure and atoms | Vsevolod Stakhov | 2010-05-11 | 1 | -0/+116 |
|/ | |||||
* | * Start english documentation | Vsevolod Stakhov | 2010-05-07 | 1 | -0/+344 |
| | |||||
* | * Support versions of hashes file | Vsevolod Stakhov | 2010-05-06 | 2 | -7/+60 |
| | |||||
* | * Add ability to set specific symbols for different fuzzy flags | Vsevolod Stakhov | 2010-05-06 | 2 | -15/+66 |
| | | | | * Fix storage of fuzzy flags | ||||
* | * Add sample XML config | Vsevolod Stakhov | 2010-05-06 | 4 | -387/+245 |
| | | | | | * Fix minor errors in logging initializing * Fix installation of config files | ||||
* | * Add ability to add flags to fuzzy hashes | Vsevolod Stakhov | 2010-05-05 | 5 | -9/+59 |
| | |||||
* | * Improve logging system: | Vsevolod Stakhov | 2010-04-27 | 6 | -36/+146 |
| | | | | | | | - do not write many repeated messages to log - add process name to log line * Small fixes to FreeBSD port and to start script as we have xml version now * Reconfig modules while rereading config file | ||||
* | * Add ability to pass all filters by using flag -p in case of rspamc or ↵ | Vsevolod Stakhov | 2010-04-26 | 5 | -15/+39 |
| | | | | adding header Pass: all in rspamc protocol | ||||
* | * Make regmark customplugin working | Vsevolod Stakhov | 2010-04-23 | 4 | -315/+320 |
| | |||||
* | * Implement config object dumping to xml | Vsevolod Stakhov | 2010-04-22 | 1 | -0/+184 |
| | |||||
* | * Make perl config parser working | Vsevolod Stakhov | 2010-04-21 | 1 | -20/+98 |
| | |||||
* | * Initial version of perl config library | Vsevolod Stakhov | 2010-04-20 | 1 | -0/+288 |
| | |||||
* | * Bugfixes: | Vsevolod Stakhov | 2010-04-20 | 14 | -198/+212 |
| | | | | | | | | | | - handle '\' characters in lua strings correctly - fix lua initialization - avoid of using global lua state (global L) - fix listen sockets hash to allow multiply workers of same type but on different listen sockets - fix modules options inserting to allow multiply options of the same name - fix parsing of lua options - fix lua rules | ||||
* | * Add lua config for most common rules | Vsevolod Stakhov | 2010-04-13 | 8 | -6/+420 |
| | | | | * Reset lua state while reloading | ||||
* | * Handle and dump factors correctly | Vsevolod Stakhov | 2010-04-08 | 5 | -270/+307 |
| | | | | | | * Many fixes to processes spawning * Implement rereading of config * Fix stupid yacc with its stupid global vars | ||||
* | * Insert fuzzy check symbol correctly as it depends not only on factor but ↵ | Vsevolod Stakhov | 2010-04-08 | 2 | -3/+23 |
| | | | | also to normalizer | ||||
* | * Regexp module now can understand lua variables and functions | Vsevolod Stakhov | 2010-04-08 | 1 | -5/+27 |
| | |||||
* | * Call lua functions like C functions in expressions | Vsevolod Stakhov | 2010-04-08 | 3 | -1/+70 |
| | |||||
* | * Modules section | Vsevolod Stakhov | 2010-04-08 | 3 | -27/+108 |
| | |||||
* | * Handle modules configuration | Vsevolod Stakhov | 2010-04-08 | 2 | -33/+31 |
| | |||||
* | * Wellcome to the XML world | Vsevolod Stakhov | 2010-04-07 | 6 | -112/+303 |
| | |||||
* | * Add classifiers and composites sections to dump | Vsevolod Stakhov | 2010-04-06 | 5 | -16/+125 |
| |