Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix awfull bug in classifying when first statfile has twice weight than ↵ | Vsevolod Stakhov | 2010-05-14 | 1 | -1/+1 |
| | | | | | | second... * Fix undisclosed recipients detection | ||||
* | * Bugfixes: | Vsevolod Stakhov | 2010-04-20 | 5 | -146/+147 |
| | | | | | | | | | | - 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 | 5 | -0/+382 |
| | | | | * Reset lua state while reloading | ||||
* | * Fix another spf core dump while parsing 'include' items | cebka@lenovo-laptop | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | * Fix build with LUA_ENABLED = on and WITH_LUA = no (when lua is not found) | Vsevolod Stakhov | 2009-09-16 | 1 | -367/+0 |
| | |||||
* | * Add lua plugin for checking received headers | Vsevolod Stakhov | 2009-09-15 | 1 | -5/+5 |
| | | | | | | * Some tunes to lua API * Fix bug with http maps * Optimize installation and make custom prefix for configs | ||||
* | * Feed BSD lex | Vsevolod Stakhov | 2009-09-14 | 1 | -44/+94 |
| | |||||
* | * New system of classifiers interface and statfiles processing | Vsevolod Stakhov | 2009-09-14 | 1 | -0/+9 |
| | | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh) | ||||
* | * Add implementation of counting bloom filter to rspamd | Vsevolod Stakhov | 2009-08-19 | 1 | -11/+3 |
| | |||||
* | * Add voweling rules | Vsevolod Stakhov | 2009-08-19 | 2 | -0/+322 |
| | | | | * Add sample config to repository | ||||
* | * Fix rule | Vsevolod Stakhov | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | * Fix error with statfiles sorting function | Vsevolod Stakhov | 2009-07-23 | 1 | -2/+2 |
| | |||||
* | * Fix distance calculation for common recipients | Vsevolod Stakhov | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | * Fix rules | Vsevolod Stakhov | 2009-07-08 | 1 | -2/+2 |
| | |||||
* | * Rework structure of sample configs | Vsevolod Stakhov | 2009-06-24 | 7 | -0/+1312 |
* Fix rspamc * Add english readme |