tUpdate sfeed-run for X-RSS-File. - sfeed_sendmail - sfeed to sendmail command
(HTM) git clone git://r-36.net/sfeed_sendmail
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 9fe40c725580b6d4d47fb4949ba97d989820e73e
(DIR) parent b8c4db268dba3d7efd71c0e773be6ff2c1a27a16
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 10 Oct 2020 21:33:49 +0200
Update sfeed-run for X-RSS-File.
Diffstat:
sfeed-run | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/sfeed-run b/sfeed-run
t@@ -13,7 +13,7 @@ do
cat ${filen} ${filen}.old | sort | uniq -u > ${filen}.new
if [ $(stat -c %s "${filen}.new") -gt 0 ];
then
- cat ${filen}.new | sfeed_sendmail "${toaddr}"
+ cat ${filen}.new | sfeed_sendmail "${toaddr}" "${filen}"
fi
cp $filen $filen.old
done