Skip to content

Commit 8affc03

Browse files
committed
Update change date, add security issue example.
1 parent 51917fa commit 8affc03

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

share/man/man1/roundup-mailgw.1

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ROUNDUP-MAILGW 1 "07 October 2019"
1+
>.TH ROUNDUP-MAILGW 1 "27 October 2022"
22
.SH NAME
33
roundup-mailgw \- mail gateway for roundup
44
.SH SYNOPSIS
@@ -158,6 +158,21 @@ different workflows based on the messagetype.
158158
Both examples use the default class specified in the tracker's
159159
config.ini (usually the issue class).
160160

161+
You can also set properties directly on the issue class. If
162+
your tracker's issue has a "private" property that limits
163+
who can view an issue and its messages:
164+
165+
security: |/tools/roundup/bin/roundup-mailgw
166+
-S "issue.private=true" -S "issue.keyword+=security"
167+
/var/roundup/sysadmin
168+
169+
would set the private property on a issue to restrict
170+
visiblity and mark the issue as a security topic using a
171+
keyword.
172+
173+
Both examples use the default class specified in the tracker's
174+
config.ini (usually the issue class).
175+
161176
.SH AUTHOR
162177
This manpage was written by Bastian Kleineidam
163178
<[email protected]> for the Debian distribution of roundup.

0 commit comments

Comments
 (0)