X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=pingmailrc.example;h=97a9de0076d8ce4e899a880895db514f12b6175f;hb=572eb9699d0e041e5d7c7006366c4e3ecb849dc5;hp=6ac22bd303b237acdb18263fa46a3f27766bddab;hpb=1b3fa2e791597ba751b18fb321b4fe918aa98cbb;p=pingmail.git diff --git a/pingmailrc.example b/pingmailrc.example index 6ac22bd..97a9de0 100644 --- a/pingmailrc.example +++ b/pingmailrc.example @@ -34,6 +34,9 @@ msg2checker='pingmail reporting in:\n \nNo life signs from '$id_target' for the last '$reminder_time' seconds. \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' + # pattern to search $maildir for recursively for lifesigns checked_address_escaped=`echo $checked_address | sed 's/\./\\./g'` matchstring='^From: .*('$checked_address_escaped'|alternate@example\.org)'