X-Git-Url: https://plomlompom.com/repos/?p=pingmail.git;a=blobdiff_plain;f=pingmailrc.example;h=cbaf8c4899e6b377c14c22c6ffdfacf5b958b3fc;hp=97a9de0076d8ce4e899a880895db514f12b6175f;hb=HEAD;hpb=9f8ae1a3603fc36b53132563fab11cd86631562e diff --git a/pingmailrc.example b/pingmailrc.example index 97a9de0..cbaf8c4 100644 --- a/pingmailrc.example +++ b/pingmailrc.example @@ -7,9 +7,6 @@ ping_touch=$testdir'/ping_touch' # modification time is when the count for sending checker a warning mail starts reminder_touch=$testdir'/reminder_touch' -# to recursively search for most recent matches to $matchstring as lifesigns -maildir=$HOME'/mail' - # how long to wait for lifesigns before sending a ping; double is time to wait # for a lifesign before sending a warning message to checker wait_time=86400 @@ -35,7 +32,13 @@ msg2checker='pingmail reporting in:\n \nMaybe you should give them a call to check if they are okay.' # mail client command reading message body from stdin and subject from parameter -mailclient_s='mutt -s' +mailclient_s='mail -s' + +# mailbox file to check for most recent life sign +mbox=$HOME'/mail/foo' + +# to recursively search for most recent matches to $matchstring as lifesigns +maildir=$HOME'/mail' # pattern to search $maildir for recursively for lifesigns checked_address_escaped=`echo $checked_address | sed 's/\./\\./g'`