aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-171-11/+67
|\
| * Since exclude_private_ips requires config to change behaviour now we can make...Andrew Lewis2015-02-171-1/+1
| * Support emails dnsblAndrew Lewis2015-02-171-1/+50
| * Make local/private IP exclusions work for all RBL typesAndrew Lewis2015-02-171-4/+14
| * 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 #174 from fatalbanana/masterVsevolod Stakhov2015-02-162-38/+79
|\|
| * Fix incorrect processing of exclusionsAndrew Lewis2015-02-161-5/+7
| * Use radix for private IP exclusions in rbl.luaAndrew Lewis2015-02-161-33/+8
| * Add rspamd_config:radix_from_config()Andrew Lewis2015-02-161-0/+57
| * Make local exclusions configurable per-RBLAndrew Lewis2015-02-161-4/+11
* | 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
* | 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
|/
* 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-151-2/+16
|/
* 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-153-10/+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
* | Зreventing complications for ipv6 in rbl moduleAlexey AL2015-02-141-1/+1
* | Merge pull request #166 from fatalbanana/masterVsevolod Stakhov2015-02-141-6/+52
|\|
| * Make ignoring private IP space configurable; avoid changing plugin default be...Andrew Lewis2015-02-141-6/+13
| * rbl.lua: Ignore private IP spaceAndrew Lewis2015-02-141-3/+42
* | Backward compatibility.Vsevolod Stakhov2015-02-141-6/+7
* | Include directory in all cases.Vsevolod Stakhov2015-02-131-2/+2
* | Eliminate mess with linking.Vsevolod Stakhov2015-02-139-304/+98
* | Avoid variables conflict.Vsevolod Stakhov2015-02-133-3/+5
* | Add ignore duplicate learnings logic.Vsevolod Stakhov2015-02-131-1/+22
* | Configure learn caches.Vsevolod Stakhov2015-02-134-9/+36
* | Add sqlite3 learn cache.Vsevolod Stakhov2015-02-133-2/+214