mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[PR #1766] [CLOSED] dnstools dkim TXT record evaluation fix #2291
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2291
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?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/1766
Author: @tsabi
Created: 8/4/2019
Status: ❌ Closed
Base:
master← Head:master-dnstools-dkim-fix📝 Commits (2)
1a1a732Add Eclipse/PyDev files to gitignore855e0e9Fix DKIM TXT record evaluation📊 Changes
2 files changed (+3 additions, -1 deletions)
View changed files
📝
.gitignore(+2 -0)📝
modoboa/dnstools/lib.py(+1 -1)📄 Description
Description of the issue/feature this PR addresses:
The DKIM button was red, but my TXT record setted well. So i looked about the issue, and i founded the evaluation of the TXT record is not good. According to DNS standard, a TXT record what is longer than 256 character need to split to several strings: https://help.directadmin.com/item.php?id=552
Current behavior before PR:
I just merge the splitted parts together.
Desired behavior after PR is merged:
The DKIM button is now green as it should be.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.