Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -38/+41 |
| | |||||
* | [Minor] Update more copyright years/email | Vsevolod Stakhov | 2022-03-27 | 1 | -1/+1 |
| | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -1/+1 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Use standard utility to get check_local/authed | Vsevolod Stakhov | 2020-09-04 | 1 | -18/+4 |
| | |||||
* | [Minor] Add some more scores | Vsevolod Stakhov | 2020-06-15 | 1 | -2/+4 |
| | |||||
* | [Minor] Fix domain check | Vsevolod Stakhov | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Revert "[Fix] Fix empty prefilters that require mime structures" | Vsevolod Stakhov | 2019-10-14 | 1 | -3/+3 |
| | | | | This reverts commit c3c8d4d13302095c558e74f233269a3277de91c3. | ||||
* | [Fix] Fix empty prefilters that require mime structures | Vsevolod Stakhov | 2019-10-13 | 1 | -3/+3 |
| | |||||
* | [CritFix] Fix whitelisting when both spf and dkim are required to be valid | Vsevolod Stakhov | 2019-09-03 | 1 | -6/+15 |
| | |||||
* | [Minor] Pet luacheck | Vsevolod Stakhov | 2019-05-05 | 1 | -6/+6 |
| | |||||
* | [Fix] Do not blacklist mail by SPF/DMARC for local/authed users | Vsevolod Stakhov | 2019-05-04 | 1 | -3/+34 |
| | | | | Issue: #2871 | ||||
* | [Fix] Use tld when looking for DKIM domains | Vsevolod Stakhov | 2018-11-26 | 1 | -2/+4 |
| | | | | Issue: #2646 | ||||
* | [Minor] Remove stupid debugging | Vsevolod Stakhov | 2018-10-12 | 1 | -4/+0 |
| | |||||
* | [Rework] Rework and fix whitelist plugin | Vsevolod Stakhov | 2018-10-01 | 1 | -65/+150 |
| | |||||
* | [Minor] Fix scoring for the blacklist rules | Vsevolod Stakhov | 2018-09-29 | 1 | -3/+3 |
| | |||||
* | [Minor] Fix blacklist option in whitelist rules | Vsevolod Stakhov | 2018-09-29 | 1 | -4/+7 |
| | |||||
* | [Minor] Fix symbol registration | Vsevolod Stakhov | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | [Feature] Extend whitelisting options | Vsevolod Stakhov | 2018-09-29 | 1 | -38/+60 |
| | |||||
* | support for non-TLD domains | Andrey Igoshin | 2018-09-21 | 1 | -0/+3 |
| | |||||
* | support for non-TLD domains | Andrey Igoshin | 2018-06-24 | 1 | -0/+3 |
| | |||||
* | [Minor] Silence warnings | Vsevolod Stakhov | 2018-03-15 | 1 | -1/+1 |
| | |||||
* | [Project] Encourage dependencies registration by name only | Vsevolod Stakhov | 2018-03-15 | 1 | -5/+5 |
| | |||||
* | [Feature] Store plugins state | Vsevolod Stakhov | 2017-12-03 | 1 | -0/+5 |
| | |||||
* | [Fix] Fix blacklists and DMARC in whitelist | Vsevolod Stakhov | 2017-09-04 | 1 | -18/+30 |
| | | | | Issue: #1824 | ||||
* | [Fix] Don't use whitelist/greylist maps as regexp, but as map | Jean-Louis Dupond | 2017-07-17 | 1 | -2/+2 |
| | | | | | | | | | In whitelist & greylist module, the domain files (like spf_dkim_whitelist.inc, etc) were read as regexp map. This caused the following false whitelists: WHITELIST_SPF_DKIM(-3)[onmicrosoft.com] this while only 'microsoft.com' was in the list! Reading the maps as 'map'/'hash' instead of 'regexp' fixes the issue. | ||||
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | [Fix] Fix lists in whitelist plugin | Vsevolod Stakhov | 2017-03-21 | 1 | -30/+41 |
| | |||||
* | [Minor] Fix tests | Andrew Lewis | 2017-03-13 | 1 | -1/+3 |
| | |||||
* | [Fix] Deal with lists of maps in whitelist module | Andrew Lewis | 2017-03-13 | 1 | -4/+25 |
| | |||||
* | [Minor] Avoid some table lookups in Lua parts | Andrew Lewis | 2016-12-15 | 1 | -2/+4 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -14/+0 |
| | |||||
* | [Minor] Remove more globals | Andrew Lewis | 2016-11-04 | 1 | -4/+4 |
| | |||||
* | 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 | ||||
* | [Minor] Use infox instead of info in logging | Vsevolod Stakhov | 2016-09-04 | 1 | -2/+2 |
| | |||||
* | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 1 | -0/+7 |
| | |||||
* | [Feature] Add 'blacklist' and 'strict' modes for whitelists | Vsevolod Stakhov | 2016-05-29 | 1 | -5/+46 |
| | |||||
* | [Feature] Use new version of register_symbol in rspamd plugins | Vsevolod Stakhov | 2016-04-22 | 1 | -2/+5 |
| | |||||
* | [Minor] Fix iterator | Andrew Lewis | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | [Feature] Rework whitelist module | Vsevolod Stakhov | 2016-04-01 | 1 | -48/+76 |
| | | | | | | | - Now we check different elements for different checks - MIME from for DMARC - DKIM signature domain for DKIM - SMTP from or HELO for SPF | ||||
* | Use has symbol when no need to get extra data for a symbol | Vsevolod Stakhov | 2016-02-08 | 1 | -2/+2 |
| | |||||
* | Drop unneeded `require` | Andrew Lewis | 2016-02-05 | 1 | -1/+0 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -22/+12 |
| | |||||
* | Do not parse URLs for getting TLD in lua | Vsevolod Stakhov | 2015-12-21 | 1 | -6/+3 |
| | |||||
* | Add descriptions for whitelist maps. | Vsevolod Stakhov | 2015-09-23 | 1 | -1/+2 |
| | |||||
* | Check DKIM domain when whitelisting by DKIM signature. | Vsevolod Stakhov | 2015-09-17 | 1 | -4/+21 |
| | |||||
* | Use tld for whitelisting. | Vsevolod Stakhov | 2015-09-16 | 1 | -7/+2 |
| | |||||
* | Fix wrongly placed g_string_free. | Vsevolod Stakhov | 2015-09-16 | 1 | -0/+11 |
| | |||||
* | Allow optional multiplier for whitelists. | Vsevolod Stakhov | 2015-09-16 | 1 | -5/+22 |
| | |||||
* | Add initial version of the whitelist plugin. | Vsevolod Stakhov | 2015-09-14 | 1 | -0/+153 |
| | |||||
* | Remove broken whitelist module. | Vsevolod Stakhov | 2014-12-08 | 1 | -86/+0 |
| |