Results 47 issues of glts

Is it true that the stub resolver does not currently support the ‘authentic data’ flag? Like `dig +adflag`? Or could you explain how to access this flag? If it isn’t...

The `SigningTable` configuration allows users with authenticated access to some OpenDKIM system to apply someone else’s signing configuration. A malicious user could sign a message using someone else’s private signing...

The proposed change reverses the direction in which undesired Authentication-Results headers are removed. This fixes bug #148.

The proposed change upgrades OpenSSL to version 3. The change is not too big, it looks sensible to me, it is backwards compatible, and the test suite passes. I have...

`:%S/{",'}/{',"}/g` produces ``` E605: Exception not caught: Abolish: E471: Argument required ``` It does work when I escape the double quotes but quotes are not normally escaped in patterns.

I was trying the mapping from [Vimcasts episode 61](http://vimcasts.org/e/61). ``` nnoremap TransposeCharacters xp:call repeat#set("\TransposeCharacters") nmap cp TransposeCharacters ``` After running the mapping `cp`, repeating it `.`, and making another change...

I noticed this when I tried to insert a longish command-line into an email draft with `":=p`. The `setreg` call in `s:putline` fails with E354, presumably because you can't set...