]> Pileus Git - ~andy/fetchmail/blobdiff - dist-tools/send-security-announce.sh
Credit John Beck's fixes.
[~andy/fetchmail] / dist-tools / send-security-announce.sh
index 6ace729c21be02a2fdd716a5e35875a27ef6c6fb..72b41bf2c9d33e3389afa53f2eede80c16734e55 100755 (executable)
@@ -1,16 +1,14 @@
 test "$SEND_ANNOUNCEMENTS" = doit || { echo "read the source, luke! -> $0" ; cat "$0" ; exit 1 ; }
 
-ANN=fetchmail-SA-2008-02
-FILE=$HOME/mywork/fetchmail/BRANCH_6-3/$ANN.txt
+ANN=fetchmail-SA-2011-01
+FILE=$HOME/VCS-mine/fetchmail.git/$ANN.txt
 test -r $FILE || { echo "Cannot find $FILE." ; exit 1 ; }
 CVE=$(sed -n '/^CVE Name:/ { s/^.*:[   ]*//p;q; }' $FILE)
 SUBJECT="fetchmail security announcement $ANN ($CVE)"
+MAILER=mail
 
-nail -r ma+nomail@dt.e-technik.uni-dortmund.de -s "$SUBJECT" <$FILE \
-    vulnwatch@vulnwatch.org
-
-nail -r ma+bt@dt.e-technik.uni-dortmund.de -s "$SUBJECT" <$FILE \
+$MAILER -r ma+bt@dt.e-technik.uni-dortmund.de -s "$SUBJECT" <$FILE \
     bugtraq@securityfocus.com
 
-nail -r matthias.andree@gmx.de -s "$SUBJECT" <$FILE \
-    vendor-sec@lst.de fetchmail-announce@lists.berlios.de
+$MAILER -r matthias.andree@gmx.de -s "$SUBJECT" <$FILE \
+    fetchmail-announce@lists.berlios.de