aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
* Rework once_received moduleVsevolod Stakhov2016-02-131-49/+71
| | | | | | | - Fix priority for `good_hosts` - If a good host has been found do not add once_received symbols - Fix priorities for strict once_received - Add ability to whitelist IP addresses
* Reduce weights for some hfilter patternsVsevolod Stakhov2016-02-101-1/+1
|
* 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
| | | | | | | | - Restore 'header' maps - Add filters for headers - Add 'email:addr', 'email:user', 'email:domain' and 'email:name' filters - Add generic regexp filters
* 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
|
* Start rework of spamassassin pluginVsevolod Stakhov2015-12-041-10/+65
|
* Rework ratelimit pluginVsevolod Stakhov2015-11-301-15/+38
| | | | | | | | | - Switch to `rates` instead of old and stupid strings to setup - Check if a bucket is zero and disable the corresponding limits - Turn off all buckets by default - Check either `rcpt` or `user` buckets, not all together - Document new `rates` and `symbol` options - Inform user about what buckets are used in the configuration
* Add guard for ratelimit checksVsevolod Stakhov2015-11-281-1/+3
|
* Add additional checks for mail addressesVsevolod Stakhov2015-11-261-2/+4
|
* Fix _NORESOLVE_MX symbols in hfilterVsevolod Stakhov2015-11-231-61/+62
|
* Add check_for_mime('mime_attachement') functionVsevolod Stakhov2015-11-231-0/+23
|
* Rework SA plugin for some problematic casesVsevolod Stakhov2015-11-231-21/+88
|
* Add 'check_relays_unparseable' supportVsevolod Stakhov2015-11-231-1/+16
|
* Allow ratelimit plugin to set symbol instead of pre-resultVsevolod Stakhov2015-11-211-19/+28
|
* Rework FORGED_RECIPIENTS for common usersVsevolod Stakhov2015-11-201-6/+11
|
* Fix pluginsVsevolod Stakhov2015-11-203-40/+40
|
* Check from returned more preciselyVsevolod Stakhov2015-11-161-19/+19
|
* Add support for check_for_shifted_date and check_for_missing_to_header eval ↵Vsevolod Stakhov2015-11-131-6/+54
| | | | rules to SA plugin
* Allow the same keys in the configurationVsevolod Stakhov2015-11-131-3/+13
|