id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 7555,AnnouncerPlugin keeps sending mails with always_notify_* disabled completely,anonymous,Robert Corsaro,"Hey! After Installing AnnouncerPlugin Trac keeps sending me mails about tickets I changed via LegacyTicketSubscriber, although I disabled that option in my preferences. For clarification: I am user 'crunk', owner is 'dampsey' The config is as following: {{{ [announcer] admit_domains = always_notify_component_owner = false always_notify_owner = false always_notify_reporter = false always_notify_updater = false default_email_format = text/html email_address_resolvers = SpecifiedEmailResolver, SessionEmailResolver ignore_domains = mime_encoding = base64 smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_from = trac-no-reply@*****.com smtp_from_name = Trac smtp_password = smtp_port = 25 smtp_replyto = no-reply@*****.com smtp_server = smtp.*****.com smtp_subject_prefix = __default__ smtp_timeout = 30 smtp_user = ticket_email_header_fields = owner, reporter, milestone, component, priority, severity. ticket_email_subject = Ticket #${ticket.id}: ${ticket['summary']}. ticket_subject_template = $prefix $ticket.id: $summary use_public_cc = false use_short_addr = false use_tls = false }}} In my desperation I also added th following code above the [announcer] part: {{{ [notification] always_notify_component_owner = false always_notify_owner = false always_notify_reporter = false always_notify_updater = false }}} But still the log says: {{{ 2010-08-26 16:25:57,076 Trac[api] DEBUG: AnnouncementSystem found the following subscribers capable of handling 'ticket, changed': LegacyTicketSubscriber, CarbonCopySubscriber, TicketComponentSubscriber, TicketCustomFieldSubscriber, UserChangeSubscriber, WatchSubscriber 2010-08-26 16:25:57,078 Trac[ticket_compat] DEBUG: LegacyTicketSubscriber added 'dampsey (authenticated)' because of rule: always_notify_component_owner 2010-08-26 16:25:57,080 Trac[ticket_compat] DEBUG: LegacyTicketSubscriber added 'dampsey (authenticated)' because of rule: always_notify_owner 2010-08-26 16:25:57,081 Trac[ticket_compat] DEBUG: LegacyTicketSubscriber added 'crunk (authenticated)' because of rule: always_notify_reporter 2010-08-26 16:25:57,082 Trac[ticket_compat] DEBUG: LegacyTicketSubscriber added 'crunk (authenticated)' because of rule: always_notify_updater 2010-08-26 16:25:57,085 Trac[api] DEBUG: AnnouncementSystem has found the following subscriptions: [dampsey(authenticated) via email], [crunk(authenticated) via email] 2010-08-26 16:25:57,085 Trac[email_distributor] DEBUG: EmailDistributor has found the following formats capable of handling 'email' of 'ticket': text/html, text/plain 2010-08-26 16:25:57,086 Trac[email_distributor] DEBUG: EmailDistributor determined the preferred format for 'dampsey (authenticated)' is: text/html 2010-08-26 16:25:57,088 Trac[email_distributor] DEBUG: EmailDistributor found the address '*******@****.com' for 'dampsey (authenticated)' via: SessionEmailResolver 2010-08-26 16:25:57,089 Trac[email_distributor] DEBUG: EmailDistributor determined the preferred format for 'crunk (authenticated)' is: text/html 2010-08-26 16:25:57,090 Trac[email_distributor] DEBUG: EmailDistributor found the address '*******@****.com' for 'crunk (authenticated)' via: SessionEmailResolver 2010-08-26 16:25:57,090 Trac[email_distributor] DEBUG: EmailDistributor is sending event as 'text/html' to: *******@****.com, *******@****.com 2010-08-26 16:25:57,238 Trac[email_distributor] DEBUG: EmailDistributor took 0.08 seconds to send. }}} Why? As one can see, always_notify_updater is disabled... I am using AnnouncerPlugin 1.0-a1",defect,closed,low,AnnouncerPlugin,normal,duplicate,nevernotify,Steffen Hoffmann Crunk,0.12