mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #66] Problems adding dkim records #35
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ruben-herold on GitHub (Dec 29, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/66
hi,
I try to add an dkim entry with the webinterface. Seems some escaping went wrong:
default._domainkey.test descriptive text "'"v=DKIM1; k=rsa; " "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDndATEFTiqWfbASh5Uft8+sUDGwlSVudpng3dLwMtSkFPY7PGrOyHgidsS3NbATJaiv4tPP8m77yeatiOA67dtoAZ+2gUhhIEm7TYnJKGFIL8ByqBnO9zXLnK43LHMyN3w+9aXczIpB4uqSOmzB40ORQ0qSmjGLPI/XN+IVfkB5wIDAQAB"'"
normal itlooks like:
default._domainkey.test descriptive text "v=DKIM1; k=rsa; " "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDndATEFTiqWfbASh5Uft8+sUDGwlSVudpng3dLwMtSkFPY7PGrOyHgidsS3NbATJaiv4tPP8m77yeatiOA67dtoAZ+2gUhhIEm7TYnJKGFIL8ByqBnO9zXLnK43LHMyN3w+9aXczIpB4uqSOmzB40ORQ0qSmjGLPI/XN+IVfkB5wIDAQAB"
@tuxis-ie commented on GitHub (Dec 31, 2015):
If I'm not mistaking, the quotes in your 'normal' situation aren't required in nsedit. So you should try to use
as input..
@ruben-herold commented on GitHub (Jan 1, 2016):
Yes works if I send
v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDndATEFTiqWfbASh5Uft8+sUDGwlSVudpng3dLwMtSkFPY7PGrOyHgidsS3NbATJaiv4tPP8m77yeatiOA67dtoAZ+2gUhhIEm7TYnJKGFIL8ByqBnO9zXLnK43LHMyN3w+9aXczIpB4uqSOmzB40ORQ0qSmjGLPI/XN+IVfkB5wIDAQAB