Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add functions to lua API to detect message and task date (in GMT) | Vsevolod Stakhov | 2011-04-22 | 3 | -1/+42 |
| | |||||
* | Write to log number of dns requests per task. | Vsevolod Stakhov | 2011-03-25 | 1 | -0/+3 |
| | |||||
* | Push recipients in a proper way. | Vsevolod Stakhov | 2011-03-18 | 1 | -19/+40 |
| | |||||
* | * Add strict priority rules | Vsevolod Stakhov | 2011-03-18 | 2 | -1/+29 |
| | | | | | * Improve and fix multimap module * Add rspamd_config object to stage of early configure of rspamd | ||||
* | Optimization. | Vsevolod Stakhov | 2011-03-14 | 1 | -10/+3 |
| | |||||
* | Fix initialization point. | Vsevolod Stakhov | 2011-03-09 | 1 | -0/+2 |
| | |||||
* | * Add monitoring for cdb | Vsevolod Stakhov | 2011-03-09 | 1 | -1/+12 |
| | |||||
* | Fix gmime24 compatibility. | Vsevolod Stakhov | 2011-03-09 | 1 | -2/+2 |
| | | | | | | Fix adding extra space to raw headers. Reported by: Victor Ustugov | ||||
* | * Add ability to lookup CDB maps from lua | Vsevolod Stakhov | 2011-03-05 | 4 | -2/+157 |
| | | | | * Add cdb:// map to multimap plugin | ||||
* | Ignore group addresses. | Vsevolod Stakhov | 2011-03-05 | 1 | -5/+7 |
| | |||||
* | Assume headers folding as space character. | Vsevolod Stakhov | 2011-03-05 | 1 | -1/+0 |
| | |||||
* | * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked) | Vsevolod Stakhov | 2011-03-04 | 1 | -5/+123 |
| | | | | * Improve lua api for getting message's sender and recipients | ||||
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 1 | -30/+31 |
| | |||||
* | Save separator inside raw_header struct. | Vsevolod Stakhov | 2011-02-23 | 1 | -0/+4 |
| | | | | Requested by: Victor Ustugov | ||||
* | * Process raw headers by FSM. | Vsevolod Stakhov | 2011-02-21 | 2 | -1/+78 |
| | | | | * Add methods for accessing raw_headers from lua and C | ||||
* | * Add function regexp_occurs_number that allows to test how much occurs of ↵ | Vsevolod Stakhov | 2011-02-18 | 1 | -2/+2 |
| | | | | | | | | | regexp can be found in a message Fix composites logic. [1] Fix composites registration from lua. [1] Reported by: Victor Ustugov [1] | ||||
* | Fix received headers parser state machine to parse headers with only 'by' ↵ | Vsevolod Stakhov | 2011-02-17 | 1 | -2/+3 |
| | | | | component. | ||||
* | Fix received headers passing to lua. | Vsevolod Stakhov | 2011-02-17 | 1 | -0/+7 |
| | |||||
* | Fix rspamd_logger. | Vsevolod Stakhov | 2011-02-17 | 1 | -4/+4 |
| | |||||
* | Fix parsing emails with '_' symbol. | Vsevolod Stakhov | 2011-02-17 | 1 | -1/+3 |
| | | | | Fix adding metric symbol. | ||||
* | * Add ability to define composites from lua. [1] | Vsevolod Stakhov | 2011-02-16 | 1 | -7/+56 |
| | | | | | | Write to log when lua values override xml ones. [1] [1] Suggested by Victor Ustugov | ||||
* | * Add new lua module regexp for using glib regular expressions (pcre compatible) | Vsevolod Stakhov | 2011-02-15 | 4 | -3/+252 |
| | |||||
* | * Add ability to specify 'S' flag to regexp that means that headers checks ↵ | Vsevolod Stakhov | 2011-02-15 | 1 | -2/+15 |
| | | | | | | must be case sensitive * Add lua function message:get_header_strong | ||||
* | * Add ability to add descriptions for symbols | Vsevolod Stakhov | 2011-02-15 | 1 | -1/+9 |
| | |||||
* | * Add ability to setup metric's weights from lua | Vsevolod Stakhov | 2011-02-14 | 1 | -0/+73 |
| | |||||
* | Handle params correctly. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+2 |
| | |||||
* | Call lua functions correctly as well. | Vsevolod Stakhov | 2011-02-08 | 2 | -5/+31 |
| | |||||
* | Call lua function properly. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+7 |
| | |||||
* | Fix trie in lua plugins. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+10 |
| | |||||
* | * New module for checking emails inside messages (rules based, like multimap) | Vsevolod Stakhov | 2011-02-03 | 2 | -4/+109 |
| | | | | | | | * Emails now are separated from urls and urls checks * Add ability to check text attachements if option is presented in a configuration Version is 0.3.6 now | ||||
* | * Make trie plugin and fix trie lua API | Vsevolod Stakhov | 2011-01-25 | 1 | -4/+17 |
| | |||||
* | Fixes in classifying for small messages. | Vsevolod Stakhov | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | * Add versions to lua API | Vsevolod Stakhov | 2010-12-22 | 2 | -0/+11 |
| | | | | * Provide compatibility for lua plugins for old versions of rspamd | ||||
* | * Introduce new system of configuration checks: | Vsevolod Stakhov | 2010-12-20 | 1 | -1/+44 |
| | | | | | | | | - now symbols inside metrics definition must be inside rules as well - symbols may be virtual (e.g. when module can insert several symbols inside callback) - symbols may be pure callbacks (when symbol's name is unknown and depends on conditions) * Module 'emails' is removed as it is not used in the current rspamd MANY fixes to sample config files | ||||
* | * Implement ability to add conditional rules to rspamd.xml | Vsevolod Stakhov | 2010-12-15 | 2 | -0/+67 |
| | |||||
* | Add registering options for lua modules | Vsevolod Stakhov | 2010-12-14 | 1 | -0/+53 |
| | | | | * Add ability to output colored messages for file and console loggers | ||||
* | * Add ability to obtain phished url from lua | Vsevolod Stakhov | 2010-11-12 | 1 | -0/+21 |
| | | | | * Add ability to specify check domains for phishing check with 'domains' option | ||||
* | * Add phishing detector (now just compares <a href> with tag's data). | Vsevolod Stakhov | 2010-11-02 | 3 | -10/+126 |
| | |||||
* | Remove G_INLINE_FUNC definitions as I misunderstood its purposes. | Vsevolod Stakhov | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 7 | -164/+164 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Add trie interface to lua api | Vsevolod Stakhov | 2010-09-22 | 3 | -0/+147 |
| | |||||
* | * Add ability to extract filename and size of images from lua | Vsevolod Stakhov | 2010-08-25 | 1 | -0/+34 |
| | |||||
* | * Add post filters to lua API - filters that would be called after all ↵ | Vsevolod Stakhov | 2010-08-25 | 3 | -1/+244 |
| | | | | | | | | message's processing * Add ability to check for specified symbol in task results from lua * Add ability to check for metric's results from lua * Add ability to learn specified statfile form lua | ||||
* | * Move images library to core rspamd | Vsevolod Stakhov | 2010-08-23 | 3 | -0/+106 |
| | | | | * Add lua api to access images properties | ||||
* | * Consider lua plugins errors as fatal configuration errors | Vsevolod Stakhov | 2010-08-04 | 2 | -4/+15 |
| | |||||
* | * Fix lua representing of invalid ip (nil, not 255.255.255.255) | Vsevolod Stakhov | 2010-07-27 | 1 | -3/+3 |
| | | | | | * Fix R_TO_SEEMS_AUTO rule (by citrin) * Add multimap lua plugin | ||||
* | * Improve lua logging | Vsevolod Stakhov | 2010-07-26 | 1 | -4/+35 |
| | |||||
* | * Turn off debug_ip during reload if it was disabled by new config | Vsevolod Stakhov | 2010-07-26 | 1 | -6/+0 |
| | |||||
* | * Fix extracting arguments in lua logger interface | Vsevolod Stakhov | 2010-07-26 | 1 | -4/+4 |
| | |||||
* | * Add rspamd_log variable to lua plugins to access logging functions | Vsevolod Stakhov | 2010-07-25 | 1 | -1/+8 |
| | | | | | | | | | * 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 |