summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/daemon/regmaild/regmaild.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pttbbs/daemon/regmaild/regmaild.c b/pttbbs/daemon/regmaild/regmaild.c
index 80edbfec..bc5a17d5 100644
--- a/pttbbs/daemon/regmaild/regmaild.c
+++ b/pttbbs/daemon/regmaild/regmaild.c
@@ -295,6 +295,7 @@ end:
#define AMBLIST1 "0Oo"
#define AMBLIST2 "1IliL"
#define AMBLIST3 "5Ss"
+#define AMBLIST4 "2Zz"
void
build_unambiguous_userid(char *uid)
@@ -304,6 +305,7 @@ build_unambiguous_userid(char *uid)
AMBLIST1,
AMBLIST2,
AMBLIST3,
+ AMBLIST4,
NULL
};
@@ -320,7 +322,7 @@ build_unambiguous_userid(char *uid)
}
}
-const char *ambchars = AMBLIST1 AMBLIST2 AMBLIST3; // super set of ambtbl
+const char *ambchars = AMBLIST1 AMBLIST2 AMBLIST3 AMBLIST4; // super set
typedef struct {
char *list;