Chris Siebenmann

Results 26 comments of Chris Siebenmann

The problem with revoking a certificate as a way to provoke renewal is that you've just revoked your live certificate. If there is a problem with renewal, you now have...

This seems pretty definitely a (website/Firefox) CSP issue. Toggling `security.csp.enable` on and off in a testing Firefox setup (and reloading the page) reliably switches gestures between working and not working.

Belatedly (oops): I read the bug report and it sort of seems like Foxygestures ought not to be affected by the specific report, unless I misunderstand how Foxygestures works (or...

Sorry, my lack of clarity: I agree that this is absolutely a Firefox problem. I just don't know if it's that specific problem, or if one should file another bug...

It's going to take me some time to put together a good 'how to reproduce this from a standing start' guide. Because you need an uncommon window manager and window...

I would prefer to take a variant of this change that makes optional both this error and another error that I frequently see in my logs: ```` reply abort: write...

You raise a good point about API compatibility, so adding fields to `smtpd.Config{}` it is. In the same spirit of API compatibility, I think it should be opt-in. For future...

Unfortunately I don't think this change suffices to implement LMTP by itself. According to [RFC 2033](https://tools.ietf.org/html/rfc2033), in LTMP mode the receiving MTA must give multiple replies to the terminating `.`...

It depends on what level of `smtpd` the caller is operating on. At the level of calling `ParseCmd()`, simply having basic knowledge of `LHLO` is enough to enable callers to...

In thinking about the current changes, I find myself nervous about how LMTP support currently interacts with a non-LMTP-aware caller. The problem is that in order to properly handle the...