aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | - Add new normalization - Store data as pairs score/total - Use new mempool variables API
* 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
| | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field
* 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 yielded
| * 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 registration
| * 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
|\ | | | | rbl.lua: Fix issues with application of whitelists
| * rbl.lua: Fix issues with application of whitelistsAndrew Lewis2015-06-231-2/+23
| |
* | Fix issues with bounces From processing.Vsevolod Stakhov2015-06-233-5/+7
| |
* | Merge pull request #300 from fatalbanana/masterVsevolod Stakhov2015-06-221-1/+16
|\| | | | | Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting
| * Add whitelist_exception setting to RBL moduleAndrew Lewis2015-06-221-1/+16
| |
* | Allow user@ and @domain matches in multimap.Vsevolod Stakhov2015-06-221-6/+32
|/
* Fix selecting URLs for sending to redirector.Vsevolod Stakhov2015-06-171-1/+13
|
* Fix dependencies for surbl module.Vsevolod Stakhov2015-06-122-0/+6
|
* Fix dependencies for SPF module.Vsevolod Stakhov2015-06-121-2/+22
|
* Fix dkim cache expiration.Vsevolod Stakhov2015-06-121-1/+1
|
* Fix dependencies in case of dkim plugin.Vsevolod Stakhov2015-06-101-1/+8
|
* Rework task processing.Vsevolod Stakhov2015-06-022-2/+2
|
* Fix lua plugins.Vsevolod Stakhov2015-05-287-78/+67
|
* Adopt internal modules.Vsevolod Stakhov2015-05-285-35/+62
|
* Refactor and unify function names.Vsevolod Stakhov2015-05-276-18/+18
|
* Fix plugins registration.Vsevolod Stakhov2015-05-276-20/+18
|
* If replacement cannot be applied, just remove regexp.Vsevolod Stakhov2015-05-261-0/+4
|
* Fix misprint in spamassassin plugin.Vsevolod Stakhov2015-05-261-1/+1
|
* Refactor events API.Vsevolod Stakhov2015-05-262-6/+6
|
* One more try to fix memset.Vsevolod Stakhov2015-05-194-7/+20
|
* Fix reloading of C plugins.Vsevolod Stakhov2015-05-193-3/+7
|