Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #177 from fatalbanana/master | Vsevolod Stakhov | 2015-02-17 | 3 | -22/+86 |
|\ | |||||
| * | Since exclude_private_ips requires config to change behaviour now we can make... | Andrew Lewis | 2015-02-17 | 3 | -3/+2 |
| * | Forgot to update documentation for emails dnsbl | Andrew Lewis | 2015-02-17 | 1 | -0/+4 |
| * | Support emails dnsbl | Andrew Lewis | 2015-02-17 | 2 | -8/+62 |
| * | Make local/private IP exclusions work for all RBL types | Andrew Lewis | 2015-02-17 | 2 | -6/+16 |
| * | Unbreak operation of rbl.lua in certain instances | Andrew Lewis | 2015-02-17 | 1 | -5/+2 |
* | | Treat '__' symbols as ghost symbols. | Vsevolod Stakhov | 2015-02-17 | 2 | -4/+12 |
* | | Add the concept of ghost symbols. | Vsevolod Stakhov | 2015-02-17 | 2 | -3/+11 |
* | | Set lua path for lua configuration. | Vsevolod Stakhov | 2015-02-17 | 3 | -1/+11 |
* | | Email usernames can contain atom symbols. | Vsevolod Stakhov | 2015-02-17 | 1 | -4/+4 |
* | | Fix regexp creating from // pattern. | Vsevolod Stakhov | 2015-02-17 | 1 | -2/+2 |
* | | Add other rules types. | Vsevolod Stakhov | 2015-02-16 | 1 | -0/+43 |
* | | Allow to use SA header rules. | Vsevolod Stakhov | 2015-02-16 | 1 | -1/+40 |
* | | Merge pull request #176 from AlexeySa/master | Vsevolod Stakhov | 2015-02-16 | 3 | -2/+33 |
|\ \ | |||||
| * | | Update hfilter.lua | Alexey AL | 2015-02-16 | 1 | -2/+2 |
| * | | Update hfilter.lua | Alexey AL | 2015-02-16 | 1 | -2/+2 |
| * | | Update hfilter.lua | Alexey AL | 2015-02-16 | 1 | -3/+0 |
| * | | Update hfilter.lua | Alexey AL | 2015-02-16 | 1 | -0/+7 |
| * | | Update modules.conf | Alexey AL | 2015-02-16 | 1 | -0/+1 |
| * | | Hfilter: bounce metrics | Alexey AL | 2015-02-16 | 1 | -0/+2 |
| * | | Hfilter: Bounce message check | Alexey AL | 2015-02-16 | 1 | -1/+25 |
* | | | Merge pull request #174 from fatalbanana/master | Vsevolod Stakhov | 2015-02-16 | 4 | -39/+90 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix incorrect processing of exclusions | Andrew Lewis | 2015-02-16 | 1 | -5/+7 |
| * | | Use radix for private IP exclusions in rbl.lua | Andrew Lewis | 2015-02-16 | 3 | -34/+15 |
| * | | Add rspamd_config:radix_from_config() | Andrew Lewis | 2015-02-16 | 1 | -0/+57 |
| * | | Make local exclusions configurable per-RBL | Andrew Lewis | 2015-02-16 | 2 | -4/+15 |
* | | | Start spamassasin rules reader plugin. | Vsevolod Stakhov | 2015-02-16 | 1 | -0/+129 |
* | | | Do not set lua path when cfg is not loaded. | Vsevolod Stakhov | 2015-02-16 | 1 | -2/+1 |
* | | | Import lua-functional for plugins stuff. | Vsevolod Stakhov | 2015-02-16 | 3 | -0/+998 |
* | | | Set lua path according to rspamd settings. | Vsevolod Stakhov | 2015-02-16 | 1 | -0/+37 |
* | | | Remove useless library. | Vsevolod Stakhov | 2015-02-16 | 1 | -2/+0 |
* | | | Allow definitions of composite rules from lua. | Vsevolod Stakhov | 2015-02-15 | 1 | -0/+55 |
* | | | Merge pull request #172 from fatalbanana/master | Vsevolod Stakhov | 2015-02-15 | 4 | -7/+25 |
|\| | | |||||
| * | | Don't use to_number() when checking radix maps | Andrew Lewis | 2015-02-15 | 2 | -5/+3 |
| * | | Merge remote-tracking branch 'upstream/master' | Andrew Lewis | 2015-02-15 | 1 | -1/+1 |
| |\ \ | |/ / |/| | | |||||
* | | | Fix typecast. | Vsevolod Stakhov | 2015-02-15 | 1 | -1/+1 |
| * | | Support site-local IP address / subnet exclusions | Andrew Lewis | 2015-02-15 | 2 | -2/+22 |
|/ / | |||||
* | | Allow to check radix maps from lua by rspamd{ip} | Vsevolod Stakhov | 2015-02-15 | 1 | -6/+31 |
* | | Allow && and || in composites. | Vsevolod Stakhov | 2015-02-15 | 1 | -1/+7 |
* | | Also allow setting description. | Vsevolod Stakhov | 2015-02-15 | 1 | -5/+15 |
* | | Allow to register metric symbols from lua. | Vsevolod Stakhov | 2015-02-15 | 1 | -0/+53 |
* | | Remove tweetnacl for now. | Vsevolod Stakhov | 2015-02-15 | 7 | -1201/+8 |
* | | Add error codes for statistics. | Vsevolod Stakhov | 2015-02-14 | 3 | -18/+35 |
* | | Merge pull request #170 from fatalbanana/master | Vsevolod Stakhov | 2015-02-14 | 1 | -1/+1 |
|\ \ | |||||
| * | | rbl.lua: Fix mistake | Andrew Lewis | 2015-02-14 | 1 | -1/+1 |
* | | | Merge pull request #169 from AlexeySa/master | Vsevolod Stakhov | 2015-02-14 | 2 | -48/+79 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update hfilter.lua | Alexey AL | 2015-02-14 | 1 | -3/+3 |
| * | | Update hfilter.lua | Alexey AL | 2015-02-14 | 1 | -4/+0 |
| * | | Update metrics for Hfilter | Alexey AL | 2015-02-14 | 1 | -0/+1 |
| * | | Hfilter: more fixes for helo checks, new metric | Alexey AL | 2015-02-14 | 1 | -47/+81 |