Anti-SPAM DMARC, HELO, IP and RBL scripts

This commit is contained in:
mdecimus
2023-10-06 16:53:50 +02:00
parent 7824368cf3
commit 4ae0ede9ee
58 changed files with 1995 additions and 5119 deletions

View File

@@ -178,7 +178,7 @@ impl SMTP {
);
}
}
Lookup::Directory { .. } => {
Lookup::Directory { .. } | Lookup::Map { .. } => {
// Not implemented
}
}