for (apiKey in apiKeys) if (userShouldPay(apiKey)) sendCanned4DayWarningEmail(apiKey);
userShouldPay(apiKey) always evaluates to True.