I tweaked a few things in the database that were left over oddities from previous issues. That should help get things moving.
Also there are some old rules in place to help limit the number of emails you get (we don't want to spam people). They could probably be improved upon but here is a quick break down of the rules.
- Ignore if you reply to a post.
- Ignore anyone who has received an email notification in the past hour.
- Ignores posts you have read in the past hour (provides a delay, trying to make sure you are not on the site any more).
+ Send: LastReadDate is greater than LastEmailSentDate and LastReadDate was more than an hour ago
+ Send: LastReadDate is null (you probably created the post) and LastEmailSentDate was more than 24 hours ago and SubscribeDate more than 1 hour ago
+ Send: LastReadDate is null (you probably created the post) and LastEmailSentDate was more than 24 hours ago and LastReadDate more than 1 hour ago