8) Do we want to allow suppression of identical notifications?
Greg: the answer might depend on whether we need to provide
confidentiality. No consensus was reached, so the discussion should
continue of the mailing list.
Greg: Please elaborate. What do you mean by "confidentiality" in this
context?
Are "identical notifications" multiple executed notify actions with
identical parameters in one script? Like:
notify :method "mailto:user(_at_)example(_dot_)com";
notify :method "mailto:user(_at_)example(_dot_)com";
If the method is required, and notify is a noop if none is given, then
why the tagged argument and not a positional argument? Just curious.
Michael