summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/spamassassin.lua
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Store plugins stateVsevolod Stakhov2017-12-031-0/+3
* [Fix] SpamAssassin: Fail check_freemail_header if regexp didn't matchAndrew Lewis2017-10-101-0/+1
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* [Feature] Support tag_exists SA functionVsevolod Stakhov2017-03-231-0/+19
* [Feature] Parse else parts in SA rulesVsevolod Stakhov2017-03-231-4/+17
* [Minor] Remove unused moduleVsevolod Stakhov2017-01-181-1/+0
* [Fix] Avoid mempool leak in SA plugin on reloadVsevolod Stakhov2017-01-181-2/+1
* [Minor] Avoid some table lookups in Lua partsAndrew Lewis2016-12-151-3/+5
* [Fix] Yet another change for testing external depsVsevolod Stakhov2016-12-011-20/+9
* [Fix] Fix another issue with external deps in SAVsevolod Stakhov2016-12-011-2/+2
* [Fix] Really fix chained SA dependenciesVsevolod Stakhov2016-12-011-3/+3
* [Fix] Fix replacements to sanitize '%' characterVsevolod Stakhov2016-11-291-2/+3
* [Minor] Fix until clauseVsevolod Stakhov2016-11-291-1/+1
* [Fix] Fix external dependencies for SA moduleVsevolod Stakhov2016-11-291-11/+26
* [Minor] Use new API for debug logging in Lua pluginsAndrew Lewis2016-11-251-11/+12
* [Minor] Small polishes for Lua partsAndrew Lewis2016-11-161-2/+2
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-62/+56
* [Minor] Remove more globalsAndrew Lewis2016-11-041-47/+47
* [Feature] Use FFI to optimize SA moduleVsevolod Stakhov2016-09-221-5/+36
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-4/+1
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-0/+6
* [Fix] SpamAssassin plugin: support check_freemail_header('EnvelopeFrom', [..])Andrew Lewis2016-08-041-1/+7
* [Fix] Handle nested dependencies in SpamAssassin pluginAndrew Lewis2016-07-191-18/+43
* [Minor] SpamAssassin: strip some commented codeAndrew Lewis2016-07-191-7/+0
* [Minor] SpamAssassin: some small fixes for loggingAndrew Lewis2016-07-191-12/+12
* [Minor] SpamAssassin: Import fun.lua into main namespaceAndrew Lewis2016-07-191-41/+41
* [Fix] Fix whitelists and blacklists in SA rulesVsevolod Stakhov2016-07-051-2/+2
* [Fix] Fix body rules in SA pluginVsevolod Stakhov2016-04-281-32/+45
* [Fix] Add more priority for config file symbols registered from UCLVsevolod Stakhov2016-04-261-2/+2
* [Feature] Use new version of register_symbol in rspamd pluginsVsevolod Stakhov2016-04-221-1/+5
* [Fix] Fix calling of process_regexp after flatteningVsevolod Stakhov2016-04-121-1/+1
* [Feature] Optimize hot paths in SA pluginVsevolod Stakhov2016-04-121-27/+7
* [Feature] Use sabody rules in SA pluginVsevolod Stakhov2016-04-111-3/+29
* [Fix] Properly handle MIME headers in SA pluginVsevolod Stakhov2016-04-111-11/+31
* [Fix] Fix eval:check_for_missing_to_header ruleVsevolod Stakhov2016-04-111-1/+2
* [Feature] Save trace for SA metasVsevolod Stakhov2016-03-311-2/+3
* [Fix] Lowercase keys in SA listsVsevolod Stakhov2016-03-181-8/+8
* [Fix] SA uses mime recipients/senders for everythingVsevolod Stakhov2016-03-081-7/+7
* [Feature] Add support for WLBLEval SA pluginVsevolod Stakhov2016-03-041-1/+98
* [Fix] Set 'ignore' flags from symbols coming from SAVsevolod Stakhov2016-03-031-1/+1
* [Feature] SA plugin can now set missing scores for rspamdVsevolod Stakhov2016-03-021-5/+16
* 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
* Fix negation for header rules in SA pluginVsevolod Stakhov2016-02-171-4/+12
* 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-081-2/+2
* Fix metas memoization in SA pluginVsevolod Stakhov2016-02-061-1/+4
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-22/+12