summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Unify code style."Vsevolod Stakhov2014-07-23145-19611/+12410
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-23145-12410/+19611
|
* Disable old settings API.Vsevolod Stakhov2014-07-223-4/+5
|
* Add a simple implementation of metric settings check.Vsevolod Stakhov2014-07-221-9/+36
|
* Add dns subsection for options.Vsevolod Stakhov2014-07-221-4/+36
|
* Remove settings from the configuration.Vsevolod Stakhov2014-07-221-22/+0
|
* Remove hard dependency on settings.Vsevolod Stakhov2014-07-2210-11/+5
|
* Remove old settings completely.Vsevolod Stakhov2014-07-222-712/+0
|
* Add `rspamd_config:add_map` lua function.Vsevolod Stakhov2014-07-222-0/+108
| | | | | | | | | | | | | This function is intended to create maps with lua callback that is called on map reading. For example: ``` local function cb(input) print(input) end rspamd_config:add_map('http://example.com/test.map', 'cool map`, cb) ```
* Open UCL lua bindings explicitly.Vsevolod Stakhov2014-07-221-0/+1
|
* Adopt for the new lua ucl API.Vsevolod Stakhov2014-07-214-4/+5
|
* Remove own ucl interface.Vsevolod Stakhov2014-07-214-258/+1
|
* Update to the recent versions.Vsevolod Stakhov2014-07-193-1/+3
|
* Turn off read polling on finished connection.Vsevolod Stakhov2014-07-191-0/+5
|
* Do not overwrite parsed mask in SPF.Vsevolod Stakhov2014-06-261-1/+0
|
* Merge pull request #80 from AlexeySa/patch-1Vsevolod Stakhov2014-06-021-1/+1
|\ | | | | Fix RBL module
| * Fix RBL moduleAlexey2014-06-021-1/+1
|/
* Merge pull request #77 from fatalbanana/masterVsevolod Stakhov2014-05-242-2/+6
|\ | | | | Avoid redefining hardcoded defaults in RBL plugin
| * Avoid redefining hardcoded defaults in RBL pluginAndrew Lewis2014-05-232-2/+6
| |
* | Merge pull request #76 from AlexeySa/masterVsevolod Stakhov2014-05-243-8/+257
|\ \ | | | | | | Some adding for RBL and SURBL
| * | Add TOP200 domains to surbl (from spamassassin)Alexey2014-05-231-1/+199
| | |
| * | Update modules.confAlexey2014-05-231-0/+1
| | |
| * | Update metrics.confAlexey2014-05-221-5/+5
| | |
| * | Update metrics.confAlexey2014-05-221-9/+9
| | |
| * | Update metrics.confAlexey2014-05-221-3/+3
| | |
| * | Update metric for Spamhaus WLAlexey2014-05-221-0/+7
| | |
| * | Add Spamhaus WLAlexey2014-05-221-0/+11
| | |
| * | Update modules.confAlexey2014-05-221-1/+0
| | |
| * | Update metric for DNSWLAlexey2014-05-221-0/+1
| | |
| * | Add symbol for DNSWLAlexey2014-05-221-0/+1
| | |
| * | Update metrics for mailspikeAlexey2014-05-221-5/+12
| | |
| * | Upgrage Mailspake rblAlexey2014-05-221-1/+13
| | |
| * | Update modules.confAlexey2014-05-221-0/+1
| | |
| * | Add IPv6 support for SpameatingmonkeyAlexey2014-05-221-0/+6
| | |
| * | Add metric for Spameatingmonkey rblAlexey2014-05-221-0/+5
| |/
* | Merge pull request #75 from AlexeySa/patch-2Vsevolod Stakhov2014-05-241-33/+29
|\ \ | |/ |/| Remove duplicated rbl rule and fix tabs
| * Remove duplicate rbl ruleAlexey2014-05-221-33/+29
|/
* Merge pull request #74 from AlexeySa/masterVsevolod Stakhov2014-05-223-14/+52
|\ | | | | Fix: Change rbl logic
| * Add rules for Abuseat and Nszones rblAlexey2014-05-211-0/+10
| |
| * Add netrics for Abuseat and Nszones rblAlexey2014-05-211-1/+17
| |
| * Add metrics for Abuse.ch and Uceprotect rblAlexey2014-05-211-0/+10
| |
| * Add rules for Abuse.ch and Uceprotect rblAlexey2014-05-211-0/+12
| |
| * Update metrics.confAlexey2014-05-211-1/+0
| |
| * Fix: Change rbl logicAlexey2014-05-211-10/+1
| |
| * Change logicAlexey2014-05-211-2/+2
| |
| * Merge pull request #1 from vstakhov/masterAlexey2014-05-215-7/+40
| |\ | |/ |/| compare
* | Merge pull request #73 from AlexeySa/patch-1Vsevolod Stakhov2014-05-211-3/+3
|\ \ | | | | | | Very small fix for DNSWL rule
| * | Very small fix for DNSWL ruleAlexey2014-05-211-3/+3
|/ /
* | Fix after the previous commit.Vsevolod Stakhov2014-05-212-2/+2
| |
* | Merge pull request #70 from eneq123/masterVsevolod Stakhov2014-05-214-7/+40
|\ \ | | | | | | DNSWL support (via RBL) added