Well, I messed up. If you installed this hack already, one of the lines contains a hard-coded e-mail address I use for the post notifications. Search for the else statement with "
[email protected]" in your postings.cgi, and replace that line with:
else { &send_mail("$BBEmail", "$sendto", "$subject", "$message"); }The lesson here? Don't write up readme files after just getting up from only 4 hours of sleep.
