aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix travis rules.Vsevolod Stakhov2015-02-181-2/+11
* Enable luajit by default.Vsevolod Stakhov2015-02-181-1/+1
* Fix cmake message.Vsevolod Stakhov2015-02-181-1/+1
* Fix includes.Vsevolod Stakhov2015-02-181-7/+0
* Remove bundled hiredis.Vsevolod Stakhov2015-02-1825-5156/+13
* Invalidate learned files to update their content.Vsevolod Stakhov2015-02-184-0/+18
* Implement statistics relearning.Vsevolod Stakhov2015-02-185-15/+72
* Allow sqlite3 cache customization.Vsevolod Stakhov2015-02-183-5/+35
* Save classifier options.Vsevolod Stakhov2015-02-181-0/+1
* Improve emails parsing (mentioned at #181).Vsevolod Stakhov2015-02-181-5/+58
* Fix emails parsing.Vsevolod Stakhov2015-02-172-9/+132
* Stop regexp flags parsing on the first bad flag.Vsevolod Stakhov2015-02-171-1/+2
* Merge pull request #177 from fatalbanana/masterVsevolod Stakhov2015-02-173-22/+86
|\
| * Since exclude_private_ips requires config to change behaviour now we can make...Andrew Lewis2015-02-173-3/+2
| * Forgot to update documentation for emails dnsblAndrew Lewis2015-02-171-0/+4
| * Support emails dnsblAndrew Lewis2015-02-172-8/+62
| * Make local/private IP exclusions work for all RBL typesAndrew Lewis2015-02-172-6/+16
| * Unbreak operation of rbl.lua in certain instancesAndrew Lewis2015-02-171-5/+2
* | Treat '__' symbols as ghost symbols.Vsevolod Stakhov2015-02-172-4/+12
* | Add the concept of ghost symbols.Vsevolod Stakhov2015-02-172-3/+11
* | Set lua path for lua configuration.Vsevolod Stakhov2015-02-173-1/+11
* | Email usernames can contain atom symbols.Vsevolod Stakhov2015-02-171-4/+4
* | Fix regexp creating from // pattern.Vsevolod Stakhov2015-02-171-2/+2
* | Add other rules types.Vsevolod Stakhov2015-02-161-0/+43
* | Allow to use SA header rules.Vsevolod Stakhov2015-02-161-1/+40
* | Merge pull request #176 from AlexeySa/masterVsevolod Stakhov2015-02-163-2/+33
|\ \
| * | Update hfilter.luaAlexey AL2015-02-161-2/+2
| * | Update hfilter.luaAlexey AL2015-02-161-2/+2
| * | Update hfilter.luaAlexey AL2015-02-161-3/+0
| * | Update hfilter.luaAlexey AL2015-02-161-0/+7
| * | Update modules.confAlexey AL2015-02-161-0/+1
| * | Hfilter: bounce metricsAlexey AL2015-02-161-0/+2
| * | Hfilter: Bounce message checkAlexey AL2015-02-161-1/+25
* | | Merge pull request #174 from fatalbanana/masterVsevolod Stakhov2015-02-164-39/+90
|\ \ \ | | |/ | |/|
| * | Fix incorrect processing of exclusionsAndrew Lewis2015-02-161-5/+7
| * | Use radix for private IP exclusions in rbl.luaAndrew Lewis2015-02-163-34/+15
| * | Add rspamd_config:radix_from_config()Andrew Lewis2015-02-161-0/+57
| * | Make local exclusions configurable per-RBLAndrew Lewis2015-02-162-4/+15
* | | Start spamassasin rules reader plugin.Vsevolod Stakhov2015-02-161-0/+129
* | | Do not set lua path when cfg is not loaded.Vsevolod Stakhov2015-02-161-2/+1
* | | Import lua-functional for plugins stuff.Vsevolod Stakhov2015-02-163-0/+998
* | | Set lua path according to rspamd settings.Vsevolod Stakhov2015-02-161-0/+37
* | | Remove useless library.Vsevolod Stakhov2015-02-161-2/+0
* | | Allow definitions of composite rules from lua.Vsevolod Stakhov2015-02-151-0/+55
* | | Merge pull request #172 from fatalbanana/masterVsevolod Stakhov2015-02-154-7/+25
|\| |
| * | Don't use to_number() when checking radix mapsAndrew Lewis2015-02-152-5/+3
| * | Merge remote-tracking branch 'upstream/master'Andrew Lewis2015-02-151-1/+1
| |\ \ | |/ / |/| |
* | | Fix typecast.Vsevolod Stakhov2015-02-151-1/+1
| * | Support site-local IP address / subnet exclusionsAndrew Lewis2015-02-152-2/+22
|/ /
* | Allow to check radix maps from lua by rspamd{ip}Vsevolod Stakhov2015-02-151-6/+31