]> Pileus Git - ~andy/fetchmail/blob - dist-tools/send-erratum-notice.sh
Update website for 6.3.24.
[~andy/fetchmail] / dist-tools / send-erratum-notice.sh
1 test "$SEND_ANNOUNCEMENTS" = doit || { echo "read the source, luke! -> $0" ; cat "$0" ; exit 1 ; }
2
3 ANN=fetchmail-EN-2010-03
4 FILE=$HOME/VCS-mine/fetchmail.git/$ANN.txt
5 test -r $FILE || { echo "Cannot find $FILE." ; exit 1 ; }
6 SUBJECT="fetchmail erratum notice $ANN"
7 MAILER=mail
8
9 $MAILER -r matthias.andree@gmx.de -s "$SUBJECT" <$FILE \
10     vendor-sec@lst.de \
11     fetchmail-announce@lists.berlios.de