aboutsummaryrefslogtreecommitdiffstats
path: root/po/LINGUAS
blob: e6a0a8f2c72cf3f0f23fac7e3eef5d08ddeefdf9 (plain)
1
2
# available languages:
ca cs da de el en_GB es fi fr gl id it ja nl pl pt_BR ru sk sq tr vi zh_CN
Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
test "$SEND_ANNOUNCEMENTS" = doit || { echo "read the source, luke! -> $0" ; cat "$0" ; exit 1 ; }

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

$MAILER -r ma+bt@dt.e-technik.uni-dortmund.de -s "$SUBJECT" <$FILE \
    bugtraq@securityfocus.com

$MAILER -r matthias.andree@gmx.de -s "$SUBJECT" <$FILE \
    fetchmail-announce@lists.sourceforge.net