reportbug.conf 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. # Example configuration file for reportbug(1)
  2. # Options can be specified in any order
  3. # usually, no-OPTION will disable OPTION if OPTION is boolean
  4. # Default severity level; will bypass prompt in reportbug, so disabled
  5. # severity normal
  6. # BTS to use
  7. # See 'reportbug --bts help' for a current list of supported BTSes
  8. # bts debian
  9. # Submission address: default is 'submit'
  10. # Can also be 'quiet' or 'maintonly'; see --report-quiet and --maintonly
  11. # entries on man page
  12. submit
  13. # Mailer to use (default is empty, to use internal mailer). One of:
  14. # mutt
  15. # mh
  16. # nmh
  17. # You can also use 'mua'; it takes an argument like that to --mua
  18. # mua 'mutt -H'
  19. # Additional headers to add:
  20. # header "X-Debbugs-CC: debian-qa@lists.debian.org"
  21. # header "X-Silly-Header: I haven't edited my /etc/reportbug.conf"
  22. # header "X-Debbugs-No-Ack: please" # to suppress acknowledgments
  23. # The following boolean options can be disabled by adding 'no-'
  24. # Should I query the BTS?
  25. query-bts
  26. # Should I check for newer releases of the package
  27. # check-available
  28. # Should I CC the reporter?
  29. cc
  30. # Should I ever include modified config files?
  31. config-files
  32. # Should I strip down modified config files?
  33. compress
  34. # Specify one of the following to digitally sign bug reports automatically.
  35. # sign gpg
  36. # sign pgp
  37. # sign gnupg
  38. # sign none #to disable signing
  39. # Specify the GPG/PGP keyid to use instead of the default one on your system.
  40. # keyid 56187544
  41. # Default "from" email address and real name (override with env. vars.)
  42. # email "humberto@example.com"
  43. # realname "Humberto Flores III"
  44. # Default REPLYTO (override with env. variables)
  45. # replyto "Humberto Flores <humflores@example.org>"
  46. # Default HTTP Proxy (override with the env. variable)
  47. # http_proxy http://proxy.example.com:3128/
  48. # Use this to enable the internal MTA (bypassing /usr/sbin/sendmail)
  49. # smtphost localhost
  50. #
  51. # You can also specify a port other than 25
  52. # smtphost mail.example.com:2525
  53. # Username and password for SMTP
  54. # smtpuser bob
  55. # smtppasswd XXX
  56. # Use TLS encryption.
  57. # smtptls
  58. # Use this to specify the path of your MTA; any SMTP server on Debian
  59. # should be OK with the default.
  60. # mta /usr/sbin/sendmail
  61. # User interface: text, urwid or gtk2
  62. # querybts and reportbug will use this setting
  63. # ui text
  64. # Editor
  65. # editor "emacs -nw"
  66. # Always use template mode (bypass all prompts, output to stdout)
  67. # template
  68. # Print the report on screen, don't sent it
  69. # printonly
  70. # Don't query source packages
  71. # no-query-source
  72. # Disable debconf-show output
  73. # no-debconf
  74. # Automatically verify package installation before reporting using
  75. # debsums, if available
  76. verify
  77. # Disable all external queries
  78. # offline
  79. # Default operating mode (novice, standard, advanced, expert)
  80. # mode novice
  81. # Don't check whether user IDs are outside admin range - root is still checked
  82. # no-check-uid
  83. # Use a command to open the mbox file of the reports
  84. # mbox_reader_cmd "mutt -f %s"
  85. # Justification in case of RC bugs
  86. # justification "text here"
  87. # BTS mirror
  88. # mirror http://mirror.address/
  89. # Paranoid mode, print the whole email envelope before sending it
  90. # paranoid
  91. # The max dimension allowed for an attachment file
  92. # max_attachment_size