Skip to content

qlogselect.1

Manvendra Bhangui edited this page Feb 25, 2024 · 4 revisions

NAME

qlogselect - selectively copy entries from a qmail log file

SYNOPSIS

qlogselect [from PATTERN] [start TIME] [end TIME] [stripstatus] [addstatus]

DESCRIPTION

This program selectively copies entries from a qmail log file on standard input to standard output.

All times must be expressed either as year-month-day, or as the number of seconds since the Unix epoch (January 1, 1970).

OPTIONS

from PATTERN
Only output messages that have a envelope sender address that matches PATTERN.

start TIME
Only output lines that are stamped with a time that is on or after the named time.

end TIME
Only output lines that are stamped with a time that is before the named time.

stripstatus
Strip all the status lines from the input.

addstatus
Recalculate and insert status lines.

EXAMPLES

To show all the messages sent from the mailing list owner at vger.rutgers.edu:

qlogselect from owner-.*-outgoing@vger.rutgers.edu

SEE ALSO

logselect(1) qmail(7) splogger(8),

Clone this wiki locally