mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Update with new mailing list addresses.
This commit is contained in:
parent
6a42ef47c0
commit
ec53dc049a
45 changed files with 93 additions and 93 deletions
|
|
@ -131,10 +131,10 @@ some research to determine whether it has already been discovered and \
|
|||
addressed. Try Googling the error message or browsing the nmap-dev \
|
||||
archives at http://seclists.org/. Read the full manual page as well. If \
|
||||
nothing comes of this, mail a bug report to \
|
||||
<b><nmap-dev@insecure.org></b>. Please include everything you have \
|
||||
<b><dev@nmap.org></b>. Please include everything you have \
|
||||
learned about the problem, as well as what version of Nmap you are \
|
||||
running and what operating system version it is running on. Problem \
|
||||
reports and %(nmap)s usage questions sent to nmap-dev@insecure.org are \
|
||||
reports and %(nmap)s usage questions sent to dev@nmap.org are \
|
||||
far more likely to be answered than those sent to Fyodor directly.
|
||||
|
||||
Code patches to fix bugs are even better than bug reports. Basic \
|
||||
|
|
|
|||
|
|
@ -128,14 +128,14 @@ class CrashReport(HIGDialog):
|
|||
self.bug_text = gtk.Label()
|
||||
self.bug_text.set_markup(_("""\
|
||||
An unexpected error has crashed %(app_name)s. Please copy the stack trace below and \
|
||||
send it to the <a href="mailto:nmap-dev@insecure.org">nmap-dev@insecure.org</a> \
|
||||
send it to the <a href="mailto:dev@nmap.org">dev@nmap.org</a> \
|
||||
mailing list. (<a href="http://seclists.org/nmap-dev/">More about the list.</a>) \
|
||||
The developers will see your report and try to fix the problem.""") % \
|
||||
{ "app_name": escape(APP_DISPLAY_NAME) })
|
||||
self.email_frame = gtk.Frame()
|
||||
self.email_label = gtk.Label()
|
||||
self.email_label.set_markup(_("""\
|
||||
<b>Copy and email to <a href="mailto:nmap-dev@insecure.org">nmap-dev@insecure.org</a>:</b>\
|
||||
<b>Copy and email to <a href="mailto:dev@nmap.org">dev@nmap.org</a>:</b>\
|
||||
"""))
|
||||
self.btn_copy = gtk.Button(stock=gtk.STOCK_COPY)
|
||||
self.btn_ok = gtk.Button(stock=gtk.STOCK_OK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue