Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -14/+16 |
| | |||||
* | [Fix] received: filtering of artificial header | Kako, Chang | 2023-01-12 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove obsoleted global function | Vsevolod Stakhov | 2022-11-29 | 1 | -1/+2 |
| | |||||
* | [Rules] Do not insert ONCE_RECEIVED_STRICT on RDNS missing | Vsevolod Stakhov | 2022-10-28 | 1 | -1/+4 |
| | | | | Suggested by: @moisseev | ||||
* | [Minor] Remove unused variable | Vsevolod Stakhov | 2022-10-27 | 1 | -1/+1 |
| | |||||
* | [Minor] Update more copyright years/email | Vsevolod Stakhov | 2022-03-27 | 1 | -1/+1 |
| | |||||
* | [Minor] Use standard utility to get check_local/authed | Vsevolod Stakhov | 2020-09-04 | 1 | -18/+5 |
| | |||||
* | [Minor] Remove extra space | Alexander Moisseev | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | [Minor] Improve logging and set hostname for further usage | Vsevolod Stakhov | 2019-11-16 | 1 | -1/+4 |
| | |||||
* | [Minor] Unify check_auth/check_local options | Vsevolod Stakhov | 2018-10-02 | 1 | -8/+19 |
| | |||||
* | [Fix] Deprecate task:inc_dns_req as it is redundant | Vsevolod Stakhov | 2018-09-14 | 1 | -1/+0 |
| | |||||
* | [Fix] Various fixes to once_received module | Vsevolod Stakhov | 2018-04-20 | 1 | -7/+18 |
| | | | | | | | - Exclude artificial headers - Avoid extra '#' operations - Do not insert ONCE_RECEIVED if MTA has not resolved the first received (#2190) | ||||
* | [Minor] Insert symbol on PTR verification DNS error | Alexander Moisseev | 2018-04-02 | 1 | -0/+9 |
| | |||||
* | [Fix] Setting check_local / check_authed in plugins (#1954) | Andrew Lewis | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | [Minor] Stop expecting hostname to be "unknown" | Andrew Lewis | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | Add DIRECT_TO_MX rule to once_received plugin | Steve Freegard | 2017-03-24 | 1 | -0/+14 |
| | |||||
* | [Minor] Remove deprecated API calls | Vsevolod Stakhov | 2017-03-23 | 1 | -10/+0 |
| | |||||
* | [Rework] Use new maps add function | Vsevolod Stakhov | 2016-11-24 | 1 | -1/+2 |
| | |||||
* | [Minor] Fix DNS lookup errors | Andrew Lewis | 2016-11-15 | 1 | -2/+2 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -8/+9 |
| | |||||
* | [Minor] Remove couple more globals in Lua plugins | Andrew Lewis | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | [Fix] Unbreak once_received skipping for local networks | Alexander Moisseev | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | [Minor] Allow for re-enabling default-disabled checks | Andrew Lewis | 2016-09-30 | 1 | -1/+14 |
| | |||||
* | [Minor] Disable ONCE_RECEIVED for local networks | Alexander Moisseev | 2016-09-19 | 1 | -12/+7 |
| | |||||
* | 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 |
| | |||||
* | [Feature] Enable forced resolving for some lua plugins | Vsevolod Stakhov | 2016-06-13 | 1 | -1/+2 |
| | | | | | Issue: #661 Reported by: @FelixSchwarz | ||||
* | [Fix] Restore ONCE_RECEIVED symbol | Vsevolod Stakhov | 2016-04-23 | 1 | -1/+0 |
| | | | | | Issue: #602 Reported by: @AlexeySa | ||||
* | [Feature] Use new version of register_symbol in rspamd plugins | Vsevolod Stakhov | 2016-04-22 | 1 | -3/+16 |
| | |||||
* | [Fix] Avoid problematic operation on possibly nil value in once_received | Andrew Lewis | 2016-03-03 | 1 | -0/+1 |
| | |||||
* | [Fix] Add more guards for IP address | Vsevolod Stakhov | 2016-03-02 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix some cases for RDNS_NONE | Vsevolod Stakhov | 2016-02-27 | 1 | -4/+8 |
| | |||||
* | [Fix] Fix placement of RDNS checks | Vsevolod Stakhov | 2016-02-27 | 1 | -12/+12 |
| | |||||
* | [Feature] Add RDNS_NONE rule | Vsevolod Stakhov | 2016-02-27 | 1 | -21/+20 |
| | |||||
* | Unbreak bad_hosts check | Alexander Moisseev | 2016-02-18 | 1 | -1/+2 |
| | |||||
* | Skip good hostname check for undefined hostnames | Alexander Moisseev | 2016-02-17 | 1 | -7/+9 |
| | | | 2016-02-17 13:00:50 #58424(normal) <a41bdc>; task; lua_metric_symbol_callback: call to (ONCE_RECEIVED) failed: /usr/local/share/rspamd/lua/once_received.lua:82: bad argument #1 to 'lower' (string expected, got nil); trace: [1]:{[C]:-1 - lower [C]}; [2]:{/usr/local/share/rspamd/lua/once_received.lua:82 - <unknown> [Lua]}; | ||||
* | Rework once_received module | Vsevolod Stakhov | 2016-02-13 | 1 | -49/+71 |
| | | | | | | | - Fix priority for `good_hosts` - If a good host has been found do not add once_received symbols - Fix priorities for strict once_received - Add ability to whitelist IP addresses | ||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -19/+9 |
| | |||||
* | Update logging in lua modules. | Vsevolod Stakhov | 2015-09-01 | 1 | -1/+2 |
| | |||||
* | Fix lua plugins with the new DNS API. | Vsevolod Stakhov | 2015-07-21 | 1 | -2/+4 |
| | |||||
* | Fix lua plugins. | Vsevolod Stakhov | 2015-05-28 | 1 | -12/+9 |
| | |||||
* | Clarify copyright for lua plugins. | Vsevolod Stakhov | 2015-02-13 | 1 | -0/+26 |
| | |||||
* | once_received.lua: Fix indentation & add exclusion for authenticated users | Andrew Lewis | 2015-02-13 | 1 | -95/+98 |
| | |||||
* | We should check here :is_valid() instead of :to_string() | eneq123 | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | real_ip to_string should not nil | eneq123 | 2015-02-11 | 1 | -2/+2 |
| | |||||
* | Fix PTR resolving in lua resolver. | Vsevolod Stakhov | 2014-11-21 | 1 | -1/+1 |
| | |||||
* | Adopt once_received plugin. | Vsevolod Stakhov | 2014-08-25 | 1 | -0/+1 |
| | |||||
* | Rework once_received plugin. | Vsevolod Stakhov | 2013-12-09 | 1 | -24/+28 |
| |