At least, it points to the directory where be-handle-mail lives. If
you haven't moved it, that will be somewhere inside the BE repository.
This removes my hardcoded BE_DIR.
SUBJECT_COMMENT = "[be-bug]"
HANDLER_ADDRESS = "BE Bugs <wking@thor.physics.drexel.edu>"
LOGFILE = os.path.join(os.path.dirname(__file__), "be-handle-mail.log")
-BE_DIR = os.path.expanduser("~/src/fun/be/be.email")
+BE_DIR = os.path.abspath(os.path.dirname(__file__))
ALLOWED_COMMANDS = ["new", "comment", "list", "show", "help"]