Stuart D. Gathman
Stuart D. Gathman
Ok, I'm the guy that submitted it, but I've spent a day trying to debug it, and I'm hoping someone will have some ideas. What happens is that second PDF...
I really appreciate this list. Please accept a humble suggestion. The apps listed implement protocols that are federated (mastodon, matrix/element) or fully decentralized (no servers) like scuttlebutt (will make another...
When fetching the .well-known URL as a test before contacting LE, this stack trace results: ``` python3[1084511]: detected unhandled Python exception in '/usr/sbin/acme_tiny' acme-tiny[1084511]: Traceback (most recent call last): acme-tiny[1084511]:...
It is fairly easy to chose between str and bytes in the C API, it is typically choosing s or y in the format strings for PyArg_Parse and Py_BuildValue. One...
Fails in testsample.py line 22 with python3. Works with python2. I suspect a bug in test framework.
The general advice has been to switch to lxml - which is also available for python2. However, my primary target system (centos7) has lxml for python3 only (in epel).
Once again, we are back to python2.2 levels of bugginess in the email package for python3. Here is a basic test that needs to work: ``` python import email with...
Yudai Kato wrote over on sf.net: ``` An exception occurred when I wrote some test using chgfrom. It seems test class doen't have _ctx. Could fix it? essmilter: ERROR 'TestMilter'...
In addition to "v=spf1 +all", any sequence of positive matches ending in +all will always return Pass. Admins may wish to impose additional restrictive treatment on such worse than non-existent...
The HELO field is ignored by Big Email, and rDNS demanded instead - mostly because so few admins could manage to actually put the hostname in HELO. I never understood...