If you have an email ending in @hotmail.com, @live.com or @outlook.com (or any other Microsoft-related domain), please consider changing it to another email provider; Microsoft decided to instantly block the server's IP, so emails can't be sent to these addresses.
If you use an @yahoo.com email or any related Yahoo services, they have blocked us also due to "user complaints"
-UE
The page I get redirected to when I delete a discussion doesn't exist.
I thought I'd somehow accidentally destroyed the forum O.O
Comments
$Target = GetIncomingValue('Target', '/vanilla/discussions');
instead of
$Target = GetIncomingValue('Target', '/forums/discussions');
Additionally, I just found another copy of this grabbing that line of code to post here in the delete comment function and fixed that too.