/usr/bin/sb_chkopts is in spambayes 1.1b1-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #! /usr/bin/python
"""
Trivial script to check that the user's options file doesn't contain any
old-style option names.
"""
from spambayes import Options
|