--- reports/sendletter.sh 2003/02/02 06:53:14 1.2 +++ reports/sendletter.sh 2009/10/28 00:10:54 1.10 @@ -1,7 +1,7 @@ #!/bin/sh ADDRESS="chronicles@chgk.info" #ADDRESS=boris -PREFIX=http://znatoki.kulichki.net/boris/reports +PREFIX=http://letopis.chgk.info if ( grep html results.txt > letter1.txt ) ; then echo "Sending notification to $ADDRESS" echo > letter.txt @@ -21,8 +21,7 @@ if ( grep html results.txt > letter1.txt s/<[^>]*>//g s/<[^>]*$//g s/^[^<]*>//g -s/<//g +s/<[a-zA-Z\._0-9-]*@[a-zA-Z\._0-9-]*>/
/g /^[ ]*$/d s/^\(.*\)$/ \1/' |head -5 >>letter.txt echo >> letter.txt @@ -32,6 +31,6 @@ s/^\(.*\)$/ \1/' |head -5 >>letter.tx echo "--" >> letter.txt echo "Ваш робот" >> letter.txt echo >> letter.txt -# fortune /usr/local/share/games/fortunes >> letter.txt + fortune lec >> letter.txt mail -s "Novosti v letopisi" $ADDRESS