This is a quick list of the main commands to use with ausadmin:

  1. new-rfd newsgroup-name rfd-file

    Creates a vote/newsgroup directory for the newsgroup, parses the RFD file and writes each component into a separate file in that directory.

  2. mkvote newsgroup-name

    Sets up the vote using the current defaults for voterule and voteperiod and writes the vote control files into the newsgroup's directory.

    Then it creates the CFV message, signs it and posts it to the distribution list from the RFD.

  3. gennewgroup.pl
  4. genresult.pl newsgroup-name

    Counts the votes for the group and generates a result message.

Other useful commands

I'm also going to modify sign-aus-post.pl so that it operates non-interactively, so one can make a standard article, e.g.

	cat <art.$$
	Subject: A test post
	From: ausadmin@aus.news-admin.org
	Newsgroups: aus.test

	This is a test post
	EOF

	sign-aus-post.pl < art.$$ | post.pl
And obviously, only the body of the article will be signed. This will remove complexity from anything which needs to post PGP-signed text.