aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Check for [ip.address]-style HELO and suppress lookupsAndrew Lewis2014-01-311-1/+1
* Support HELO blacklist and fix options registration for RDNS blacklistAndrew Lewis2014-01-311-1/+14
* Fix whitelist module.Vsevolod Stakhov2014-01-281-7/+11
* Rework resolver library.Vsevolod Stakhov2014-01-271-4/+6
* Fix hostname lookup for rdns rblAlexey2014-01-221-1/+1
* Allow FCrDNS-style RBL lookupsAndrew Lewis2014-01-221-2/+13
* Parse HTTP requests, cleanup the code.Vsevolod Stakhov2014-01-181-18/+6
* Start moving to HTTP world.Vsevolod Stakhov2014-01-122-5/+2
* Fix bug for check sender ruleAlexey2013-12-271-1/+1
* Do not check invalid IP addresses.Vsevolod Stakhov2013-12-202-3/+3
* Rework once_received plugin.Vsevolod Stakhov2013-12-091-24/+28
* Rework emails plugin.Vsevolod Stakhov2013-12-091-85/+34
* Fix fuzzy_add for messages without valid parts.Vsevolod Stakhov2013-12-091-3/+9
* Improve logging for fuzzy.0.6.2Vsevolod Stakhov2013-12-061-1/+5
* Fixes to fuzzy_check module.Vsevolod Stakhov2013-12-061-9/+17
* Always use one_shot mode for fuzzy_check.Vsevolod Stakhov2013-12-061-1/+1
* Allow to skip unknown flags in fuzzy_check module.Vsevolod Stakhov2013-12-051-4/+14
* Fix initialization order.Vsevolod Stakhov2013-12-051-7/+7
* Fix race condition in the controller IO.Vsevolod Stakhov2013-12-041-25/+29
* Fix wrong attribute name.Vsevolod Stakhov2013-12-041-1/+1
* Set read_only to FALSE by default.Vsevolod Stakhov2013-12-041-1/+1
* Merged in simonpin/rspamd (pull request #1)Vsevolod Stakhov2013-12-041-4/+8
|\
| * Fixed bug in whitelist plugin with getting from addressSimon Pin2013-12-041-4/+8
* | Rework fuzzy check module.Vsevolod Stakhov2013-12-041-352/+374
|/
* Small improvements to fuzzy_check controller module.Vsevolod Stakhov2013-12-021-5/+6
* Fill fuzzy command before sending.Vsevolod Stakhov2013-12-011-0/+1
* Fix fuzzy check configuration.Vsevolod Stakhov2013-11-301-3/+8
* Do not try to register rbls without a symbol.Vsevolod Stakhov2013-11-261-1/+1
* Fix surbl module.Vsevolod Stakhov2013-11-261-6/+3
* Properly check for empty source IPAndrew Lewis2013-11-251-1/+1
* Fix surbl module configuration.Vsevolod Stakhov2013-11-251-31/+12
* Don't use key as symbol if returncodes given and unknown is falseAndrew Lewis2013-11-231-2/+1
* Unbreak a use-caseAndrew Lewis2013-11-231-12/+8
* Check all resultsAndrew Lewis2013-11-231-18/+20
* Allow symbol per return codeAndrew Lewis2013-11-211-8/+70
* Adjust rbl priority to neutral.Vsevolod Stakhov2013-11-211-1/+1
* Fix rbl module registration.Vsevolod Stakhov2013-11-212-14/+12
* Fix mistake: wrong use of string comparisonAndrew Lewis2013-11-201-4/+4
* More concise ip_to_rbl functionAndrew Lewis2013-11-201-8/+1
* Make lookup conditional on RBL preferencesAndrew Lewis2013-11-201-0/+6
* Fix identification of missing source IPAndrew Lewis2013-11-201-1/+1
* Correct use of wrong variableAndrew Lewis2013-11-201-1/+1
* Emails and multimap configuration fixes.Vsevolod Stakhov2013-11-202-7/+4
* Check type of rule in multimap module.Vsevolod Stakhov2013-11-201-6/+10
* Fix emailbl plugin.Vsevolod Stakhov2013-11-201-27/+10
* Remove unused function.Vsevolod Stakhov2013-11-191-26/+0
* Remove duplicated resolving functions from task.Vsevolod Stakhov2013-11-193-23/+25
* Use local function in multimap.Vsevolod Stakhov2013-11-191-4/+4
* Fix rbl plugin.Vsevolod Stakhov2013-11-191-72/+21
* Fix multimap plugin.Vsevolod Stakhov2013-11-191-63/+26