-
-
Notifications
You must be signed in to change notification settings - Fork 3
qlogselect.1
qlogselect - selectively copy entries from a qmail log file
qlogselect [from PATTERN] [start TIME] [end TIME] [stripstatus] [addstatus]
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).
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.
To show all the messages sent from the mailing list owner at vger.rutgers.edu:
qlogselect from owner-.*-outgoing@vger.rutgers.edu
logselect(1) qmail(7) splogger(8),