Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:SELECT n.UserID, u.Email, u.FirstName, u.LastName
FROM {$pfx}Notify AS n, {$pfx}User AS u
LEFT JOIN {$pfx}Discussion AS d ON d.DiscussionID = '$DiscussionID'
LEFT JOIN {$pfx}CategoryRoleBlock AS b ON d.CategoryID = b.CategoryID AND u.RoleID = b.RoleID
WHERE n.Method = 'ALL' AND n.UserID <> '$SelfUser' AND n.UserID = u.UserID AND u.Notified = 0 AND b.Blocked IS NULL