File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.2.21
4+
5+ - Fix typo in the DMARC record does not exist error message (Closes #195 )
6+
37## 5.2.20
48
59- Don't overcount lookups caused by the ` mx ` mechanism (Closes #197 )
Original file line number Diff line number Diff line change 1919See the License for the specific language governing permissions and
2020limitations under the License."""
2121
22- __version__ = "5.12.20 "
22+ __version__ = "5.12.21 "
2323
2424OS = platform .system ()
2525OS_RELEASE = platform .release ()
Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ def query_dmarc_record(
575575 )
576576 location = base_domain
577577 if record is None :
578- error_str = "A DMARC record does not exist"
578+ error_str = "A DMARC record does not exist "
579579 if domain == base_domain :
580580 error_str += "."
581581 else :
You can’t perform that action at this time.
0 commit comments