Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Setting check_local / check_authed in plugins (#1954) | Andrew Lewis | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Use controller for single-instance tasks | Andrew Lewis | 2017-08-28 | 1 | -1/+1 |
| | |||||
* | [Fix] Redis script loading in DMARC; URL tags; URL reputation | Andrew Lewis | 2017-08-28 | 1 | -2/+1 |
| | | | | - Issue: #1716 | ||||
* | [Feature] Skip updates for messages scanned via controller | Vsevolod Stakhov | 2017-07-01 | 1 | -1/+4 |
| | | | | | | | | | | | | 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] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -1/+1 |
| | | | | by a bot https://github.com/ka7/misspell_fixer | ||||
* | [Feature] Support suppressing DMARC reports for some domains | Andrew Lewis | 2017-06-15 | 1 | -0/+9 |
| | |||||
* | [Minor] Pass rspamd_config to taskless TCP requests | Vsevolod Stakhov | 2017-06-13 | 1 | -0/+1 |
| | |||||
* | [Minor] DMARC reporting: support copying reports | Andrew Lewis | 2017-06-06 | 1 | -0/+3 |
| | |||||
* | [Minor] DMARC reporting: retry on DNS and SMTP errors | Andrew Lewis | 2017-06-01 | 1 | -7/+28 |
| | |||||
* | [Feature] DMARC: Support excluding domains from sampling | Andrew Lewis | 2017-05-29 | 1 | -7/+29 |
| | |||||
* | [Minor] Fix warnings | Andrew Lewis | 2017-05-29 | 1 | -4/+4 |
| | |||||
* | [Minor] DMARC reporting: Fix TCP request | Andrew Lewis | 2017-05-29 | 1 | -0/+3 |
| | |||||
* | [Minor] DMARC: fix runaway processing in reporting address verification | Andrew Lewis | 2017-05-29 | 1 | -10/+12 |
| | |||||
* | [Minor] DMARC: Correctly set write flag | Andrew Lewis | 2017-05-29 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix plugins after global reworks | Vsevolod Stakhov | 2017-05-24 | 1 | -7/+7 |
| | |||||
* | [Minor] Fix redis_params usage | Vsevolod Stakhov | 2017-05-19 | 1 | -0/+5 |
| | |||||
* | [Rework] Continue modularisation for lua library | Vsevolod Stakhov | 2017-05-18 | 1 | -57/+7 |
| | |||||
* | [Minor] DMARC: s/type/format/ | Andrew Lewis | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | [Minor] DMARC: fix schema, add permerrors (reports); fix SPF alignment | Andrew Lewis | 2017-05-17 | 1 | -28/+32 |
| | |||||
* | [Minor] DMARC reports: always use UTC time | Andrew Lewis | 2017-05-16 | 1 | -5/+16 |
| | |||||
* | [Minor] DMARC reporting: remove stray character | Andrew Lewis | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | [Minor] DMARC reports: fixes for XML & reporting addresses | Andrew Lewis | 2017-05-14 | 1 | -7/+8 |
| | |||||
* | [Minor] DMARC reporting: couple of small fixes | Andrew Lewis | 2017-05-12 | 1 | -51/+51 |
| | | | | | | | - Add policy override to report - Check parent domains for DMARC policies - Fix log message - Also drop formatting from report; apply table.concat | ||||
* | [Minor] DMARC recporting: fix stray bracket | Andrew Lewis | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | [Minor] DMARC reporting: rework backend | Andrew Lewis | 2017-05-11 | 1 | -89/+85 |
| | | | | | | - Also fix deletion - Support redirecting reports (useful for evaluation) - Deal with possibly missing SPF results | ||||
* | [Fix] Do not check DMARC if SPF or DKIM were not checked | Vsevolod Stakhov | 2017-05-10 | 1 | -0/+6 |
| | | | | Issue: #1629 | ||||
* | [Feature] Preliminary DMARC reporting implementation | Andrew Lewis | 2017-05-09 | 1 | -49/+818 |
| | |||||
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | added dmarc sampled_out reporting | cpragadeesh | 2017-04-01 | 1 | -4/+13 |
| | |||||
* | [Minor] DMARC: Add descriptive errors; properly handle empty domain | Andrew Lewis | 2017-03-20 | 1 | -1/+7 |
| | |||||
* | [Minor] DMARC: always return policy | Andrew Lewis | 2017-01-17 | 1 | -4/+4 |
| | |||||
* | [Minor] Avoid some table lookups in Lua parts | Andrew Lewis | 2016-12-15 | 1 | -3/+5 |
| | |||||
* | [Minor] Remove unused variable | Vsevolod Stakhov | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | [Feature] Set expire for dmarc reports | Vsevolod Stakhov | 2016-11-20 | 1 | -1/+16 |
| | |||||
* | [Minor] Small polishes for Lua parts | Andrew Lewis | 2016-11-16 | 1 | -0/+1 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -11/+7 |
| | |||||
* | [Minor] Get rid of some global variables | Andrew Lewis | 2016-11-01 | 1 | -2/+3 |
| | | | | - Also fix some bugs along the way | ||||
* | [Minor] Allow '\' in dmarc records | Vsevolod Stakhov | 2016-10-31 | 1 | -1/+1 |
| | |||||
* | [Rework] Rework parsing of DMARC records | Vsevolod Stakhov | 2016-10-31 | 1 | -53/+71 |
| | |||||
* | [Rework] Adopt plugins | Vsevolod Stakhov | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | [Minor] Use human-readable policy in DMARC plugin | Andrew Lewis | 2016-10-10 | 1 | -20/+10 |
| | |||||
* | [Minor] Allow for re-enabling default-disabled checks | Andrew Lewis | 2016-09-30 | 1 | -1/+14 |
| | |||||
* | [Minor] Fix DMARC after the recent RDNS changes | Andrew Lewis | 2016-09-27 | 1 | -2/+2 |
| | |||||
* | [Minor] Return policy in DMARC_POLICY_ACCEPT options | Andrew Lewis | 2016-09-21 | 1 | -1/+7 |
| | |||||
* | [Minor] Clarify display message | Andrew Lewis | 2016-09-19 | 1 | -2/+2 |
| | |||||
* | [Feature] Descriptive options for DMARC failure symbols | Andrew Lewis | 2016-09-08 | 1 | -7/+23 |
| | |||||
* | Revert "[Feature] Add common way to disable Lua modules" | Andrew Lewis | 2016-09-05 | 1 | -5/+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/+5 |
| | |||||
* | [Minor] Fix forcing actions in DMARC plugin | Andrew Lewis | 2016-08-30 | 1 | -7/+6 |
| |