Marc van der Wal

Results 8 issues of Marc van der Wal

## Purpose This PR introduces three test cases for testing SPF and DMARC policies for the domain under test. ## Context Fixes #995. ## Changes Added three test cases: -...

T-Feature
A-TestCase
A-Documentation

The following line uses a regular expression to attempt extracting the domain name of the From header: https://github.com/pimlie/authres_status/blob/eba58333b1b8e3f0028796857719e77a4dfb767d/authres_status.php#L353 However this regular expression is incorrect, for several reasons: - domain name...

I’d like to release test PR zonemaster/zonemaster-backend#1121, but the testing procedure states that I need to have two test agents running in parallel. But I can’t find anywhere in the...

A-Documentation

I noticed that a query whose additional section count is non-zero in the header, but with that section completely missing, was not rejected as being truncated. This PR fixes this...

When a packet is received with a query for `\\.test` (that is, a name with two labels, one composed of only a backslash character, and the label “test”), `labels_to_dname()` decodes...

PR #1305 changed the formatting of the msgstrs in the PO files in order to make continous integration happy. Otherwise, the tests in `t/po-files.t` do not pass. But this change...

T-Bug
P-High
A-Translation

Currently, the way that data files are generated with `ZONEMASTER_RECORD=1 make test` or `Zonemaster::Engine::Nameserver::save()` has a few shortcomings that make it difficult to: * actually see what changed: `git diff`...

T-Feature

On a test domain, I had the following SOA record: ```zone test. IN SOA ( ns.test. root.test. 2022091701 ; serial 86400 ; refresh (24 h) 14400 ; retry (4 h)...

T-Bug
A-TestCase