X-Git-Url: https://plomlompom.com/repos/?p=pingmail.git;a=blobdiff_plain;f=README;fp=README;h=9ce62079a53cdebc7c1cccffb562c85fdf1f0843;hp=5908bcddc5d25368655a67c0f7ad4b65fe4d2299;hb=14dfa8853e4014e8d01e6f8ab595bf64a7ec861c;hpb=151d9fbc0afb0f56f3964e0d2d396923e4dd69a3 diff --git a/README b/README index 5908bcd..9ce6207 100644 --- a/README +++ b/README @@ -1,5 +1,14 @@ Small shell script to regularly check a target person's responsiveness via mail. +When run as "pingmail check", tries to derive the last time a person sent a +mail to the local system by either a) searching a maildir for the most recent +file matching a regex pattern (such as a "From: " field matching the target +person), and looking at thta file's modification time, or b) checking the +modification time of a defined mailbox file. If that point in time is too +distant, sends an e-mail to the target person requesting some sign of life. +After some more wait time without a sign of life, sends a warning message to +another mail address that target person is unresponsive. + When run as "pingmail check", searches a maildir for the most recent file matching a regex pattern (such as a "From: " field matching the target person), and if the most recent file is too old, sends an e-mail to the target person