Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12814 closed defect (worksforme)

Two emails sent with every ticket update (one plaintext, one html)

Reported by: adrya.stembridge@… Owned by: Steffen Hoffmann
Priority: normal Component: AnnouncerPlugin
Severity: minor Keywords: duplicate
Cc: Trac Release: 1.0

Description

Per summary, two emails are being sent with every ticket notification.

Here are the trac.ini announcer and components sections:

[announcer]
default_email_format = text/html
email_enabled = true


[components]
acct_mgr.admin.* = enabled
acct_mgr.api.* = enabled
acct_mgr.db.sessionstore = enabled
acct_mgr.htfile.htdigeststore = disabled
acct_mgr.htfile.htpasswdstore = enabled
acct_mgr.http.httpauthstore = disabled
acct_mgr.notification.* = enabled
acct_mgr.pwhash.htdigesthashmethod = enabled
acct_mgr.pwhash.htpasswdhashmethod = disabled
acct_mgr.register.registrationmodule = disabled
acct_mgr.svnserve.* = enabled
acct_mgr.svnserve.svnservepasswordstore = disabled
acct_mgr.web_ui.* = enabled
announcer.* = enabled
ckintegration.* = enabled
permredirect.* = enabled
trac.web.auth.loginmodule = disabled
tracopt.versioncontrol.svn.svn_fs.subversionconnector = enabled
tracopt.versioncontrol.svn.svn_prop.subversionmergepropertydiffrenderer = enabled
tracopt.versioncontrol.svn.svn_prop.subversionmergepropertyrenderer = enabled
tracopt.versioncontrol.svn.svn_prop.subversionpropertyrenderer = enabled

System information:

Package	Version
Trac 	1.0.9
Genshi 	0.7 (without speedups)
mod_python 	3.3.1
pysqlite 	2.4.1
Python 	2.6.6 (r266:84292, Jul 23 2015, 15:22:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
setuptools 	0.6
SQLite 	3.6.20
Subversion 	1.6.11 (r934486)
jQuery	1.7.2
jQuery UI	1.8.21
jQuery Timepicker	1.0.1

Installed Plugins

Name	Version	Location
CKIntegration 	1.1dev 	/usr/lib/python2.6/site-packages/CKIntegration-1.1dev-py2.6.egg
TracAccountManager 	0.4.4 	/usr/lib/python2.6/site-packages/TracAccountManager-0.4.4-py2.6.egg
TracAnnouncer 	1.0dev 	/usr/lib/python2.6/site-packages/TracAnnouncer-1.0dev-py2.6.egg

Attachments (0)

Change History (3)

comment:1 Changed 8 years ago by Ryan J Ollos

You need the following setting:

[notification]
smtp_enabled = false

The following may also work:

[components]
trac.notification.* = disabled

comment:2 Changed 8 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

comment:3 Changed 8 years ago by anonymous

Setting smtp_enabled = false did the trick. Thanks.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Steffen Hoffmann.
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.