Editing blog posts and duplicate notifications

I have had this issue for many versions of Community. It gets fixed then comes back.  How do I disable emails being sent a second time for blog posts when the post is edited?  Every time I want to tag something, it resends the email.  Users get emails for posts that are years old.

Thanks

  • You could disable the Blog Post Notification Type while making the update, but that would also prevent any other blog post create/edit notifications in that time. It could be viable depending on the volume of blog posts created in your community.

    Other than that, there's generally not built-in ways to prevent update notifications on content based on age. There is also the option to create custom blog post update code that could perform the update within a Apis.Get<IProcess>().RunProcessWithDisabledNotifications block.