It would require a change tot he mailet API, because matchers don't have config params at the moment. However this change is going to be proposed, and James could support some independant mechanism in the meantime.
d. On 11/10/06, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
Hi Miro, I think this is a good idea and we could discuss the best way to provide this configurability in config.xml, but this is an issue for server-dev@ and not for general. You may want to file a JIRA issue for this feature request: this will be notified to the server-dev@ list and we could discuss there alternatives, backward compatible solutions and so on. Stefano Miroslav Nachev wrote: > Hi, > > Are there any plans to change the XML Config file? > > I mean that the following: > > <mailet class="SendMailAsFax"> > <match class="MatchFaxRecipient"> > <param1><param1> > </match> > <param1><param1> > </mailet> > > I am asking because it is inconvenient to add parameters to the matcher > without names. > > Also it is good if is possible both matcher and mailet to have common > parameters with <common> tag for example. > > > Regards, > Miro.
