automatically ignore known forwarded addresses, fixes #64
This commit is contained in:
@@ -21,6 +21,7 @@ import (
|
||||
// Mailboxes config
|
||||
type MBXConfig struct {
|
||||
Reserved []string
|
||||
Forwarded []string
|
||||
Activation string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user