Ticket #563 (closed Bug)
configuration of email-notifier is not taking precendence over the default conf
| Reported by: | mpo@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | Minor | Milestone: | |
| Component: | Ext - email notifications | Version: | |
| Keywords: | Cc: |
Description
[jira2trac import : issue created on October 4, 2007 1:48:00 PM CEST http://issues.cocoondev.org/browse/DSY-563 ]
When trying to specify the <emailSubjectPrefix> in the myconfig.xml I noticed it is not taking precedence over the default [DAISY] setting coded in the ./services/emailnotifier/server-impl/src/resources/DAISY-INF/spring/applicationContext.xml
Change History
Note: See
TracTickets for help on using
tickets.
[jira2trac import : comment created by bruno on October 5, 2007 7:00:30 PM CEST]
I just had a look at this, and can't reproduce the problem:
To be sure, the prefix is configured by adding this:
<emailSubjectPrefix>foobar</emailSubjectPrefix>
as a child of:
Maybe you added it within a wrong parent element, made a typo, were editing the wrong file, didn't restart the repo, or still had old mails in the queue which you were receiving, rather then new ones, ... ?