summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-04 12:14:57 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-04 12:14:57 +0800
commit1468dc39fd67c39076b38bf4b9736394e416b6b3 (patch)
treeeda05642ac44da6499d63cdd28e65bbe54f11540 /include/config.h
parent04b5b79e7900940fc79dd4c4d8a3def9601abcd8 (diff)
downloadpttbbs-1468dc39fd67c39076b38bf4b9736394e416b6b3.tar
pttbbs-1468dc39fd67c39076b38bf4b9736394e416b6b3.tar.gz
pttbbs-1468dc39fd67c39076b38bf4b9736394e416b6b3.tar.bz2
pttbbs-1468dc39fd67c39076b38bf4b9736394e416b6b3.tar.lz
pttbbs-1468dc39fd67c39076b38bf4b9736394e416b6b3.tar.xz
pttbbs-1468dc39fd67c39076b38bf4b9736394e416b6b3.tar.zst
pttbbs-1468dc39fd67c39076b38bf4b9736394e416b6b3.zip
- register: change notification mails to anonymous style
- mail: fast reject on replying to system mail/anonymous mail. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4079 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 694a2e4f..a8f5a0b2 100644
--- a/include/config.h
+++ b/include/config.h
@@ -45,6 +45,10 @@
#define BN_SYSOP "SYSOP"
#endif
+#ifndef BN_ID_PROBLEM
+#define BN_ID_PROBLEM "SYSOP"
+#endif
+
#ifndef BN_LAW
#define BN_LAW BBSMNAME "Law"
#endif