You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address maddy.bug@example.org should be correct. For addresses like "maddy.bug"@example.org ValidMailboxName works fine, but it returns false if there are no quotes. However, with quotes and forwarding, recipient is not recognizes by the target servers including Maddy.
Steps to reproduce
package address_test
import (
"testing"
"github.com/foxcpp/maddy/framework/address"
)
func TestValidMailboxName(t *testing.T) {
if !address.ValidMailboxName("caddy.bug") {
t.Error("caddy.bug should be valid mailbox name")
}
}
Environment information
maddy version: master branch
The text was updated successfully, but these errors were encountered:
Describe the bug
Address maddy.bug@example.org should be correct. For addresses like "maddy.bug"@example.org ValidMailboxName works fine, but it returns false if there are no quotes. However, with quotes and forwarding, recipient is not recognizes by the target servers including Maddy.
Steps to reproduce
Environment information
The text was updated successfully, but these errors were encountered: