aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Allow && and || in composites.Vsevolod Stakhov2015-02-151-1/+7
* | Also allow setting description.Vsevolod Stakhov2015-02-151-5/+15
* | Allow to register metric symbols from lua.Vsevolod Stakhov2015-02-151-0/+53
* | Remove tweetnacl for now.Vsevolod Stakhov2015-02-157-1201/+8
* | Add error codes for statistics.Vsevolod Stakhov2015-02-143-18/+35
* | Merge pull request #170 from fatalbanana/masterVsevolod Stakhov2015-02-141-1/+1
|\ \
| * | rbl.lua: Fix mistakeAndrew Lewis2015-02-141-1/+1
* | | Merge pull request #169 from AlexeySa/masterVsevolod Stakhov2015-02-142-48/+79
|\ \ \ | | |/ | |/|
| * | Update hfilter.luaAlexey AL2015-02-141-3/+3
| * | Update hfilter.luaAlexey AL2015-02-141-4/+0
| * | Update metrics for HfilterAlexey AL2015-02-141-0/+1
| * | Hfilter: more fixes for helo checks, new metricAlexey AL2015-02-141-47/+81