Commit
+1 -1 +/-1 browse
1 | diff --git a/src/dmarc/verify.rs b/src/dmarc/verify.rs |
2 | index 9b230d9..bdb9544 100644 |
3 | --- a/src/dmarc/verify.rs |
4 | +++ b/src/dmarc/verify.rs |
5 | @@ -351,7 +351,7 @@ mod test { |
6 | let resolver = Resolver::new_system_conf().unwrap(); |
7 | #[cfg(any(test, feature = "test"))] |
8 | resolver.txt_add( |
9 | - "example.org.report.dmarc.external.org.", |
10 | + "example.org._report._dmarc.external.org.", |
11 | Dmarc::parse(b"v=DMARC1").unwrap(), |
12 | Instant::now() + Duration::new(3200, 0), |
13 | ); |