chiark / gitweb /
Initial commit as found
[modbot-ulm.git] / stump / bin / send_pgp_key
1 #!/bin/sh
2 (
3   formail -r -I "Subject: $NEWSGROUP Approval PGP Key"  \
4           -I "Reply-To: devnull@algebra.com"            \
5           -I "Errors-To: devnull@algebra.com"
6
7   cat << _EOB_
8 Hello,
9
10 Thank you for requesting PGP Public Key used to sign submissions to
11 soc.culture.russian.moderated newsgroup. Please use PGP Moose scripts
12 to verify integrity of robomod's signatures on your news articles and
13 report any articles that fail verification to scrm-admin@algebra.com.
14
15 Thanks,
16
17         - Your Friendly $NEWSGROUP Robomoderator.
18
19 _EOB_
20   cat $MNG_ROOT/approval.key.txt
21 ) | /usr/sbin/sendmail -t