aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Allow setting upper & lower limit on IP scoreAndrew Lewis2015-09-021-3/+8
* Minor refactoringAndrew Lewis2015-09-021-40/+29
* Log neutral scores tooAndrew Lewis2015-09-021-18/+16
* Support IPv6; avoid polluting IPv4 stats on dual stacksAndrew Lewis2015-09-021-1/+6
* Update logging in lua modules.Vsevolod Stakhov2015-09-0111-69/+77
* Update other C module for the new logger.Vsevolod Stakhov2015-08-315-46/+66
* Update surbl module for the new logger.Vsevolod Stakhov2015-08-311-21/+32
* Allow complex regexp rules as well.Vsevolod Stakhov2015-08-281-4/+30
* Allow complex regexp rules.Vsevolod Stakhov2015-08-271-2/+71
* Add tags to rspamd_mempool.Vsevolod Stakhov2015-08-276-23/+12
* Fix and prettify ip_score outputAndrew Lewis2015-08-261-9/+10
* Fix forced settings.Vsevolod Stakhov2015-08-251-9/+6
* Allow to override settings from the query.Vsevolod Stakhov2015-08-251-1/+51
* Improve spamassassin plugin.Vsevolod Stakhov2015-08-251-38/+68
* Adjust phishing score based on levenstein distance.Vsevolod Stakhov2015-08-201-22/+31
* Oops - remove braindamaged codeAndrew Lewis2015-08-201-6/+0
* Add redirector_domains settingAndrew Lewis2015-08-191-67/+91
* Use symbol_allow from DKIM module if setAndrew Lewis2015-08-191-0/+5
* Fix misprintAndrew Lewis2015-08-191-1/+1
* Rework symbols weights.Vsevolod Stakhov2015-08-126-44/+80
* Move hfilter to plugins.Vsevolod Stakhov2015-08-071-0/+466
* Add conditional enabling of modules.Vsevolod Stakhov2015-08-066-0/+24
* Hide workers and modules definitions.Vsevolod Stakhov2015-08-061-0/+1
* Check variable before getting it.Vsevolod Stakhov2015-07-241-0/+5
* Fix ip_score initialization.Vsevolod Stakhov2015-07-241-2/+2
* Rework ip_score plugin.Vsevolod Stakhov2015-07-221-43/+62
* Fix lua plugins with the new DNS API.Vsevolod Stakhov2015-07-215-116/+142
* Use new dns API.Vsevolod Stakhov2015-07-212-5/+2
* More changes to ipscore module.Vsevolod Stakhov2015-07-211-27/+81
* Start reworking of ip_score.Vsevolod Stakhov2015-07-201-63/+22
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-181-35/+22
* Start removing of old fuzzy algorithm.Vsevolod Stakhov2015-07-141-13/+2
* Rework ip_score plugin to support ASN, country and ipnet.Vsevolod Stakhov2015-07-141-76/+53
* Add ASN, country and ipnet lookups.Vsevolod Stakhov2015-07-141-30/+166
* Rework parts and task structure:Vsevolod Stakhov2015-07-132-19/+17
* Remove legacy checks.Vsevolod Stakhov2015-07-131-19/+15
* Add DKIM support to RBL moduleAndrew Lewis2015-07-051-0/+48
* Add workarounds for numeric hosts in URLs.Vsevolod Stakhov2015-07-021-3/+3
* Merge pull request #316 from fatalbanana/masterVsevolod Stakhov2015-06-301-2/+4
|\
| * Fix use of RBL name as symbol; ignore RBL names that would not be yieldedAndrew Lewis2015-06-301-2/+4
* | Fix regexp_search invocation.Vsevolod Stakhov2015-06-301-1/+1
* | Merge pull request #311 from fatalbanana/masterVsevolod Stakhov2015-06-291-1/+0
|\|
| * Remove duplicated symbol registrationAndrew Lewis2015-06-291-1/+0
* | Use more recent lua conventions in emails module.Vsevolod Stakhov2015-06-281-16/+6
|/
* Fix settingsAndrew Lewis2015-06-271-0/+1
* Remove stupid debug.Vsevolod Stakhov2015-06-251-1/+1
* More fixes to tld match.Vsevolod Stakhov2015-06-251-2/+2
* Use tld for redirector's matching.Vsevolod Stakhov2015-06-251-2/+2
* Fix settings plugin.Vsevolod Stakhov2015-06-251-25/+22
* Merge pull request #303 from fatalbanana/masterVsevolod Stakhov2015-06-231-2/+23
|\