Skip to content

Commit a019427

Browse files
author
Florian Schaal
committed
allow verification records for DMARC in a TXT-record (like example.com._report._dmarc.external.com. v=DMARC1;)
1 parent f4a8466 commit a019427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/form/dns_txt.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
),
118118
2 => array (
119119
'type' => 'REGEX',
120-
'regex' => "/^((?!v=DMARC).)*$/s",
120+
'regex' => "/^((?!v=DMARC1; ).)*$/s",
121121
'errmsg'=> 'invalid_type_dmarc'),
122122
3 => array (
123123
'type' => 'REGEX',

0 commit comments

Comments
 (0)