Bump the version to 2.1.0.
[mailpopbox.git] / config.go
index c5f24ca2a6313a8a9543d88cf936a3dc7611671e..961d2cb8f36ca36d15d32c2c8eec61428437c7f5 100644 (file)
--- a/config.go
+++ b/config.go
@@ -35,8 +35,9 @@ type Server struct {
        // Location to store the mail messages.
        MaildropPath string
 
-       // Blacklisted addresses that should not accept mail.
-       BlacklistedAddresses []string
+       // Addresses that should not accept mail. This should include the @domain
+       // component.
+       BlockedAddresses []string
 }
 
 func (c Config) GetTLSConfig() (*tls.Config, error) {