aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-2912-67/+67
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* Update a sample config file.0.4.1Vsevolod Stakhov2011-07-261-0/+4
| | | | Set version to 0.4.1.
* * Add option max_size for regexp module to skip expensive regexp on long ↵Vsevolod Stakhov2011-07-261-2/+20
| | | | messages
* Fix up another event related problem.Vsevolod Stakhov2011-07-261-0/+2
|
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-213-12/+13
| | | | Fix problems found by static analyzing.
* Rework http chunked encoding parsing.Vsevolod Stakhov2011-07-202-10/+10
|
* * Add a simple logic of language detection for text parts (unicode script based)Vsevolod Stakhov2011-07-111-1/+15
|
* * Add ability to specify noip option for uribl suffix to avoid checking urls ↵Vsevolod Stakhov2011-06-282-3/+29
| | | | with ip addresses on such lists.
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-232-25/+21
| | | | | Fix tags stripping. Fix phishing checks (ignore img tags).
* Add condition to fix inconsistent records in LRU cache.Vsevolod Stakhov2011-06-141-1/+2
|
* Fix memory issues.Vsevolod Stakhov2011-06-101-1/+9
|
* Improve performance of trie search.Vsevolod Stakhov2011-06-102-1/+3
|
* Fixes from previous commit.Vsevolod Stakhov2011-06-102-3/+3
|
* * Add LRU caching structureVsevolod Stakhov2011-06-102-8/+107
| | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well.
* * Fix error in raw headers parsingVsevolod Stakhov2011-05-241-12/+1
| | | | * Improve speed of raw headers access
* * Improve maillist plugin to detect majordomo, cgp and google groupsVsevolod Stakhov2011-05-111-2/+87
|
* * Add more timeouts: for fuzzy operations, for worker task operationsVsevolod Stakhov2011-03-281-5/+11
| | | | Handle miliseconds using a common macro.
* Write to log number of dns requests per task.Vsevolod Stakhov2011-03-251-0/+1
|
* Optimize performance of received_rbl plugin.Vsevolod Stakhov2011-03-241-38/+17
|
* * Add ability to extract urls from subject field0.3.10Vsevolod Stakhov2011-03-232-13/+12
| | | | | | Fix phishing plugin. * Important fix for multimap/cdb handling * Important fix for phishing detector
* * Add throttling detection mechanic for dns resolverVsevolod Stakhov2011-03-231-6/+49
| | | | * Improve phishing module adding ability to define 'strict' phishing domains
* Fix configuration of received_rbl module.Vsevolod Stakhov2011-03-221-1/+5
|
* * Add option redirector_symbol to surbl module.Vsevolod Stakhov2011-03-182-0/+12
|
* * Add strict priority rulesVsevolod Stakhov2011-03-181-2/+11
| | | | | * Improve and fix multimap module * Add rspamd_config object to stage of early configure of rspamd
* Fix misprint in multimap module.Vsevolod Stakhov2011-03-181-2/+2
| | | | Fix how we detect weight of symbol in a cache.
* Race in fuzzy check.Vsevolod Stakhov2011-03-141-11/+12
|
* Race again.Vsevolod Stakhov2011-03-141-3/+8
|
* Fix another race.Vsevolod Stakhov2011-03-141-12/+37
|
* Fix destructors adding.Vsevolod Stakhov2011-03-101-3/+9
|
* Fix race in surbl module.Vsevolod Stakhov2011-03-101-5/+8
| | | | Add more debugging to destructors in pools.
* * Add ability to lookup CDB maps from luaVsevolod Stakhov2011-03-051-40/+126
| | | | * Add cdb:// map to multimap plugin
* Fix memory access.Vsevolod Stakhov2011-03-051-1/+1
|
* Make phishing checks working.Vsevolod Stakhov2011-03-051-1/+12
|
* * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked)Vsevolod Stakhov2011-03-042-50/+99
| | | | * Improve lua api for getting message's sender and recipients
* * Fix parsing of include records in spf parserVsevolod Stakhov2011-03-031-45/+65
|
* Try to fix memory issues.Vsevolod Stakhov2011-03-022-6/+1
|
* Restore 'urls' command.Vsevolod Stakhov2011-02-251-0/+86
|
* Fix several memory leaks in rspamd.Vsevolod Stakhov2011-02-241-1/+1
|
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-114/+20
|
* Write message id as well.Vsevolod Stakhov2011-02-241-3/+3
|
* Write to log if emails module find blacklisted email.Vsevolod Stakhov2011-02-241-2/+7
|
* * Process raw headers by FSM.Vsevolod Stakhov2011-02-211-94/+67
| | | | * Add methods for accessing raw_headers from lua and C
* * Add ability to call lua function from regexp expressionsVsevolod Stakhov2011-02-211-0/+33
|
* * Add function regexp_occurs_number that allows to test how much occurs of ↵Vsevolod Stakhov2011-02-181-22/+214
| | | | | | | | | regexp can be found in a message Fix composites logic. [1] Fix composites registration from lua. [1] Reported by: Victor Ustugov [1]
* Fix rspamd_logger.Vsevolod Stakhov2011-02-171-6/+6
|
* * Improve forged_recipients plugin [1]Vsevolod Stakhov2011-02-161-3/+25
| | | | | | Add loading of local rules to rspamd.lua [1] [1] Suggested by Victor Ustugov
* * Add ability to specify 'S' flag to regexp that means that headers checks ↵Vsevolod Stakhov2011-02-151-1/+1
| | | | | | must be case sensitive * Add lua function message:get_header_strong
* Fix spf parser for some cases.Vsevolod Stakhov2011-02-141-2/+10
|
* Call lua functions correctly as well.Vsevolod Stakhov2011-02-081-1/+1
|
* Fix passing wrong argument to write callback.Vsevolod Stakhov2011-02-041-1/+1
|