Modify

Opened 15 years ago

Closed 14 years ago

#5226 closed defect (worksforme)

Doesn't send reports about wiki-changes

Reported by: cppmm@… Owned by: Robert Corsaro
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords: wiki notifications
Cc: Trac Release: 0.11

Description

In config all enabled:

[components]
announcerplugin-0.2 = enabled
announcerplugin.api.announcementsystem = enabled
announcerplugin.distributors.email_distributor.emaildistributor = enabled
announcerplugin.formatters.ticket_email.ticketemailformatter = enabled
announcerplugin.formatters.wiki_email.wikiemailformatter = enabled
announcerplugin.pref.announcerpreferences = enabled
announcerplugin.producers.attachment.attachmentchangeproducer = enabled
announcerplugin.producers.ticket.ticketchangeproducer = enabled
announcerplugin.producers.wiki.wikichangeproducer = enabled
announcerplugin.resolvers.defaultdomain.defaultdomainemailresolver = enabled
announcerplugin.resolvers.sessionemail.sessionemailresolver = enabled
announcerplugin.resolvers.specified.specifiedemailresolver = enabled
announcerplugin.subscribers.ticket_compat.carboncopysubscriber = enabled
announcerplugin.subscribers.ticket_compat.legacyticketsubscriber = enabled
announcerplugin.subscribers.ticket_compat.staticticketsubscriber = enabled
announcerplugin.subscribers.ticket_groups.joinablegroupsubscriber = enabled
announcerplugin.subscribers.watchers.watchsubscriber = enabled
announcerplugin.subscribers.wiki.generalwikisubscriber = enabled

All reports(tickets & other) works good. In log:

2009-05-12 18:52:24,640 Trac[api] DEBUG: AnnouncementSystem found the following subscribers capable of handling 'wiki, changed': WatchSubscriber, GeneralWikiSubscriber
2009-05-12 18:52:24,643 Trac[watchers] DEBUG: WatchSubscriber added 'test (authenticated)' because of rule: watched
2009-05-12 18:52:24,647 Trac[wiki] DEBUG: GeneralWikiSubscriber added 'test (authenticated)' because name 'WikiStart' matches pattern: .*
2009-05-12 18:52:24,648 Trac[api] DEBUG: AnnouncementSystem has found the following subscriptions: [test(authenticated) via email]
2009-05-12 18:52:24,650 Trac[api] DEBUG: AnnouncementSystem sent event in 0.01 seconds.

Attachments (0)

Change History (3)

comment:1 Changed 14 years ago by Ryan J Ollos

I don't follow ... if you just want to not send notifications for wiki changes, wouldn't you just specify?:

announcerplugin.producers.wiki.wikichangeproducer = disabled

comment:2 Changed 14 years ago by Ryan J Ollos

Summary: Don't send reports about wiki-changes.Doesn't send reports about wiki-changes

Since this is a defect, I think the other meant Doesn't send reports ...

comment:3 Changed 14 years ago by Robert Corsaro

Resolution: worksforme
Status: newclosed

Make sure you have an email address set for the user. I don't see his email address being resolved. You have three resolvers enabled, but make sure you understand how they work. SessionResolver uses the users specified trac email address (preferences). Specified uses an alternate email address specified in the 'Announcer' tab of the preferences page. Default uses $user@$defaultdomain. You need to configure the default domain in trac.ini like this:

[announcer] smtp_default_domain = mydomain.com

If you have this configured, then make sure your smtp settings are correct and that your smtp server is relying emails.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Robert Corsaro.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.