Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 0.9.90.9.9 | Vsevolod Stakhov | 2015-07-03 | 3 | -3/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't use RWL_SPAMHAUS_WL (unknown result) for whitelisting (by @fatalbanana) * Import updated public suffix list (by @fatalbanana) * Remove debug message * Fix settings (by @fatalbanana) * Remove duplicated symbol registration * Use WAL for fuzzy storage * RBL fixes (by @fatalbanana): - silence errors; - yield unknown results from RBLs; - fix scoring for DNSWL; - fix use of RBL name as symbol; - ignore RBL names that would not be yielded; * Support captures in regular expressions * Add captures support to lua_regexp * Support dist on FreeBSD and Darwin * Add RCVD_IN_DNSWL_NONE as whitelisting exclusion (by @fatalbanana) * Multiple fixes to URL detection: - support port definition; - fix query and path recognition; - fix parsing of multiple slashes in URL; - fix parsing query just after port; - fix path field in `url:to_table` method; - improve support of IP based URLs. * Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBL (by @fatalbanana) * Add GTUBE support * Ignore User header in SA mode Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Ignore User header in SA mode. | Vsevolod Stakhov | 2015-07-03 | 1 | -1/+7 |
| | |||||
* | Add GTUBE support. | Vsevolod Stakhov | 2015-07-03 | 2 | -0/+69 |
| | |||||
* | Update version to 0.9.9. | Vsevolod Stakhov | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Allow bundling for sqlite3. | Vsevolod Stakhov | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #325 from fatalbanana/rspamd-0.9 | Vsevolod Stakhov | 2015-07-03 | 1 | -0/+1 |
|\ | | | | | 0.9: Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBL | ||||
| * | Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBL | Andrew Lewis | 2015-07-02 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #322 from fatalbanana/rspamd-0.9 | Vsevolod Stakhov | 2015-07-02 | 1 | -0/+2 |
|\ | | | | | 0.9: Further defang whitelists | ||||
| * | Further defang whitelists | Andrew Lewis | 2015-07-02 | 1 | -0/+2 |
| | | |||||
* | | Add workarounds for numeric hosts in URLs. | Vsevolod Stakhov | 2015-07-02 | 3 | -9/+101 |
| | | |||||
* | | Improve support of IP based URLs. | Vsevolod Stakhov | 2015-07-02 | 2 | -6/+50 |
| | | |||||
* | | Add more unit tests for url parser. | Vsevolod Stakhov | 2015-07-02 | 1 | -5/+15 |
| | | |||||
* | | Fix complicated case of percent encoding. | Vsevolod Stakhov | 2015-07-02 | 1 | -2/+20 |
| | | |||||
* | | Fix path field in url:to_table method. | Vsevolod Stakhov | 2015-07-02 | 1 | -1/+1 |
| | | |||||
* | | Fix parsing query just after port. | Vsevolod Stakhov | 2015-07-02 | 1 | -0/+12 |
| | | |||||
* | | Fix parsing of multiple slashes in URL. | Vsevolod Stakhov | 2015-07-02 | 1 | -7/+18 |
| | | |||||
* | | Fix finding start of URL's. | Vsevolod Stakhov | 2015-07-02 | 1 | -6/+17 |
| | | |||||
* | | Add new url unit test. | Vsevolod Stakhov | 2015-07-02 | 1 | -0/+33 |
| | | |||||
* | | Add missing url fields. | Vsevolod Stakhov | 2015-07-02 | 1 | -0/+84 |
| | | |||||
* | | Add port definition to URL. | Vsevolod Stakhov | 2015-07-02 | 2 | -1/+3 |
| | | |||||
* | | Merge pull request #320 from fatalbanana/rspamd-0.9 | Vsevolod Stakhov | 2015-07-01 | 1 | -0/+1 |
|\| | | | | | 0.9: Add RCVD_IN_DNSWL_NONE as whitelisting exclusion | ||||
| * | Add RCVD_IN_DNSWL_NONE as whitelisting exclusion | Andrew Lewis | 2015-07-01 | 1 | -0/+1 |
|/ | |||||
* | Move sqlite initialization to the common routine. | Vsevolod Stakhov | 2015-06-30 | 1 | -23/+21 |
| | |||||
* | Fix issues with capturing patterns | Vsevolod Stakhov | 2015-06-30 | 3 | -11/+16 |
| | |||||
* | Support dist on FreeBSD and Darwin. | Vsevolod Stakhov | 2015-06-30 | 2 | -5/+9 |
| | |||||
* | Improve regexp captures. | Vsevolod Stakhov | 2015-06-30 | 2 | -10/+43 |
| | | | | It is now possible to store regexp captures if needed. | ||||
* | Print result of sqlite_exec in fuzzy_backend. | Vsevolod Stakhov | 2015-06-30 | 1 | -2/+3 |
| | |||||
* | Merge pull request #317 from fatalbanana/rspamd-0.9 | Vsevolod Stakhov | 2015-06-30 | 1 | -2/+4 |
|\ | | | | | 0.9: Fix use of RBL name as symbol; ignore RBL names that would not be yielded | ||||
| * | Fix use of RBL name as symbol; ignore RBL names that would not be yielded | Andrew Lewis | 2015-06-30 | 1 | -2/+4 |
| | | |||||
* | | Update documentation | Vsevolod Stakhov | 2015-06-30 | 1 | -3/+15 |
| | | |||||
* | | Add captures unit test. | Vsevolod Stakhov | 2015-06-30 | 1 | -0/+20 |
| | | |||||
* | | Some fixes to pushing captures to lua. | Vsevolod Stakhov | 2015-06-30 | 1 | -2/+3 |
| | | |||||
* | | Fix regexp_search invocation. | Vsevolod Stakhov | 2015-06-30 | 3 | -8/+8 |
| | | |||||
* | | Improve captures in lua regexp. | Vsevolod Stakhov | 2015-06-30 | 1 | -10/+59 |
|/ | |||||
* | Merge pull request #314 from fatalbanana/rspamd-0.9 | Vsevolod Stakhov | 2015-06-30 | 3 | -14/+33 |
|\ | | | | | Rspamd 0.9: Favour rspamd lua libraries over system libraries | ||||
| * | Fix misprint | Andrew Lewis | 2015-06-29 | 1 | -1/+1 |
| | | |||||
| * | Silence errors; yield unknown results from RBLs; fix scoring for DNSWL | Andrew Lewis | 2015-06-29 | 2 | -10/+29 |
| | | |||||
| * | Favour rspamd lua libraries over system libraries | Andrew Lewis | 2015-06-29 | 1 | -4/+4 |
| | | |||||
* | | Use WAL for fuzzy storage as well. | Vsevolod Stakhov | 2015-06-29 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #312 from fatalbanana/rspamd-0.9 | Vsevolod Stakhov | 2015-06-29 | 1 | -1/+0 |
|\| | | | | | Rspamd 0.9: Remove duplicated symbol registration | ||||
| * | Fix another duplicated symbol registration | Andrew Lewis | 2015-06-29 | 1 | -1/+0 |
| | | |||||
| * | Remove duplicated symbol registration | Andrew Lewis | 2015-06-29 | 1 | -1/+0 |
| | | | | | | | | | | Conflicts: src/plugins/lua/rbl.lua | ||||
* | | Remove duplicate. | Vsevolod Stakhov | 2015-06-29 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #309 from fatalbanana/rspamd-0.9 | Vsevolod Stakhov | 2015-06-27 | 1 | -0/+1 |
|\| | | | | | Rspamd 0.9: Fix settings | ||||
| * | Fix settings | Andrew Lewis | 2015-06-27 | 1 | -0/+1 |
| | | |||||
* | | Remove stupid debug. | Vsevolod Stakhov | 2015-06-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #307 from fatalbanana/rspamd-0.9 | Vsevolod Stakhov | 2015-06-25 | 2 | -73/+493 |
|\ | | | | | Rspamd 0.9: Update public suffix list; add RWL_SPAMHAUS_WL as whitelist_exception | ||||
| * | Import updated public suffix list | Andrew Lewis | 2015-06-25 | 1 | -73/+492 |
| | | |||||
| * | Don't use RWL_SPAMHAUS_WL (unknown result) for whitelisting | Andrew Lewis | 2015-06-25 | 1 | -0/+1 |
| | | |||||
* | | Release 0.9.80.9.8 | Vsevolod Stakhov | 2015-06-25 | 4 | -4/+14 |
| | | | | | | | | | | | | | | | | | | | | * Fix critical bug in bayes classifier (#305) * Fix critical bug in RBL module (by @fatalbanana) * Fix and rework settings plugin. * Fix get_all_opts for a case of non-iterable options. * Use tld for redirector's matching. Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> |