Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |
| | |||||
* | Mail::Rspamd::Client is fixed. | Vsevolod Stakhov | 2011-01-13 | 1 | -51/+46 |
| | |||||
* | Client's methods for Mail::Rspamd::Client are now done to a single server ↵ | Vsevolod Stakhov | 2011-01-13 | 1 | -32/+54 |
| | | | | not to all. | ||||
* | 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 | 17 | -334/+395 |
| | | | | | | | | - 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 | 2 | -1/+2 |
| | |||||
* | * Implement ability to add conditional rules to rspamd.xml | Vsevolod Stakhov | 2010-12-15 | 7 | -46/+170 |
| | |||||
* | 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 | 12 | -24/+174 |
| | | | | | | 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 | 15 | -291/+561 |
| | | | | * Add ability to manage per-module, per-worker and per-classifier options in XML parser | ||||
* | Write release id if rspamd is built from hg. | Vsevolod Stakhov | 2010-12-03 | 3 | -2/+26 |
| | |||||
* | Detect mailto: inside <a> and <img> tags. | Vsevolod Stakhov | 2010-12-01 | 1 | -1/+2 |
| | |||||
* | Add some comments about maps and logging internals. | Vsevolod Stakhov | 2010-11-26 | 3 | -5/+159 |
| | |||||
* | Fix decoding of escaped URL's | Vsevolod Stakhov | 2010-11-25 | 1 | -4/+4 |
| | |||||
* | Fix XCLIENT hostnames when hostname cannot be resolved. | Vsevolod Stakhov | 2010-11-23 | 1 | -5/+8 |
| | |||||
* | Make own strlcpy that does not calculate remaining string length (faster and ↵ | Vsevolod Stakhov | 2010-11-16 | 23 | -66/+176 |
| | | | | | | more safe) Allow only ASCII symbols in logs, escape control chars | ||||
* | Try to fix bug with absent trie items in redirectors list. | Vsevolod Stakhov | 2010-11-15 | 1 | -1/+2 |
| | |||||
* | * Add ability to obtain phished url from lua | Vsevolod Stakhov | 2010-11-12 | 5 | -2/+41 |
| | | | | * Add ability to specify check domains for phishing check with 'domains' option | ||||
* | Added tag 0.3.3 for changeset 15b7c5d49fe4 | Vsevolod Stakhov | 2010-11-03 | 1 | -0/+2 |
| | |||||
* | Performance critical fix0.3.3 | Vsevolod Stakhov | 2010-11-03 | 1 | -1/+1 |
| | |||||
* | Urgent fixes. | Vsevolod Stakhov | 2010-11-03 | 4 | -4/+8 |
| | |||||
* | Added tag 0.3.3 for changeset b241596821d9 | Vsevolod Stakhov | 2010-11-03 | 1 | -0/+1 |
| | |||||
* | * Add phishing detector (now just compares <a href> with tag's data). | Vsevolod Stakhov | 2010-11-02 | 9 | -65/+270 |
| | |||||
* | When parsing RRs 'eat' last '.' symbol | Vsevolod Stakhov | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | Fix using of $1 and $2 in Mail::Rspamd::Client (reported by Andrej Zverev) | Vsevolod Stakhov | 2010-10-29 | 1 | -4/+6 |
| | |||||
* | Parse smtp_use_xclient option in config | Vsevolod Stakhov | 2010-10-29 | 1 | -0/+3 |
| |