mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 01:47:53 +08:00
LOOPIA: Ban Null MX (#2215)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
b30e9769ae
commit
edf1b9fd50
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ func AuditRecords(records []*models.RecordConfig) []error {
|
|||
//Loopias TXT length limit appears to be 450 octets
|
||||
a.Add("TXT", TxtHasSegmentLen450orLonger)
|
||||
|
||||
a.Add("MX", rejectif.MxNull) // Last verified 2023-03-23
|
||||
|
||||
return a.Audit(records)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue