From 76c3cd196a66c1e8a1df39d6cca858cb722986ee Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 28 Apr 2008 05:50:52 +0000 Subject: - allow F forward only for authenticated users - check reject list for local users in F forward git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4252 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/common.h | 4 ++-- include/perm.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index fe6c428e..7ef044ea 100644 --- a/include/common.h +++ b/include/common.h @@ -68,8 +68,8 @@ #define MSG_DEL_NY "請確定刪除(Y/N)?[N] " #define MSG_FWD_OK "文章轉寄完成!" -#define MSG_FWD_ERR1 "轉寄失誤: 系統錯誤 system error" -#define MSG_FWD_ERR2 "轉寄失誤: 位址錯誤 address error" +#define MSG_FWD_ERR1 "轉寄錯誤: 系統錯誤 system error" +#define MSG_FWD_ERR2 "轉寄錯誤: 位址錯誤 address error" #define MSG_SURE_NY "請您確定(Y/N)?[N] " #define MSG_SURE_YN "請您確定(Y/N)?[Y] " diff --git a/include/perm.h b/include/perm.h index 04864e2d..3923c796 100644 --- a/include/perm.h +++ b/include/perm.h @@ -52,7 +52,7 @@ #define PERM_SEEBLEVELS (PERM_SYSOP | PERM_BM) #define PERM_NOTIMEOUT (PERM_SYSOP) #define PERM_READMAIL (PERM_BASIC) -#define PERM_FORWARD (PERM_BASIC) /* to do the forwarding */ +#define PERM_FORWARD (PERM_LOGINOK) /* to do the forwarding */ #define PERM_INTERNET (PERM_LOGINOK) /* 身份認證過關的才能寄信到 Internet */ #define HasUserPerm(x) (cuser.userlevel & (x)) -- cgit v1.2.3