aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
* Add sanity guards for ip_scoreVsevolod Stakhov2016-02-231-1/+1
* Add some more replacementsVsevolod Stakhov2016-02-211-1/+8
* Better dependencies support between SA and rspamdVsevolod Stakhov2016-02-211-13/+77
* In lua, number cannot be used in boolean contextVsevolod Stakhov2016-02-181-2/+1
* Unbreak bad_hosts checkAlexander Moisseev2016-02-181-1/+2
* Fix negation for header rules in SA pluginVsevolod Stakhov2016-02-171-4/+12
* Skip good hostname check for undefined hostnamesAlexander Moisseev2016-02-171-7/+9
* Rework once_received moduleVsevolod Stakhov2016-02-131-49/+71
* Fix users ratelimitsVsevolod Stakhov2016-02-121-1/+1
* Implement regexp filters for URL multimapVsevolod Stakhov2016-02-121-0/+54
* Implement URL maps in multimap moduleVsevolod Stakhov2016-02-101-11/+68
* Reduce weights for some hfilter patternsVsevolod Stakhov2016-02-091-1/+1
* Fix one shot mode for SA metasVsevolod Stakhov2016-02-081-1/+5
* Use has symbol when no need to get extra data for a symbolVsevolod Stakhov2016-02-084-6/+6
* Merge pull request #517 from fatalbanana/masterVsevolod Stakhov2016-02-073-3/+0
|\
| * Drop unneeded `require`Andrew Lewis2016-02-053-3/+0
* | Fix metas memoization in SA pluginVsevolod Stakhov2016-02-061-1/+4
|/
* Add possibility to set pre-result using multimapVsevolod Stakhov2016-02-041-11/+53
* Switch the rest to apache 2Vsevolod Stakhov2016-02-0417-347/+177
* Improve and fix multimap pluginVsevolod Stakhov2016-01-281-20/+79
* ratelimit: avoid possible indexing of nil value (Fixes #498)Andrew Lewis2016-01-251-1/+1
* Add mime types checking pluginVsevolod Stakhov2016-01-231-0/+86
* Erm, forgot to add the real fix to google groupsVsevolod Stakhov2016-01-221-1/+5
* Fix googlegroups support in maillist pluginVsevolod Stakhov2016-01-221-170/+170
* Fix issues with dual stack and hfilterVsevolod Stakhov2016-01-221-9/+14
* Reduce log severity for ratelimit missing serversVsevolod Stakhov2016-01-191-2/+2
* Small improvement of loggingVsevolod Stakhov2016-01-181-1/+1
* Some fixes to the default configurationVsevolod Stakhov2016-01-162-2/+2
* Add globbing supportVsevolod Stakhov2016-01-121-11/+19
* Avoid cached regexpsVsevolod Stakhov2016-01-041-4/+4
* Do not use cached regexps to avoid unnecessary gcVsevolod Stakhov2016-01-041-3/+13
* RBL module: remove `private_ips` setting in favour of `local_addrs`Andrew Lewis2016-01-031-14/+2
* Settings: fix IP matchAndrew Lewis2016-01-021-2/+2
* Fix freemail rulesVsevolod Stakhov2015-12-231-9/+11
* Fix issue when SA metas contain other metasVsevolod Stakhov2015-12-221-5/+8
* Add some temporary logs for fann pluginVsevolod Stakhov2015-12-221-1/+3
* Add preliminary fann_score pluginVsevolod Stakhov2015-12-221-0/+103
* Do not parse URLs for getting TLD in luaVsevolod Stakhov2015-12-213-33/+22
* Fix adding symbols in the settingsVsevolod Stakhov2015-12-171-14/+15
* Allow to exclude some regexps from hyperscanVsevolod Stakhov2015-12-101-223/+252
* Write errors about missing SA conf filesVsevolod Stakhov2015-12-101-1/+4
* Add rawmime classVsevolod Stakhov2015-12-091-2/+6
* Fix pcre post-filteringVsevolod Stakhov2015-12-091-1/+1
* Fix a stupid misprintVsevolod Stakhov2015-12-091-0/+1
* Fix SA plugin for multiple regexpsVsevolod Stakhov2015-12-091-3/+17
* Add support of 'special' SA headers to 'exists' functionVsevolod Stakhov2015-12-071-2/+17
* Add support for Mail::SpamAssassin::Plugin::MIMEHeaderVsevolod Stakhov2015-12-071-3/+27
* More fixes for SA plugin to deal with the new cacheVsevolod Stakhov2015-12-071-9/+71
* Fix replacements in spamassassin pluginVsevolod Stakhov2015-12-061-2/+5
* More rework for re_cacheVsevolod Stakhov2015-12-041-52/+23