summaryrefslogtreecommitdiffstats
path: root/include/perm.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-28 13:50:52 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-28 13:50:52 +0800
commit76c3cd196a66c1e8a1df39d6cca858cb722986ee (patch)
tree9d07af8b3a35fca78565e532b819bb1aeefe5a4f /include/perm.h
parent54bb9f7ff65c209b79c409df45c4e03fb8b8c4ac (diff)
downloadpttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar.gz
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar.bz2
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar.lz
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar.xz
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar.zst
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.zip
- 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
Diffstat (limited to 'include/perm.h')
-rw-r--r--include/perm.h2
1 files changed, 1 insertions, 1 deletions
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))