/*++ /* NAME /* qmgr_move 3 /* SUMMARY /* move queue entries to another queue /* SYNOPSIS /* #include "qmgr.h" /* /* void qmgr_move(from, to, time_stamp) /* const char *from; /* const char *to; /* time_t time_stamp; /* DESCRIPTION /* The \fBqmgr_move\fR routine scans the \fIfrom\fR queue for entries /* with valid queue names and moves them to the \fIto\fR queue. /* If \fItime_stamp\fR is non-zero, the queue file time stamps are /* set to the specified value. /* Entries with invalid names are left alone. No attempt is made to /* look for other badness such as multiple links or weird file types. /* These issues are dealt with when a queue file is actually opened. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.