Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Document new options of sa-update

...

No Format
$ rm -f channels ; touch channels
$ echo updates.spamassassin.org >> channels
$ echo saupdates.example.com >> channels
$ sa-update --channelfile channels

--checkonly

indent


  Check for update availability, do not install.

  

--allowplugins

indent


  Allow updates to load plugin code.

  

--refreshmirrors

indent


  Force the MIRRORED.BY file to be updated.

  

--install <filename>

indent


  Install updates directly from this file. Signature verification will read from filename.asc and filename.sha1 .

  

GPG Related

--(no)gpg:: By default, sa-update will require the use of GPG signatures to verify that downloaded updates are in fact legitimate. However, there may be channels which do not publish GPG signatures, or the system may not have GPG installed. In these situations, specify the

...

No Format
$ rm -f gpgkeys ; touch gpgkeys
$ echo 26C900A46DD40CD5AD24F6D7DEE01987265FA05B >> gpgkeys
$ echo 5244EC45 >> gpgkeys
$ sa-update --gpgkeyfile gpgkeys

--import <file>

indent


  Import GPG key(s) from <file> into sa-update's keyring. Use multiple times for multiple files.

  

Other

Wiki Markup
  *-D, --debug \[area=n,...\]::	*

indent


  Show debugging information.  This can be useful just to see what sa-update is doing, but is also useful to debug problems, etc.  This option takes the same optional parameter (DebugChannels) as the other standard [SpamAssassin] tools.

  

-V, --version:: Display which version of

indent


  Display which version of sa-update is installed.  sa-update is versioned by Subversion revision number as opposed to being tied to a specific [SpamAssassin] version.

  

-v, --verbose

indent


  Be more verbose, like print updated channel names.

  

-h, --help:: Print usage message.

indent


  Print usage message.

  

More information is available via the POD/man page for sa-update.

...