summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/spamassassin.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-562/+600
* [Fix] Properly parse expressions atomsVsevolod Stakhov2022-06-021-1/+1
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-251-1/+1
* [Feature] Spamassassin: Allow to set the default priority for SA scoresVsevolod Stakhov2021-04-181-12/+16
* [Minor] Use task:has_header instead of task:get_headerAnton Yuzhaninov2020-12-221-1/+1
* [Minor] Spamassassin: Try to fix [if-unset] stuffVsevolod Stakhov2020-12-091-0/+4
* [Minor] Fix conditionVsevolod Stakhov2020-12-091-1/+1
* [Minor] Spamassassin: Fix shadow results cachingVsevolod Stakhov2020-12-091-1/+1
* [Fix] Spamassassin: Preserve 'pcre_only' flag when dealing with regexp replac...Vsevolod Stakhov2020-11-231-1/+2
* [Fix] Spamassassin: Fix pcre_only flagsVsevolod Stakhov2020-11-231-9/+12
* [Minor] Spamassassin: Remove ffi callVsevolod Stakhov2020-08-181-0/+4
* [Minor] Add more default scores :(Vsevolod Stakhov2020-06-151-6/+14
* [Minor] Spamassassin: Fix caching logicVsevolod Stakhov2020-05-281-11/+16
* [Fix] Spamassassin: Rework metas processingVsevolod Stakhov2020-05-271-43/+83
* [Rework] get rid of util:parse_addr duplicating the util:parse_mail_address, ...Jan Smutny2020-04-171-2/+2
* [Minor] Spamassassin: Exclude symbol name from optionsVsevolod Stakhov2019-10-231-3/+8
* [Minor] Spamassassin: Add messages about rules loadingVsevolod Stakhov2019-04-011-12/+23
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-11/+11
* [Fix] fixed "cannot find dependency on symbol 1" issue when using replaced sy...Mikhail Galanin2018-08-021-1/+1
* [Minor] Fix operationVsevolod Stakhov2018-07-261-1/+1
* [Minor] Spill on '!~' as wellVsevolod Stakhov2018-07-261-1/+1
* [Fix] Allow to parse SA rules with no spaces around =~ (dirty hack)Vsevolod Stakhov2018-07-251-5/+3
* [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