queue-pr

Section: GNATS Administration Utilities (8)
Updated: April 1993
Index Return to Main Contents
 

NAME

queue-pr - incoming mail control for GNATS  

SYNOPSIS

queue-pr
[ -q | --queue ] [ -r | --run ]
[ -f filename | --file=filename ]
[ -d directory | --directory=directory ]
 

DESCRIPTION

`queue-pr -q' should run through a pipe(2V) via the mail aliases(5) mechanism to automatically place incoming bug reports in a queue directory for GNATS.

`queue-pr -r' should be run via cron(8) to periodically empty the GNATS queue, filing new bug reports in the database.

One of [ -q | --queue ] or [ -r | --run ] (and not both) should be present upon each call to queue-pr. These are separate functions in order to avoid collisions.  

OPTIONS

-q, --queue
accepts standard input as an incoming mail file, placing this file in the directory @GNATS_ROOT@/gnats-queue for future handling.
-r, --run
feeds all files from the directory @GNATS_ROOT@/gnats-queue to file-pr(8) which files and creates index entries for each.
-f filename or --file=filename
used with the --queue option, treats filename rather than stdin as the input to use for an incoming file
-d directory or --directory=directory
resets the default directory value; when used with the --queue option, files incoming messages into directory rather than @GNATS_ROOT@/gnats-queue. When used with the --run option, operates on the files in directory rather than @GNATS_ROOT@/gnats-queue.
 

FILES

@GNATS_ROOT@/gnats-queue  

SEE ALSO

gnats.texi and send-pr.texi, which are also installed as GNU Info files gnats.info and send-pr.info;

gnats(l), send-pr(1), query-pr(1), edit-pr(1), file-pr(8), mkcat(8), rmcat(8), gen-index(8), mkdist(8).  

COPYING

Copyright (c) 1993 Free Software Foundation, Inc.

Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.

Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
FILES
SEE ALSO
COPYING

This document was created by man2html, using the manual pages.
Time: 07:49:02 GMT, May 19, 2025