Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | [Minor] Avoid some table lookups in Lua parts | Andrew Lewis | 2016-12-15 | 1 | -1/+3 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -2/+1 |
| | |||||
* | Merge pull request #928 from fatalbanana/derp | Vsevolod Stakhov | 2016-09-05 | 1 | -4/+0 |
|\ | | | | | Revert useless commits | ||||
| * | Revert "[Feature] Add common way to disable Lua modules" | Andrew Lewis | 2016-09-05 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Relax FORGED_RECIPIENTS: allow senders to BCC themselves | Andrew Lewis | 2016-09-05 | 1 | -30/+37 |
|/ | |||||
* | [Minor] Use infox instead of info in logging | Vsevolod Stakhov | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 1 | -0/+4 |
| | |||||
* | [Fix] Banish table.maxn from Lua parts | Andrew Lewis | 2016-09-01 | 1 | -2/+2 |
| | |||||
* | [Feature] Use new version of register_symbol in rspamd plugins | Vsevolod Stakhov | 2016-04-22 | 1 | -64/+66 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -19/+9 |
| | |||||
* | Add additional checks for mail addresses | Vsevolod Stakhov | 2015-11-26 | 1 | -2/+4 |
| | |||||
* | Rework FORGED_RECIPIENTS for common users | Vsevolod Stakhov | 2015-11-20 | 1 | -6/+11 |
| | |||||
* | Do not add FORGED_RECIPIENTS when 'To' is missing. | Vsevolod Stakhov | 2015-10-01 | 1 | -2/+2 |
| | | | | Issue: #387 | ||||
* | Fix issues with bounces From processing. | Vsevolod Stakhov | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | Fix lua plugins. | Vsevolod Stakhov | 2015-05-28 | 1 | -3/+4 |
| | |||||
* | Fix forged recipients plugin for the modern rspamd. | Vsevolod Stakhov | 2015-05-13 | 1 | -14/+6 |
| | |||||
* | Check smtp recipients before indexing. | Vsevolod Stakhov | 2015-05-07 | 1 | -2/+3 |
| | |||||
* | Clarify copyright for lua plugins. | Vsevolod Stakhov | 2015-02-13 | 1 | -0/+26 |
| | |||||
* | fix: attempt to index field '?' (a nil value) | eneq123 | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | Fix forged_recipients plugin. | Vsevolod Stakhov | 2014-09-03 | 1 | -1/+0 |
| | |||||
* | Fix plugins. | Vsevolod Stakhov | 2014-08-18 | 1 | -4/+4 |
| | |||||
* | Fix bug for check sender rule | Alexey | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | If message has no 'To/CC' headers do not try to count elements in nil table. | Vsevolod Stakhov | 2011-12-07 | 1 | -1/+4 |
| | |||||
* | * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked) | Vsevolod Stakhov | 2011-03-04 | 1 | -48/+5 |
| | | | | * Improve lua api for getting message's sender and recipients | ||||
* | * Improve forged_recipients plugin [1] | Vsevolod Stakhov | 2011-02-16 | 1 | -3/+25 |
| | | | | | | Add loading of local rules to rspamd.lua [1] [1] Suggested by Victor Ustugov | ||||
* | * Add versions to lua API | Vsevolod Stakhov | 2010-12-22 | 1 | -5/+17 |
| | | | | * Provide compatibility for lua plugins for old versions of rspamd | ||||
* | * Introduce new system of configuration checks: | Vsevolod Stakhov | 2010-12-20 | 1 | -1/+4 |
| | | | | | | | | - now symbols inside metrics definition must be inside rules as well - symbols may be virtual (e.g. when module can insert several symbols inside callback) - symbols may be pure callbacks (when symbol's name is unknown and depends on conditions) * Module 'emails' is removed as it is not used in the current rspamd MANY fixes to sample config files | ||||
* | Add registering options for lua modules | Vsevolod Stakhov | 2010-12-14 | 1 | -0/+4 |
| | | | | * Add ability to output colored messages for file and console loggers | ||||
* | * Consider lua plugins errors as fatal configuration errors | Vsevolod Stakhov | 2010-08-04 | 1 | -2/+0 |
| | |||||
* | * Change metric logic | Vsevolod Stakhov | 2010-06-16 | 1 | -9/+4 |
| | | | | | | | * Completely remove lex/yacc readers for config * Make common sense of metric/action and symbols * Sync changes with all plugins TODO: add this to documentation | ||||
* | * Remove utf8 usage in forged recipients plugin | Vsevolod Stakhov | 2009-10-20 | 1 | -1/+1 |
| | |||||
* | * Small improvement of lua style | Vsevolod Stakhov | 2009-10-17 | 1 | -1/+1 |
| | | | | | * Add ibility to process A records in spf parser * Add recursion limit to spf parser | ||||
* | * Trim brackets in forged recipients plugin | Vsevolod Stakhov | 2009-10-14 | 1 | -1/+5 |
| | |||||
* | * Fix getting of message headers from lua plugins | Vsevolod Stakhov | 2009-10-14 | 1 | -10/+21 |
| | | | | * Fix forged recipients plugin | ||||
* | * Add ability to register rspamd functions from LUA | Vsevolod Stakhov | 2009-10-13 | 1 | -0/+70 |
* Add ability to access recipients list and sender information * Add plugin for checking forged recipients and sender * Sync documentation |