changeset 7083:259f1e571470

Update change date, add security issue example.
author John Rouillard <rouilj@ieee.org>
date Sun, 27 Nov 2022 12:15:41 -0500
parents f0d39308819f
children 8d9a6063cb22
files share/man/man1/roundup-mailgw.1
diffstat 1 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/share/man/man1/roundup-mailgw.1	Sun Nov 27 11:00:00 2022 +0100
+++ b/share/man/man1/roundup-mailgw.1	Sun Nov 27 12:15:41 2022 -0500
@@ -1,4 +1,4 @@
-.TH ROUNDUP-MAILGW 1 "07 October 2019"
+>.TH ROUNDUP-MAILGW 1 "27 October 2022"
 .SH NAME
 roundup-mailgw \- mail gateway for roundup
 .SH SYNOPSIS
@@ -158,6 +158,21 @@
 Both examples use the default class specified in the tracker's
 config.ini (usually the issue class).
 
+You can also set properties directly on the issue class. If
+your tracker's issue has a "private" property that limits
+who can view an issue and its messages:
+
+  security: |/tools/roundup/bin/roundup-mailgw
+             -S "issue.private=true" -S "issue.keyword+=security"
+             /var/roundup/sysadmin
+
+would set the private property on a issue to restrict
+visiblity and mark the issue as a security topic using a
+keyword.
+
+Both examples use the default class specified in the tracker's
+config.ini (usually the issue class).
+
 .SH AUTHOR
 This manpage was written by Bastian Kleineidam
 <calvin@debian.org> for the Debian distribution of roundup.

Roundup Issue Tracker: http://roundup-tracker.org/