Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | [Feature] Support tag_exists SA function | Vsevolod Stakhov | 2017-03-23 | 1 | -0/+19 |
| | |||||
* | [Feature] Parse else parts in SA rules | Vsevolod Stakhov | 2017-03-23 | 1 | -4/+17 |
| | |||||
* | [Minor] Remove unused module | Vsevolod Stakhov | 2017-01-18 | 1 | -1/+0 |
| | |||||
* | [Fix] Avoid mempool leak in SA plugin on reload | Vsevolod Stakhov | 2017-01-18 | 1 | -2/+1 |
| | |||||
* | [Minor] Avoid some table lookups in Lua parts | Andrew Lewis | 2016-12-15 | 1 | -3/+5 |
| | |||||
* | [Fix] Yet another change for testing external deps | Vsevolod Stakhov | 2016-12-01 | 1 | -20/+9 |
| | |||||
* | [Fix] Fix another issue with external deps in SA | Vsevolod Stakhov | 2016-12-01 | 1 | -2/+2 |
| | |||||
* | [Fix] Really fix chained SA dependencies | Vsevolod Stakhov | 2016-12-01 | 1 | -3/+3 |
| | |||||
* | [Fix] Fix replacements to sanitize '%' character | Vsevolod Stakhov | 2016-11-29 | 1 | -2/+3 |
| | |||||
* | [Minor] Fix until clause | Vsevolod Stakhov | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix external dependencies for SA module | Vsevolod Stakhov | 2016-11-29 | 1 | -11/+26 |
| | |||||
* | [Minor] Use new API for debug logging in Lua plugins | Andrew Lewis | 2016-11-25 | 1 | -11/+12 |
| | |||||
* | [Minor] Small polishes for Lua parts | Andrew Lewis | 2016-11-16 | 1 | -2/+2 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -62/+56 |
| | |||||
* | [Minor] Remove more globals | Andrew Lewis | 2016-11-04 | 1 | -47/+47 |
| | |||||
* | [Feature] Use FFI to optimize SA module | Vsevolod Stakhov | 2016-09-22 | 1 | -5/+36 |
| | |||||
* | Revert "[Feature] Add common way to disable Lua modules" | Andrew Lewis | 2016-09-05 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua | ||||
* | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 1 | -0/+6 |
| | |||||
* | [Fix] SpamAssassin plugin: support check_freemail_header('EnvelopeFrom', [..]) | Andrew Lewis | 2016-08-04 | 1 | -1/+7 |
| | |||||
* | [Fix] Handle nested dependencies in SpamAssassin plugin | Andrew Lewis | 2016-07-19 | 1 | -18/+43 |
| | |||||
* | [Minor] SpamAssassin: strip some commented code | Andrew Lewis | 2016-07-19 | 1 | -7/+0 |
| | |||||
* | [Minor] SpamAssassin: some small fixes for logging | Andrew Lewis | 2016-07-19 | 1 | -12/+12 |
| | |||||
* | [Minor] SpamAssassin: Import fun.lua into main namespace | Andrew Lewis | 2016-07-19 | 1 | -41/+41 |
| | |||||
* | [Fix] Fix whitelists and blacklists in SA rules | Vsevolod Stakhov | 2016-07-05 | 1 | -2/+2 |
| | |||||
* | [Fix] Fix body rules in SA plugin | Vsevolod Stakhov | 2016-04-28 | 1 | -32/+45 |
| | |||||
* | [Fix] Add more priority for config file symbols registered from UCL | Vsevolod Stakhov | 2016-04-26 | 1 | -2/+2 |
| | |||||
* | [Feature] Use new version of register_symbol in rspamd plugins | Vsevolod Stakhov | 2016-04-22 | 1 | -1/+5 |
| | |||||
* | [Fix] Fix calling of process_regexp after flattening | Vsevolod Stakhov | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | [Feature] Optimize hot paths in SA plugin | Vsevolod Stakhov | 2016-04-12 | 1 | -27/+7 |
| | |||||
* | [Feature] Use sabody rules in SA plugin | Vsevolod Stakhov | 2016-04-11 | 1 | -3/+29 |
| | |||||
* | [Fix] Properly handle MIME headers in SA plugin | Vsevolod Stakhov | 2016-04-11 | 1 | -11/+31 |
| | |||||
* | [Fix] Fix eval:check_for_missing_to_header rule | Vsevolod Stakhov | 2016-04-11 | 1 | -1/+2 |
| | |||||
* | [Feature] Save trace for SA metas | Vsevolod Stakhov | 2016-03-31 | 1 | -2/+3 |
| | |||||
* | [Fix] Lowercase keys in SA lists | Vsevolod Stakhov | 2016-03-18 | 1 | -8/+8 |
| | |||||
* | [Fix] SA uses mime recipients/senders for everything | Vsevolod Stakhov | 2016-03-08 | 1 | -7/+7 |
| | |||||
* | [Feature] Add support for WLBLEval SA plugin | Vsevolod Stakhov | 2016-03-04 | 1 | -1/+98 |
| | |||||
* | [Fix] Set 'ignore' flags from symbols coming from SA | Vsevolod Stakhov | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | [Feature] SA plugin can now set missing scores for rspamd | Vsevolod Stakhov | 2016-03-02 | 1 | -5/+16 |
| | |||||
* | Add some more replacements | Vsevolod Stakhov | 2016-02-21 | 1 | -1/+8 |
| | |||||
* | Better dependencies support between SA and rspamd | Vsevolod Stakhov | 2016-02-21 | 1 | -13/+77 |
| | | | | | Now SA rules can depend on the corresponding rspamd rules applying the replacement table. | ||||
* | In lua, number cannot be used in boolean context | Vsevolod Stakhov | 2016-02-18 | 1 | -2/+1 |
| | |||||
* | Fix negation for header rules in SA plugin | Vsevolod Stakhov | 2016-02-17 | 1 | -4/+12 |
| | |||||
* | Fix one shot mode for SA metas | Vsevolod Stakhov | 2016-02-08 | 1 | -1/+5 |
| | |||||
* | Use has symbol when no need to get extra data for a symbol | Vsevolod Stakhov | 2016-02-08 | 1 | -2/+2 |
| | |||||
* | Fix metas memoization in SA plugin | Vsevolod Stakhov | 2016-02-06 | 1 | -1/+4 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -22/+12 |
| | |||||
* | Small improvement of logging | Vsevolod Stakhov | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Add globbing support | Vsevolod Stakhov | 2016-01-12 | 1 | -11/+19 |
| | |||||
* | Avoid cached regexps | Vsevolod Stakhov | 2016-01-04 | 1 | -4/+4 |
| |