-
- Downloads
Add optional/configurable feedback module
Most sysops didn't know it, but if exec/feedback.* existed, it would be executed just before any user sent an email to the sysop (user #1), excluding new user validation requests: - make this module name configurable and loadable from mods - support JS module here (exit(1) to abort the feedback) - invoke for email being sent to *any* sysop (not just user #1) - don't invoke the module when sending *from* a sysop account This fixes issue #16
parent
67c1b25d
No related branches found
No related tags found
Showing
- src/sbbs3/email.cpp 21 additions, 27 deletionssrc/sbbs3/email.cpp
- src/sbbs3/scfg/scfgsys.c 23 additions, 17 deletionssrc/sbbs3/scfg/scfgsys.c
- src/sbbs3/scfgdefs.h 1 addition, 0 deletionssrc/sbbs3/scfgdefs.h
- src/sbbs3/scfglib1.c 1 addition, 0 deletionssrc/sbbs3/scfglib1.c
- src/sbbs3/scfgsave.c 1 addition, 0 deletionssrc/sbbs3/scfgsave.c
Loading
Please register or sign in to comment