Humbedooh commented on pull request #19: URL: https://github.com/apache/incubator-ponymail-foal/pull/19#issuecomment-833485086
I like this idea. Could it be extended so that focus_domain could be either a boolean (use host: attribute) OR a string, in which case it would match lists against the string, potentially fnmatch'ed ? So that... * `ui.focus_domain: true` <- focus on host: attribute only * `ui.focus_domain: example.org` <- focus on *@example.org only * `ui.focus_domain: *.example.org` <- focus on all *@*.example.org lists only This of course will depend on what the ultimate goal is, maybe my idea is suited for another variable.. -- 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]
