summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/dmarc.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Setting check_local / check_authed in plugins (#1954)Andrew Lewis2018-01-241-1/+1
|
* [Minor] Use controller for single-instance tasksAndrew Lewis2017-08-281-1/+1
|
* [Fix] Redis script loading in DMARC; URL tags; URL reputationAndrew Lewis2017-08-281-2/+1
| | | | - Issue: #1716
* [Feature] Skip updates for messages scanned via controllerVsevolod Stakhov2017-07-011-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 correctionAlexander Moisseev2017-06-271-1/+1
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Feature] Support suppressing DMARC reports for some domainsAndrew Lewis2017-06-151-0/+9
|
* [Minor] Pass rspamd_config to taskless TCP requestsVsevolod Stakhov2017-06-131-0/+1
|
* [Minor] DMARC reporting: support copying reportsAndrew Lewis2017-06-061-0/+3
|
* [Minor] DMARC reporting: retry on DNS and SMTP errorsAndrew Lewis2017-06-011-7/+28
|
* [Feature] DMARC: Support excluding domains from samplingAndrew Lewis2017-05-291-7/+29
|
* [Minor] Fix warningsAndrew Lewis2017-05-291-4/+4
|
* [Minor] DMARC reporting: Fix TCP requestAndrew Lewis2017-05-291-0/+3
|
* [Minor] DMARC: fix runaway processing in reporting address verificationAndrew Lewis2017-05-291-10/+12
|
* [Minor] DMARC: Correctly set write flagAndrew Lewis2017-05-291-2/+2
|
* [Minor] Fix plugins after global reworksVsevolod Stakhov2017-05-241-7/+7
|
* [Minor] Fix redis_params usageVsevolod Stakhov2017-05-191-0/+5
|
* [Rework] Continue modularisation for lua libraryVsevolod Stakhov2017-05-181-57/+7
|
* [Minor] DMARC: s/type/format/Andrew Lewis2017-05-171-1/+1
|
* [Minor] DMARC: fix schema, add permerrors (reports); fix SPF alignmentAndrew Lewis2017-05-171-28/+32
|
* [Minor] DMARC reports: always use UTC timeAndrew Lewis2017-05-161-5/+16
|
* [Minor] DMARC reporting: remove stray characterAndrew Lewis2017-05-141-1/+1
|
* [Minor] DMARC reports: fixes for XML & reporting addressesAndrew Lewis2017-05-141-7/+8
|
* [Minor] DMARC reporting: couple of small fixesAndrew Lewis2017-05-121-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 bracketAndrew Lewis2017-05-121-1/+1
|
* [Minor] DMARC reporting: rework backendAndrew Lewis2017-05-111-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 checkedVsevolod Stakhov2017-05-101-0/+6
| | | | Issue: #1629
* [Feature] Preliminary DMARC reporting implementationAndrew Lewis2017-05-091-49/+818
|
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
|
* added dmarc sampled_out reportingcpragadeesh2017-04-011-4/+13
|
* [Minor] DMARC: Add descriptive errors; properly handle empty domainAndrew Lewis2017-03-201-1/+7
|
* [Minor] DMARC: always return policyAndrew Lewis2017-01-171-4/+4
|
* [Minor] Avoid some table lookups in Lua partsAndrew Lewis2016-12-151-3/+5
|
* [Minor] Remove unused variableVsevolod Stakhov2016-11-201-1/+1
|
* [Feature] Set expire for dmarc reportsVsevolod Stakhov2016-11-201-1/+16
|
* [Minor] Small polishes for Lua partsAndrew Lewis2016-11-161-0/+1
|
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-11/+7
|
* [Minor] Get rid of some global variablesAndrew Lewis2016-11-011-2/+3
| | | | - Also fix some bugs along the way
* [Minor] Allow '\' in dmarc recordsVsevolod Stakhov2016-10-311-1/+1
|
* [Rework] Rework parsing of DMARC recordsVsevolod Stakhov2016-10-311-53/+71
|
* [Rework] Adopt pluginsVsevolod Stakhov2016-10-171-1/+1
|
* [Minor] Use human-readable policy in DMARC pluginAndrew Lewis2016-10-101-20/+10
|
* [Minor] Allow for re-enabling default-disabled checksAndrew Lewis2016-09-301-1/+14
|
* [Minor] Fix DMARC after the recent RDNS changesAndrew Lewis2016-09-271-2/+2
|
* [Minor] Return policy in DMARC_POLICY_ACCEPT optionsAndrew Lewis2016-09-211-1/+7
|
* [Minor] Clarify display messageAndrew Lewis2016-09-191-2/+2
|
* [Feature] Descriptive options for DMARC failure symbolsAndrew Lewis2016-09-081-7/+23
|
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-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 loggingVsevolod Stakhov2016-09-041-1/+1
|
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-0/+5
|
* [Minor] Fix forcing actions in DMARC pluginAndrew Lewis2016-08-301-7/+6
|