Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix error with writing symbols cache file | Vsevolod Stakhov | 2010-07-28 | 1 | -8/+8 |
| | | | | * Fix error while working in utf mode when raw regexps was not created properly | ||||
* | * Another try to save regexps in cache correctly | Vsevolod Stakhov | 2010-07-28 | 1 | -2/+3 |
| | | | | * Improve test logs for regexps | ||||
* | * More debug | Vsevolod Stakhov | 2010-07-25 | 1 | -0/+1 |
| | |||||
* | * Add rspamd_log variable to lua plugins to access logging functions | Vsevolod Stakhov | 2010-07-25 | 1 | -0/+16 |
| | | | | | | | | | * 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 | ||||
* | * Save in regexp cache the whole regexp with header name (if exists) and ↵ | Vsevolod Stakhov | 2010-07-23 | 1 | -1/+2 |
| | | | | | | with flags This issue can be a reason why similar regexp are NOT working for different headers | ||||
* | * Empty and non-empty parts are allways different | Vsevolod Stakhov | 2010-07-20 | 1 | -0/+4 |
| | |||||
* | * Do not compare empty parts | Vsevolod Stakhov | 2010-07-20 | 1 | -4/+6 |
| | |||||
* | * Assume 7bit as default transfer encoding | Vsevolod Stakhov | 2010-07-16 | 1 | -1/+9 |
| | |||||
* | * Add more debug to comparing parts distance function | Vsevolod Stakhov | 2010-07-16 | 1 | -2/+4 |
| | | | | * Write action even if message has no symbols | ||||
* | * Add ability to set metric's action from config file | Vsevolod Stakhov | 2010-07-15 | 1 | -1/+1 |
| | | | | | * Fix bug with writing garbadge if message has no urls or no messages * Fix bug with incorrect behaviour of compare_parts_distance function | ||||
* | * Add ability to test regexp with 'T' flag | Vsevolod Stakhov | 2010-07-06 | 1 | -0/+5 |
| | | | | | | | * Write more code for DNS resolver: - initial RR parser - name compression - replies handler | ||||
* | * Remove some warnings | Vsevolod Stakhov | 2010-05-31 | 1 | -3/+3 |
| | |||||
* | * Fix more gmime2.4 issues | Vsevolod Stakhov | 2010-05-31 | 1 | -24/+27 |
| | |||||
* | * Fix strict aliasing while compiling with optimization | Vsevolod Stakhov | 2010-05-31 | 1 | -1/+2 |
| | | | | | * Fix tanhl detection for platforms that have not implementation of it * Remove several compile warnings | ||||
* | * Fix build with gmime24 | Vsevolod Stakhov | 2010-05-27 | 1 | -5/+43 |
| | |||||
* | * Fix config reloading | Vsevolod Stakhov | 2010-05-13 | 1 | -16/+24 |
| | | | | | * Add ability to register variables in memory pools (hash with known lifetime) * Avoid of using of some global variables | ||||
* | * Call lua functions like C functions in expressions | Vsevolod Stakhov | 2010-04-08 | 1 | -1/+15 |
| | |||||
* | * Add classifiers and composites sections to dump | Vsevolod Stakhov | 2010-04-06 | 1 | -9/+11 |
| | |||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -42/+42 |
| | | | | | | | | | - 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 | ||||
* | * Add ability to register rspamd functions from LUA | Vsevolod Stakhov | 2009-10-13 | 1 | -50/+52 |
| | | | | | | * Add ability to access recipients list and sender information * Add plugin for checking forged recipients and sender * Sync documentation | ||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -537/+542 |
| | |||||
* | * Make composites working | Vsevolod Stakhov | 2009-09-25 | 1 | -0/+13 |
| | | | | * Document using of composites | ||||
* | * Add support for empty text or html parts | Vsevolod Stakhov | 2009-07-29 | 1 | -3/+3 |
| | |||||
* | * Fix 'cc' urls parsing | Vsevolod Stakhov | 2009-07-16 | 1 | -0/+24 |
| | | | | * Add function has_fake_html for determine fake html parts (without any tags) | ||||
* | * Fix distance calculation for common recipients | Vsevolod Stakhov | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | * Fix issue with group addresses | Vsevolod Stakhov | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | * Fix rspamd functions registration | Vsevolod Stakhov | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | * Add function "raw_header_exists" for finding headers that are not parsed ↵ | Vsevolod Stakhov | 2009-06-11 | 1 | -8/+0 |
| | | | | by gmime (Mime-Version for example) | ||||
* | * Add simple html parser and tag balancing detector | Vsevolod Stakhov | 2009-05-15 | 1 | -0/+91 |
| | | | | * Add function for searching html tag | ||||
* | * Fix memory leak when ref'ing message mime part without unrefing it | Vsevolod Stakhov | 2009-05-08 | 1 | -6/+9 |
| | |||||
* | * Improve logging | Vsevolod Stakhov | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | * Fix error in regexps results hashing | Vsevolod Stakhov | 2009-05-04 | 1 | -5/+15 |
| | |||||
* | * Add counters for rspamd symbols | Vsevolod Stakhov | 2009-05-04 | 1 | -1/+1 |
| | | | | * Fix shared hashes | ||||
* | * Fix function get_transfer_encoding | Vsevolod Stakhov | 2009-04-27 | 1 | -1/+1 |
| | |||||
* | * Add expression parser utility | Vsevolod Stakhov | 2009-04-27 | 1 | -1/+1 |
| | | | | * Temporaly switch off expression optimizer as it should be reworked | ||||
* | * Also try to search for headers in raw headers | Vsevolod Stakhov | 2009-04-23 | 1 | -1/+9 |
| | |||||
* | * Some more bugs are (hopefuly) fixed | Vsevolod Stakhov | 2009-04-23 | 1 | -5/+8 |
| | |||||
* | * Handle parsed regexp as not-parsed regexps in expressions | Vsevolod Stakhov | 2009-04-23 | 1 | -2/+2 |
| | |||||
* | * Another try | Vsevolod Stakhov | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | * Try to correctly read regexps | Vsevolod Stakhov | 2009-04-23 | 1 | -1/+1 |
| | | | | * Turn off perl support by default | ||||
* | * Another fix to regexps parser | Vsevolod Stakhov | 2009-04-23 | 1 | -2/+2 |
| | |||||
* | * Fix regexp_match_number function | Vsevolod Stakhov | 2009-04-23 | 1 | -2/+3 |
| | |||||
* | * Fix expression parser: make it recursive and allow expressions inside ↵ | Vsevolod Stakhov | 2009-04-23 | 1 | -45/+143 |
| | | | | | | function's arguments * Rewrite functions interface and implement arguments parsing | ||||
* | * Add raw mode flag for improving performance by avoiding expensive utf8 ↵ | Vsevolod Stakhov | 2009-04-21 | 1 | -6/+10 |
| | | | | | | transforms * Improve FreeBSD start script by adding config test precmd | ||||
* | * Add function compare_transfer_encoding for checking message content ↵ | Vsevolod Stakhov | 2009-04-21 | 1 | -0/+39 |
| | | | | transfer encoding. | ||||
* | * Add some debug | Vsevolod Stakhov | 2009-04-20 | 1 | -0/+2 |
| | | | | * Check for headers not only in message but also in its primary part | ||||
* | * Threat raw header regexps as raw regexps | Vsevolod Stakhov | 2009-04-16 | 1 | -2/+11 |
| | | | | * Add regexp flag /r for raw regexp of any types | ||||
* | * For mime parts set flag 'raw' and if we cannot determine charset of part ↵ | Vsevolod Stakhov | 2009-04-15 | 1 | -1/+9 |
| | | | | | | or cannot encode it to utf8 just use for such parts raw regexps | ||||
* | * Fix addresses filling in compare_distance function | Vsevolod Stakhov | 2009-04-06 | 1 | -4/+2 |
| | |||||
* | * Parse function's regexp using not temporary task pools, but permament ↵ | Vsevolod Stakhov | 2009-04-06 | 1 | -5/+5 |
| | | | | config pool |