Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detect mail addresses at the begining of message. | Vsevolod Stakhov | 2011-02-11 | 1 | -0/+4 |
| | |||||
* | * Write Emails: header in output | Vsevolod Stakhov | 2011-02-11 | 3 | -4/+63 |
| | |||||
* | * Tokenize subject using osb tokenizer. | Vsevolod Stakhov | 2011-02-11 | 1 | -13/+5 |
| | |||||
* | Handle params correctly. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+2 |
| | |||||
* | Call lua functions correctly as well. | Vsevolod Stakhov | 2011-02-08 | 4 | -7/+33 |
| | |||||
* | 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 |
| | |||||
* | * Add manual pages for rspamd and rspamc. | Vsevolod Stakhov | 2011-02-07 | 1 | -1/+1 |
| | | | | Fix bug with extracting urls from tags without quotes. | ||||
* | * Fix alignment in memory_pool library (thanks to Marcin Rzewucki) | Vsevolod Stakhov | 2011-02-06 | 2 | -6/+11 |
| | |||||
* | Fix expiring of fuzzy hashes. | Vsevolod Stakhov | 2011-02-04 | 1 | -0/+3 |
| | |||||
* | Fix passing wrong argument to write callback. | Vsevolod Stakhov | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | Fix case statement. | Vsevolod Stakhov | 2011-02-04 | 1 | -0/+1 |
| | |||||
* | * Try to fix descriptors leakage in controller | Vsevolod Stakhov | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | * New module for checking emails inside messages (rules based, like multimap) | Vsevolod Stakhov | 2011-02-03 | 12 | -32/+332 |
| | | | | | | | * 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 | ||||
* | Do not try to print result when connection failed in rspamc. | Vsevolod Stakhov | 2011-02-03 | 1 | -0/+1 |
| | |||||
* | Update build and install system. | Vsevolod Stakhov | 2011-02-02 | 1 | -0/+3 |
| | |||||
* | * Implement controller interface inside librspamdclient/rspamc | Vsevolod Stakhov | 2011-02-01 | 3 | -30/+266 |
| | | | | | | | * REMOVE perl client (at last) Fixed some stupid moments in a controller's protocol Change version to 0.3.5 | ||||
* | * Add C client for rspamd that is using librspamdclient | Vsevolod Stakhov | 2011-01-31 | 2 | -0/+369 |
| | |||||
* | * Make trie plugin and fix trie lua API | Vsevolod Stakhov | 2011-01-25 | 2 | -4/+119 |
| | |||||
* | Fix error with tags like <? xml ?> | Vsevolod Stakhov | 2011-01-25 | 1 | -1/+3 |
| | |||||
* | Fixes in classifying for small messages. | Vsevolod Stakhov | 2011-01-25 | 4 | -8/+26 |
| | |||||
* | * Many fixes to fuzzy hashes logic and tokenization. | Vsevolod Stakhov | 2011-01-24 | 6 | -18/+82 |
| | |||||
* | Add ability to include domains in views. | Vsevolod Stakhov | 2011-01-21 | 1 | -1/+9 |
| | |||||
* | Increase limits for spf parser. | Vsevolod Stakhov | 2011-01-21 | 2 | -2/+9 |
| | | | | Add logging for views. | ||||
* | Avoid gmime asserts if no recipients are passed from MTA. | Vsevolod Stakhov | 2011-01-21 | 1 | -0/+3 |
| | |||||
* | * Write more detailed reports | Vsevolod Stakhov | 2011-01-20 | 1 | -70/+63 |
| | |||||
* | Always write symbols to log. | Vsevolod Stakhov | 2011-01-19 | 1 | -31/+42 |
| | |||||
* | * Fix compatibility with SA | Vsevolod Stakhov | 2011-01-18 | 1 | -19/+68 |
| | |||||
* | Strictly check urls for sending to redirector | Vsevolod Stakhov | 2010-12-24 | 1 | -10/+18 |
| | |||||
* | Write client's host when network error is occured | Vsevolod Stakhov | 2010-12-24 | 2 | -4/+7 |
| | | | | Write domain name for redirectors call | ||||
* | Indentation fix (no functional changes) | Vsevolod Stakhov | 2010-12-24 | 1 | -491/+427 |
| | |||||
* | Make log message about detected image to debug level | Vsevolod Stakhov | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | * Add Subject header to statistics | Vsevolod Stakhov | 2010-12-24 | 4 | -1/+56 |
| | | | | * Write log message about symbols that are removed when composite symbol is inserted | ||||
* | Fix error in surbl module with exceptions list while using redirector | Vsevolod Stakhov | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | * Add versions to lua API | Vsevolod Stakhov | 2010-12-22 | 9 | -24/+83 |
| | | | | * Provide compatibility for lua plugins for old versions of rspamd | ||||
* | Misprint. | Vsevolod Stakhov | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Misprint. | Vsevolod Stakhov | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Register symbols properly for received_rbl module. | Vsevolod Stakhov | 2010-12-22 | 1 | -0/+6 |
| | |||||
* | Committed by a mistake. | Vsevolod Stakhov | 2010-12-22 | 1 | -0/+1 |
| | |||||
* | Init cache before loading config. | Vsevolod Stakhov | 2010-12-22 | 2 | -5/+6 |
| | |||||
* | Register virtual symbols for composites. | Vsevolod Stakhov | 2010-12-22 | 1 | -0/+1 |
| | |||||
* | Forgotten option for fuzzy_check plugin. | Vsevolod Stakhov | 2010-12-22 | 1 | -0/+1 |
| | |||||
* | * Introduce new system of configuration checks: | Vsevolod Stakhov | 2010-12-20 | 14 | -266/+321 |
| | | | | | | | | - 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 | ||||
* | Fixed multimap module configuration. | Vsevolod Stakhov | 2010-12-20 | 1 | -1/+1 |
| | |||||
* | Fix bug with mime parser behaviour. | Vsevolod Stakhov | 2010-12-17 | 1 | -0/+1 |
| | |||||
* | * Implement ability to add conditional rules to rspamd.xml | Vsevolod Stakhov | 2010-12-15 | 5 | -45/+167 |
| | |||||
* | Add registering options for lua modules | Vsevolod Stakhov | 2010-12-14 | 12 | -16/+135 |
| | | | | * Add ability to output colored messages for file and console loggers | ||||
* | Implement checking options for modules | Vsevolod Stakhov | 2010-12-13 | 11 | -24/+163 |
| | | | | | | Implement checking for classifier options Fix redirector to handle timeouts and invalid replies properly Fix surbl module not to check each url | ||||
* | Add module options checker | Vsevolod Stakhov | 2010-12-08 | 9 | -39/+228 |
| | | | | | Improve time limits handling Fix smtp proxy options parsing | ||||
* | * Start new rspamd 0.3.4 | Vsevolod Stakhov | 2010-12-03 | 14 | -290/+559 |
| | | | | * Add ability to manage per-module, per-worker and per-classifier options in XML parser |