sbp commented on pull request #19:
URL: 
https://github.com/apache/incubator-ponymail-foal/pull/19#issuecomment-833544205


   This is now implemented in e724d9b, with the slight difference that instead 
of `Union[bool, str]` it uses just `str` and the empty string `""` is the old 
`True` and an asterisk `"*"` is the old `False`. In other words:
   
   * `ui.focus_domain: ""` <- focus on host: attribute only
   * `ui.focus_domain: "*"` <- no focus, show all lists (default)
   * `ui.focus_domain: example.org` <- focus on *@example.org only
   * `ui.focus_domain: "*.example.org"` <- focus on all \*@\*.example.org lists 
only
   
   The default is `"*"`, so if no `ui.focus_domain` parameter is specified the 
behaviour will be as normal. Wildcards in subdomains have to be followed by a 
full stop, so for example `*.example.org` works but `*partial.example.org` does 
not (it doesn't focus on any subdomain at all). Also, YAML appears to require 
quote marks around any string value starting with an asterisk.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to