Ticket #563 (closed Bug)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by paul

  • Status changed from new to closed

[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:

<target path="/daisy/extensions/emailnotifier/emailnotifier">

<configuration>

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, ... ?

comment:2 Changed 3 years ago by paul

[jira2trac import : comment created by mpo on October 6, 2007 9:11:29 AM CEST]

sorry for the noise, you are absolutely right.
and thx for thinking in my place :-(
(I was indeed configuring the emailer, not the notifier, I see the obvious difference now)

Note: See TracTickets for help on using tickets.