Scott Kitterman
Scott Kitterman
It looks like the libopendkim.c changes in Beta0 only use a single parameter for the key file/selector. In order to produce a double rsa-sha256/ed25519-sha256 signed message (which is operationally what...
The most recent beta release file is named: rel-opendkim-2-11-0-Beta0.tar.gz This is novel. Is it on purpose? I would have expected opendkim-2.11.0-Beta0.tar.gz. It would be nice to have a more normal...
From my Debian build log: > doxygen warning: Tag 'SYMBOL_CACHE_SIZE' at line 289 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration...
Although it works for now, bsddb3 has been replaced by [berkeleydb](https://pypi.org/project/berkeleydb/). It might make sense to switch.
Looks like these should be removed: > reading manifest template 'MANIFEST.in' warning: no files found matching 'milter-template.py' warning: no files found matching 'start.sh
I believe that the example below should error out due to the '|' in the included domain before attempting a DNS lookup: $ pyspf "v=spf1 include:a.b.com|c.d.com|e.f.com ~all" 1.1.1.1 [email protected] test.kitterman.com...
I'm not sure how you build the tarballs for pypi, but it's different than what's on github and misses the LICENSE file.
You can see from the following [test log](https://buildd.debian.org/status/fetch.php?pkg=python-dnslib&arch=all&ver=0.9.24-1&stamp=1704413945&raw=0) that there are now syntax warning with Python 3.12: ``` === digparser.py Testing: Python 3.12.1 //dnslib/digparser.py:144: SyntaxWarning: invalid escape sequence '\d' m...
**Describe the bug** When the 2.5.0~rc1 test suite is run with python3.12, there are deprecation warnings: ``` tests/test_resolver.py::PollResolverTestCase::testQuicNameserver /usr/lib/python3/dist-packages/aioquic/tls.py:218: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future...
There's only one test result affected by using the newer c-ares. see below for a patch to fix this to an issue. I'm providing it as an issue rather than...