You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Ioan Eugen Stan (Jira)" <se...@james.apache.org> on 2020/06/08 19:47:00 UTC

[jira] [Commented] (JAMES-685) Ideas for James Config XML changes

    [ https://issues.apache.org/jira/browse/JAMES-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128576#comment-17128576 ] 

Ioan Eugen Stan commented on JAMES-685:
---------------------------------------

Are you planning to work on this? If not we should close it and re-open when relevant. 

> Ideas for James Config XML changes
> ----------------------------------
>
>                 Key: JAMES-685
>                 URL: https://issues.apache.org/jira/browse/JAMES-685
>             Project: James Server
>          Issue Type: Improvement
>          Components: SpoolManager &amp; Processors
>    Affects Versions: 2.3.1
>         Environment: James XML configuration file
>            Reporter: Miroslav Nachev
>            Assignee: Danny Angus
>            Priority: Major
>
> 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. 
> The other idea is the parameters to be like Java Properties:
> <parameters>
>    <parameter name="param1">value</parameter>
>    ...
>    <parameter name="param1">value</parameter>
> </parameters>
> or instead parameter/parameters to use property/properties.
> This variant is better for XML Schema definition.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org