Subject: Re: send-pr
To: None <current-users@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: current-users
Date: 07/19/1995 18:56:22
> How does one get information from the gnats database, for instance to
> check on the status of bugs one reported?  It seems the gnu tools
> only allow the maintainers to do such things.

% mail -s --help query-pr@netbsd.org < /dev/null

That'll get you a short summary help document.  You probably want
something like

% mail -s --summary query-pr@netbsd.org < /dev/null

to get a summary listing - one line per pr - or

% mail -s '--full 1234' query-pr@netbsd.org < /dev/null

to get a full report on PR #1234.

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu