| # TOML file format | |
| [main] | |
| url = 'https://bugzilla.kernel.org' | |
| apikey = '[apikey here]' | |
| logfile = '/home/user/work/temp/bz-comment-junker.log' | |
| cache = '/home/user/.cache/bz-comment-junker.cache' | |
| [spam] | |
| comment_tag = 'spam' | |
| bug_group = 'Junk' | |
| bug_status = 'CLOSED' | |
| bug_resolution = 'INVALID' | |