summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for Mail::SpamAssassin::Plugin::MIMEHeaderVsevolod Stakhov2015-12-071-3/+27
|
* More fixes for SA plugin to deal with the new cacheVsevolod Stakhov2015-12-071-9/+71
|
* Fix replacements in spamassassin pluginVsevolod Stakhov2015-12-061-2/+5
|
* More rework for re_cacheVsevolod Stakhov2015-12-041-52/+23
|
* Start rework of spamassassin pluginVsevolod Stakhov2015-12-041-10/+65
|
* Fix code for the new cacheVsevolod Stakhov2015-12-031-1/+1
|
* Rework ratelimit pluginVsevolod Stakhov2015-11-301-15/+38
| | | | | | | | | - Switch to `rates` instead of old and stupid strings to setup - Check if a bucket is zero and disable the corresponding limits - Turn off all buckets by default - Check either `rcpt` or `user` buckets, not all together - Document new `rates` and `symbol` options - Inform user about what buckets are used in the configuration
* Remove extra code for IP urls in surbl moduleVsevolod Stakhov2015-11-301-49/+24
|
* Fix loop iteration for IP uribl.Vsevolod Stakhov2015-11-301-1/+0
|
* More fixes for learning IOVsevolod Stakhov2015-11-301-16/+40
|
* Change logic of fuzzy requests retransmittingVsevolod Stakhov2015-11-301-8/+34
|
* Add routine to add events for a specific watcher structureVsevolod Stakhov2015-11-291-2/+1
|
* Avoid treating of URLs as zero terminated stringsVsevolod Stakhov2015-11-291-24/+18
|
* Add guard for ratelimit checksVsevolod Stakhov2015-11-281-1/+3
|
* Fix rules countVsevolod Stakhov2015-11-271-0/+1
|
* Add alias for 'options = noip' as 'no_ip = true'Vsevolod Stakhov2015-11-271-0/+8
|
* Support IP DNS black lists for URIBLVsevolod Stakhov2015-11-272-13/+116
| | | | Rspamd now can resolve URL's IP address and check it via the standard DNS IP blacklist (such as spamhaus SBL, for example)
* Improve informational message from regexp moduleVsevolod Stakhov2015-11-271-3/+7
|
* Add informational messages about modules initializationVsevolod Stakhov2015-11-276-4/+19
|
* Generate fuzzy hashes from task metadata (URLs and headers)Vsevolod Stakhov2015-11-261-0/+146
|
* Remove legacy words, use merely normalized_wordsVsevolod Stakhov2015-11-261-13/+3
|
* Add additional checks for mail addressesVsevolod Stakhov2015-11-261-2/+4
|
* Fix critical issue in adding fuzzy hashesVsevolod Stakhov2015-11-241-2/+3
|
* Add more diagnostic to fuzzy errorsVsevolod Stakhov2015-11-241-3/+4
|
* Fix _NORESOLVE_MX symbols in hfilterVsevolod Stakhov2015-11-231-61/+62
|
* Add check_for_mime('mime_attachement') functionVsevolod Stakhov2015-11-231-0/+23
|
* Rework SA plugin for some problematic casesVsevolod Stakhov2015-11-231-21/+88
|
* Add 'check_relays_unparseable' supportVsevolod Stakhov2015-11-231-1/+16
|
* Use new rotation logic in the codeVsevolod Stakhov2015-11-212-3/+4
|
* Allow ratelimit plugin to set symbol instead of pre-resultVsevolod Stakhov2015-11-211-19/+28
|
* Rework FORGED_RECIPIENTS for common usersVsevolod Stakhov2015-11-201-6/+11
|
* Fix pluginsVsevolod Stakhov2015-11-203-40/+40
|
* Fix upstreams usageVsevolod Stakhov2015-11-202-2/+2
|
* Use flags for urlsVsevolod Stakhov2015-11-191-1/+1
|
* Implement refcounting for configurationVsevolod Stakhov2015-11-181-6/+6
|
* Check from returned more preciselyVsevolod Stakhov2015-11-161-19/+19
|
* Do not rewrite the original url when using redirectorVsevolod Stakhov2015-11-161-4/+10
|
* Fix GError use-after-freeVsevolod Stakhov2015-11-161-0/+1
|
* Add support for check_for_shifted_date and check_for_missing_to_header eval ↵Vsevolod Stakhov2015-11-131-6/+54
| | | | rules to SA plugin
* Allow the same keys in the configurationVsevolod Stakhov2015-11-131-3/+13
|
* Fix critical issue with parsing of scores.Vsevolod Stakhov2015-11-131-81/+105
|
* Fix format issues found by static analysisVsevolod Stakhov2015-11-111-1/+1
|
* More fixes to fuzzy errors processing logicVsevolod Stakhov2015-11-091-0/+7
|
* Fix events handling when learning fuzzy.Vsevolod Stakhov2015-11-091-5/+16
|
* Fix settings application.Vsevolod Stakhov2015-10-281-1/+1
| | | | | Issue: #416 Reported by: @moisseev
* Use session pool instead of task pool.Vsevolod Stakhov2015-10-261-3/+5
|
* Fix encrypted fuzzy add processing.Vsevolod Stakhov2015-10-261-2/+2
|
* Allow dependencies on rspamd symbols for SA metasVsevolod Stakhov2015-10-261-0/+38
|
* Fix load of settings with no setup.Vsevolod Stakhov2015-10-261-2/+2
|
* Fix double free for the controller.Vsevolod Stakhov2015-10-261-2/+13
|