| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* Fix error while working in utf mode when raw regexps was not created properly
|
|
|
|
|
|
|
|
|
| |
* Each part in rspamd task now can have parent part
* Check for parts distance only for multipart/alternative subparts
* Do not check attachements even if they are text (but attached as file)
* Do not die if write (2) returned ENOSPACE while doing logging, turn on throttling mode instead (1 write try in a second)
* Add ability to turn on debug for specific symbols
* Add ability to configure dns timeouts and dns retransmits in config file
|
| |
|
|
|
|
| |
* Init some variables to avoid problems
|
|
|
|
|
|
|
|
| |
* Fix issue with links that are ip addresses in numeric form in surbl
* On Darwin use BSD style sendfile definition
* Reorganize platform specific knobs in CMakeLists
* Use gettimeofday on systems that have not clock_getres
* Use ftime for dns trans id generation on systems without clock_getres
|
|
|
|
| |
* Fix setting task->from/task->rctp in smtp client
|
| |
|
|
|
|
|
| |
* Add documentation for dynamic rules
* Add ability to make negations in networks in dynamic rules
|
| |
|
|
|
|
|
| |
* Fix tanhl detection for platforms that have not implementation of it
* Remove several compile warnings
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
| |
* Add ability to register variables in memory pools (hash with known lifetime)
* Avoid of using of some global variables
|
|
|
|
|
|
|
|
|
| |
- independent and customizeable buffering
- line buffering
- errors handling support
- custom (ip based) debug
- append function name automaticaly (based on __FUNCTION__)
- add some logic to logs system
|
| |
|
|
|
|
|
|
|
| |
* Fix sample config
* Fix compile warnings
* Fix building without lua support
* Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
|
| |
|
|
|
|
| |
frequenses of symbols but their percent in total number
|
| |
|
|
|
|
| |
* Fix sorting logic
|
| |
|
|
|
|
| |
* Fix some errors
|
|
* Add metrics optimization and symbols cache
* Change all plugins
[DRAGONS]: not for production usage, some things are still not working!
|