newbug script
=============
Ludwig Nussel <ludwig.nussel@suse.de>

Features
--------

This perl script can be used to

- file new bugs in bugzilla
- add comments to bugs
- attach files to bugs

Data for those actions can be

- entered interactively
- read from files
- taken from emails (also multipart/mime ones)

Goodies

- file with security bug defaults (private, sec-team in CC, subj VUL-0)
- lookup maintainer for packages entered as Assignee or CC
- canned texts for source of bug report and whether it's public or
  private
- set deadline (1, 2, 4 Weeks) and automatically also Severity
- dump pretty formatted CVE descriptions into bug text
- allow to attach multiple files in a row

Examples
--------

- To enter a mail in bugzilla using the newbug script and mutt enter
  the following lines into your `~/.muttrc`:
+
.....
unset pipe_decode
macro pager \CV |newbug\ -m\n
macro index \CV |newbug\ -m\n
.....
+
Then, either when viewing a mail or in the index press ctrl-v

- manually attach some file: `newbug -a /etc/motd`
