spamlist wildcards

This commit is contained in:
Aine
2022-10-16 20:14:54 +03:00
parent 1bc4d1188c
commit 42cb5221a1
7 changed files with 73 additions and 63 deletions

View File

@@ -23,9 +23,7 @@ type MTA interface {
type IncomingFilteringOptions interface {
SpamcheckSMTP() bool
SpamcheckMX() bool
SpamlistEmails() []string
SpamlistHosts() []string
SpamlistLocalparts() []string
Spamlist() []string
}
// Email object