aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Write skeleton of rspamd fast regexps.Vsevolod Stakhov2015-03-041-14/+14
* Closure fixes.Vsevolod Stakhov2015-03-031-5/+16
* Improve SA parse logic.Vsevolod Stakhov2015-03-031-3/+61
* Limited support of MESSAGEID.Vsevolod Stakhov2015-03-021-0/+6
* Fix initialization order.Vsevolod Stakhov2015-02-261-5/+5
* Add support of '!~' operator.Vsevolod Stakhov2015-02-261-1/+9
* Adopt SA 'exists' function.Vsevolod Stakhov2015-02-261-7/+44
* Fix closure parameters.Vsevolod Stakhov2015-02-261-3/+4
* Forgot to remove obsoleted options.Vsevolod Stakhov2015-02-261-6/+0
* Rework ip_score module completely.Vsevolod Stakhov2015-02-261-145/+159
* Do not set negative values for ratelimits.Vsevolod Stakhov2015-02-261-0/+3
* Fix ratelimit plugin.Vsevolod Stakhov2015-02-261-23/+26
* Remove old redis invocation.Vsevolod Stakhov2015-02-251-2/+0
* Rework and optimize ratelimit plugin.Vsevolod Stakhov2015-02-251-74/+101
* Reformat ratelimit plugin.Vsevolod Stakhov2015-02-251-262/+261
* rbl.lua: HousekeepingAndrew Lewis2015-02-251-47/+33
* Completely rewrite multimap plugin.Vsevolod Stakhov2015-02-231-216/+152
* Fuzzy check uses already normalized words.Vsevolod Stakhov2015-02-231-35/+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-171-3/+11
* | 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-161-38/+22
|\|
| * Fix incorrect processing of exclusionsAndrew Lewis2015-02-161-5/+7
| * Use radix for private IP exclusions in rbl.luaAndrew Lewis2015-02-161-33/+8
| * Make local exclusions configurable per-RBLAndrew Lewis2015-02-161-4/+11
* | Start spamassasin rules reader plugin.Vsevolod Stakhov2015-02-161-0/+129
|/
* Don't use to_number() when checking radix mapsAndrew Lewis2015-02-152-5/+3
* Support site-local IP address / subnet exclusionsAndrew Lewis2015-02-151-2/+16
* 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
|/
* 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
* Minor nonsenseAndrew Lewis2015-02-131-1/+1
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-1311-0/+287
* rbl.lua: remove un-needed character from pattern matchAndrew Lewis2015-02-131-1/+1
* rbl.lua: add reference to documentationAndrew Lewis2015-02-131-0/+4
* once_received.lua: Fix indentation & add exclusion for authenticated usersAndrew Lewis2015-02-131-95/+98
* rbl.lua: Try harder to avoid invalid DNS lookupsAndrew Lewis2015-02-131-2/+15
* Merge pull request #159 from AlexeySa/masterVsevolod Stakhov2015-02-121-1/+2
|\
| * Fix helo checks in rbl.luaAlexey AL2015-02-121-1/+2
* | fix: attempt to index field '?' (a nil value)eneq1232015-02-121-1/+1
|/
* Rename user to exclude_users and invert logicAndrew Lewis2015-02-121-5/+5
* rbl.lua: Don't ask for user unless called for by configAndrew Lewis2015-02-121-8/+10
* Another fix for RBL module (Reported by AL)Andrew Lewis2015-02-121-96/+81