id summary reporter owner description type status priority component severity resolution keywords cc release 7991 Duplicate Email on every Notification anonymous "Users of our Trac system are retrieving duplicate emails for every notification. The first emails seems to contain the correct information including the changes made and the second simply shows the header information. I am running tracannouncer 0.12.1.dev and all components are enabled with the exception of GeneralWikiSubscriber because it causes an error when subscribing to all Wiki changes using a ""*"" on the Announcements page. Here is my trac.ini setting list for Announcer: {{{ always_notify_cc = false always_notify_component_owner = false always_notify_custom_cc = false always_notify_owner = false always_notify_reporter = false always_notify_updater = false default_email_format = text/html email_address_resolvers = SpecifiedEmailResolver, SessionEmailResolver, DefaultDomainEmailResolver email_enabled = true email_from = trac@3pss.com email_from_name = Trac email_replyto = trac@3pss.com email_sender = SmtpEmailSender email_subject_prefix = __default__ email_to = undisclosed-recipients: ; joinable_groups = Developer,Support,Implementation,Management mime_encoding = base64 never_notify_updater = true ticket_email_header_fields = owner, reporter, milestone, priority, severity ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_threaded_delivery = false }}} Here are the Notification settings: {{{ always_notify_owner = false always_notify_reporter = false always_notify_updater = false smtp_port = 25 }}} Here is a screen shot of one user's notification rules: " defect closed normal AnnouncerPlugin normal wontfix 0.12