First time here? Check out the FAQ!

Revision history  [back]

I've found out how. Feedback emails are emailed to "moderators", in askbot/mail/__init__.py.

Moderators are those with status == 'm' in in contrib.auth.models.User (ah, so this is how Askbot monkey patches User :-)).

I just needed to change that to 'a' (approved) and the problem went away.