File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 5959 "console" : " integratedTerminal" ,
6060 "justMyCode" : true
6161 },
62+ {
63+ "name" : " checkdmarc --skip-tls google.com" ,
64+ "type" : " python" ,
65+ "request" : " launch" ,
66+ "module" : " checkdmarc._cli" ,
67+ "args" : [
68+ " --skip-tls" ,
69+ " gmail.com"
70+ ],
71+ "console" : " integratedTerminal" ,
72+ "justMyCode" : true
73+ },
6274 {
6375 "name" : " checkdmarc --skip-tls m11.email.samsung.com" ,
6476 "type" : " python" ,
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 5.8.7
5+ -----
6+
7+ - Fix downloading of mta-sts policies (PR #166 closes #165 )
8+ - Fix DMARC policy checks for parked domains/subdomains (PR #167 )
9+
4105.8.6
511-----
612
Original file line number Diff line number Diff line change 1818See the License for the specific language governing permissions and
1919limitations under the License."""
2020
21- __version__ = "5.8.6 "
21+ __version__ = "5.8.7 "
2222
2323OS = platform .system ()
2424OS_RELEASE = platform .release ()
You can’t perform that action at this time.
0 commit comments