Fixed bulk-mail: The form didn't work because it didn't carry forward the 'group' variable. And the query to get the sender email got more rows than you wanted, due to a bad join.
I accidently dropped a trigger create when I switched back to dropping andcreating them instead of using "create or replace function" (which doesn'tquite work in PG 7.3 unfortunately when the function's attached to a trigger)
Andrew's cute set of procs that let you log, redirect, or filter e-mailsent by your server (for development setups). Controllable from yournsd.tcl config file ...
- Add IRC logs in reverse order so that the newest log is at the top of the page.- Add 'current' link to latest IRC log at the top of the page.- Add 'current' link to irc-logger for links from other sites to the latest log.- Update documentation.