MAILDIRWATCH(1) | Double Precision, Inc. | MAILDIRWATCH(1) |
maildirwatch - wait for changes to a maildir
maildirwatch {maildir} {command} [argument...]
maildirwatch repeatedly invokes the command, with any optional arguments, an external command, as follows:
maildirwatch does not determine what, if anything, changed in the maildir. maildirwatch might occasionally raise a false alarm and run the command even though nothing changed, but that's rare. It's also possible that by the time command actually runs, then whatever was changed in the maildir is no longer changed; it became what it was before it was changed (a mystery that will remain unsolved forever). It's up to the command to intelligently figure out if it needs to do something about whatever it finds in the maildir.
maildirwatch is a rudimentary mechanism for writing shell scripts that deal with newly-delivered mail, in some form or fashion.
A non-zero exit code indicates that the specified maildir does not exist or is corrupted.
Otherwise maildirwatch runs until the command exits with a non-zero exit code. maildirwatch prints command's exit code on standard output, and terminates with an exit code of 0.
maildirmake(1)[1].
Sam Varshavchik
06/10/2024 | Courier Mail Server |