SYNOPSIS

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


DESCRIPTION

       This program selectively copies entries from a qmail log file on  stan-
       dard 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.rut-
       gers.edu:

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


SEE ALSO

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



                                                                 qlogselect(1)

Man(1) output converted with man2html