Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Fix empty threshold check in greylisting module | Alexander Moisseev | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | [Fix] Use greylisting threshold in greylisting module | Vsevolod Stakhov | 2017-10-18 | 1 | -0/+8 |
| | |||||
* | [Fix] Don't use whitelist/greylist maps as regexp, but as map | Jean-Louis Dupond | 2017-07-26 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | [Feature] Skip updates for messages scanned via controller | Vsevolod Stakhov | 2017-07-01 | 1 | -6/+3 |
| | | | | | | | | | | | | Rationale: controller worker is not designed to perform scan jobs, hence, we check for `Password` header or check `User-Agent` for `rspamc` and skip some of rules parts: - DMARC reports - Greylisting - Ratelimits - Ip score update - Clickhouse export | ||||
* | [Minor] Convert from rspamd_text | Vsevolod Stakhov | 2017-06-19 | 1 | -2/+2 |
| | |||||
* | [Fix] Fix rspamc detection in greylist module | Vsevolod Stakhov | 2017-06-15 | 1 | -5/+11 |
| | |||||
* | [Minor] Add Lua 5.3 workaround | Vsevolod Stakhov | 2017-04-23 | 1 | -5/+6 |
| | |||||
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | [Minor] Allow to append greylist end time to message reported | Vsevolod Stakhov | 2017-04-20 | 1 | -2/+10 |
| | |||||
* | [Minor] Fix typos | Andrew Lewis | 2017-03-26 | 1 | -3/+3 |
| | |||||
* | [Minor] Removed by a mistake | Vsevolod Stakhov | 2017-03-25 | 1 | -0/+1 |
| | |||||
* | [Minor] Remove some unused macros | Vsevolod Stakhov | 2017-03-25 | 1 | -1/+0 |
| | |||||
* | [Feature] Stat greylisted messages as greylisted not soft-rejected | Vsevolod Stakhov | 2017-03-25 | 1 | -0/+3 |
| | |||||
* | [Minor] Greylisting: fix greylist_min_score | Andrew Lewis | 2017-03-17 | 1 | -1/+4 |
| | |||||
* | [Feature] Greylist: Support excluding low-scoring messages from greylisting | Andrew Lewis | 2017-03-16 | 1 | -0/+13 |
| | |||||
* | [Minor] Use regexps for greylist whitelist | Vsevolod Stakhov | 2017-03-15 | 1 | -1/+1 |
| | |||||
* | [Fix] Greylist: Suppress greylist action for whitelisted hosts too | Andrew Lewis | 2017-03-13 | 1 | -1/+11 |
| | |||||
* | [Minor] Slightly increase greylist plugin postfilter priority | Vsevolod Stakhov | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | [Minor] Additional log message for greylist plugin | Andrew Lewis | 2017-01-23 | 1 | -0/+1 |
| | |||||
* | [Fix] Do not set pre-result and update records for no `Queue-ID` messages | Alexander Moisseev | 2016-12-14 | 1 | -0/+5 |
| | |||||
* | [Minor] Reduce priority for greylist/ratelimit modules | Andrew Lewis | 2016-11-26 | 1 | -1/+1 |
| | |||||
* | [Rework] Use new maps add function | Vsevolod Stakhov | 2016-11-24 | 1 | -11/+4 |
| | |||||
* | [Minor] Use new logging API everywhere | Andrew Lewis | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | [Minor] Move upstream handling into rspamd_redis_make_request | Andrew Lewis | 2016-11-16 | 1 | -9/+2 |
| | |||||
* | [Minor] Fix upstreams handling | Andrew Lewis | 2016-11-16 | 1 | -7/+3 |
| | |||||
* | Merge pull request #1129 from fatalbanana/lint | Vsevolod Stakhov | 2016-11-14 | 1 | -27/+10 |
|\ | | | | | [Minor] Lint Lua plugins & global functions | ||||
| * | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -27/+10 |
| | | |||||
* | | [Minor] Update sample whitelist for greylist | AL | 2016-11-14 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1126 from AlexeySa/patch-8 | Vsevolod Stakhov | 2016-11-13 | 1 | -1/+1 |
|\ | | | | | [Minor] Further simplify conditionals | ||||
| * | [Minor] Further simplify conditionals | AL | 2016-11-13 | 1 | -1/+1 |
| | | | | | | [Minor] Further simplify conditionals | ||||
* | | [Minor] Further simplify conditionals | Alexander Moisseev | 2016-11-13 | 1 | -4/+2 |
|/ | |||||
* | Fix if-else condition | AL | 2016-11-13 | 1 | -1/+2 |
| | |||||
* | Clearer greylist module code | AL | 2016-11-13 | 1 | -4/+4 |
| | |||||
* | [Fix] No greylist rejected messages | AL | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix selective greylisting | Andrew Lewis | 2016-11-11 | 1 | -2/+4 |
| | |||||
* | [Minor] Remove default message_func from greylist plugin | Andrew Lewis | 2016-11-05 | 1 | -1/+0 |
| | |||||
* | [Feature] Allow custom functions for ratelimits | Vsevolod Stakhov | 2016-11-02 | 1 | -1/+6 |
| | |||||
* | [Feature] Allow to have a function to set custom greylist message | Vsevolod Stakhov | 2016-11-02 | 1 | -5/+11 |
| | |||||
* | [Minor] Get rid of some global variables | Andrew Lewis | 2016-11-01 | 1 | -2/+2 |
| | | | | - Also fix some bugs along the way | ||||
* | [Minor] Add var for premature greylisting | AL | 2016-10-27 | 1 | -2/+5 |
| | |||||
* | Rework greylist plugin | AL | 2016-10-18 | 1 | -16/+58 |
| | | | | | | - Implement whitelist domains - Add action setting - Fix ip variable name - Fix read settings | ||||
* | [Rework] Adopt plugins | Vsevolod Stakhov | 2016-10-17 | 1 | -3/+3 |
| | |||||
* | Fix error level on some messages | AL | 2016-10-16 | 1 | -3/+3 |
| | |||||
* | [Minor] Set/reduce postfilter priorities | Andrew Lewis | 2016-09-29 | 1 | -1/+1 |
| | |||||
* | [Feature] Allow whitelisting by IP for greylisting plugin | Vsevolod Stakhov | 2016-09-25 | 1 | -0/+14 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 1 | -0/+4 |
| | |||||
* | [Minor] Skip greylisting for local networks as well | Andrew Lewis | 2016-08-24 | 1 | -2/+6 |
| | |||||
* | [Minor] Disable greylisting for authenticated users | Andrew Lewis | 2016-08-01 | 1 | -0/+8 |
| |