We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dacd3 commit 858098dCopy full SHA for 858098d
bin/v-add-mail-domain
@@ -52,7 +52,7 @@ if [ "$($BIN/v-list-mail-domain $user $domain_utf plain |cut -f 1) " != "$domain
52
is_domain_new 'mail' "$domain_utf"
53
fi
54
if [ "$($BIN/v-list-mail-domain $user $domain_idn plain |cut -f 1) " != "$domain" ]; then
55
- is_domain_new 'mail' "$domain_idn,"
+ is_domain_new 'mail' "$domain_idn"
56
else
57
is_domain_new 'mail' "$domain"
58
0 commit comments