X-Git-Url: https://plomlompom.com/repos/?p=pingmail.git;a=blobdiff_plain;f=pingmailrc.example;fp=pingmailrc.example;h=97a9de0076d8ce4e899a880895db514f12b6175f;hp=6ac22bd303b237acdb18263fa46a3f27766bddab;hb=9f8ae1a3603fc36b53132563fab11cd86631562e;hpb=b2ebe2a3c90ec08ed7929adf178f2c08c94dbc54 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)'