summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-06 14:45:13 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-06 14:45:13 +0800
commit84eb7263b74d4a83a3ab4636557e1584675841bb (patch)
treed3cc26f39de17d36dd0ddd14973d65605c0094df /mbbsd/mail.c
parentdfea74efad41eddf6350265a5b41eed98a080022 (diff)
downloadpttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar
pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar.gz
pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar.bz2
pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar.lz
pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar.xz
pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.tar.zst
pttbbs-84eb7263b74d4a83a3ab4636557e1584675841bb.zip
article money issue updates
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2998 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index f51023eb..be473814 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -145,7 +145,7 @@ invalidaddr(const char *addr)
while (*addr) {
#ifdef DEBUG_FWDADDRERR
- if (not_alnum(*addr) && !strchr("[].@-_", *addr))
+ if (not_alnum(*addr) && !strchr("[].@-_+", *addr))
{
int c = (*addr) & 0xff;
clear();