aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* Rework spf module.Vsevolod Stakhov2014-11-211-0/+5
| | | | | | | - Copy data to memory pool as cached record might be destroyed causing freed memory being passed to the protocol output (use after free). - Allow SPF_NEUTRAL policy to be handled separately. - Add R_SPF_NEUTRAL to the default config.
* Fix indentation in hfilter.Vsevolod Stakhov2014-11-211-234/+234
|
* Fix typo in symbol description.Anton Yuzhaninov2014-11-051-1/+1
|
* Remove CBL as it's wholly included in Spamhaus XBL which we're querying ↵Andrew Lewis2014-10-232-11/+0
| | | | already - http://cbl.abuseat.org/faq.html
* Remove nszones.com fake RBL:Anton Yuzhaninov2014-10-212-12/+1
| | | | http://www.spamhaus.org/organization/statement/8/
* Config: reflect SURBL changes.Anton Yuzhaninov2014-10-102-5/+5
| | | | | Outblaze removed, malware moved to separate list: http://www.surbl.org/news/internal/MW-malware-sublist-added-to-multi
* Config: improve SURBL symbols descriptionsAnton Yuzhaninov2014-10-101-6/+6
|
* Remove unused symbol R_IP_PBL.Vsevolod Stakhov2014-10-081-5/+0
|
* Remove deprecated options from the default config.Vsevolod Stakhov2014-10-081-2/+0
|
* Merge branch 'master' of github.com:vstakhov/rspamdVsevolod Stakhov2014-09-071-13/+13
|\
| * Fix Message-Id rules.Vsevolod Stakhov2014-09-061-13/+13
| |
* | More fixes to classifiers selector.Vsevolod Stakhov2014-09-051-2/+2
|/
* Add FORGED_SENDER_MAILLIST composite.Vsevolod Stakhov2014-09-052-1/+10
|
* Fix for lua 5.2.Vsevolod Stakhov2014-09-051-0/+5
|
* Fix stupid mistake in configurarion.Vsevolod Stakhov2014-09-051-1/+1
|
* Fix DATE_IN_PAST and DATE_IN_FUTUREVsevolod Stakhov2014-09-041-6/+4
|
* Fix configuration.Vsevolod Stakhov2014-09-033-29/+22
|
* Simplify cached regexp creation.Vsevolod Stakhov2014-08-262-10/+5
|
* Adopt config.Vsevolod Stakhov2014-08-253-11/+14
|
* Fix plugins.Vsevolod Stakhov2014-08-182-3/+3
|
* Update default configs.Vsevolod Stakhov2014-08-172-6/+6
|
* Add configuration option `unknown_weight` for metrics.Vsevolod Stakhov2014-08-171-0/+4
| | | | | | If this option is specified, then all filters add symbols to this metric with the specified weight even if they are not specified in symbols list explicitly.
* Update configuration.Vsevolod Stakhov2014-07-241-3/+6
|
* Merge pull request #77 from fatalbanana/masterVsevolod Stakhov2014-05-241-0/+4
|\ | | | | Avoid redefining hardcoded defaults in RBL plugin
| * Avoid redefining hardcoded defaults in RBL pluginAndrew Lewis2014-05-231-0/+4
| |
* | 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
| |/
* / Remove duplicate rbl ruleAlexey2014-05-221-33/+29
|/
* 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
|
* Very small fix for DNSWL ruleAlexey2014-05-211-3/+3
|
* Merge pull request #70 from eneq123/masterVsevolod Stakhov2014-05-212-2/+23
|\ | | | | DNSWL support (via RBL) added