diff --git a/CHANGES b/CHANGES
index b91781f95adea4e3585b5e4fa3d6fa6c0a819835..1d6fd3977eac6aa411c1efde31a3e1683c5367c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -159,6 +159,7 @@ CHANGES IN FLTK 1.3.0
 	  So now widget->hide() will work if widget is a window.
         - New widgets: Fl_Tree, Fl_Table, Fl_Native_File_Chooser
         - added Fl_Menu_ methods: insert(), find_index(), clear_submenu()
+	- Bug reports/enhancements now refer to the STR form http://www.fltk.org/str.php
 
 CHANGES IN FLTK 1.1.9
 
diff --git a/CREDITS b/CREDITS
index 07d0e255b5ce6d2bea8a82299fb2e4f053c1efaa..0dee8118ae0cf847e64c379a6587a85e1a6d2721 100644
--- a/CREDITS
+++ b/CREDITS
@@ -3,8 +3,10 @@ CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.0
 
     This file lists the people responsible for the toolkit you
     are now using.  If you've looking for your name in lights
-    but we've forgotten you here, please send an email to
-    "fltk-bugs@fltk.org" and we'll update this file accordingly.
+    but we've forgotten you here, please use the report on the
+    following page, and we'll update this file accordingly:
+
+        http://www.fltk.org/str.php
 
 
 CORE DEVELOPERS
diff --git a/GL/glut.h b/GL/glut.h
index c181e71a14df0aec1873fef7af3229a5534ec5a5..4239b385e57daf5c441a40183bce0502b75edcfc 100644
--- a/GL/glut.h
+++ b/GL/glut.h
@@ -20,7 +20,9 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "fltk-bugs@fltk.org".
+// Please report all bugs and problems on the following page:
+//
+//     http://www.fltk.org/str.php
 //
 
 #include <FL/glut.H>
diff --git a/cairo/Makefile b/cairo/Makefile
index 5c2de345abeabb10c9c0d6ca93b1668879b2fdec..cc854ebb864cee2236a29949ac964f7d321ba739 100644
--- a/cairo/Makefile
+++ b/cairo/Makefile
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 include ../makeinclude
diff --git a/configh.cmake.in b/configh.cmake.in
index e90add9315ee24e33687baac7c918c9e20f30512..f422ad5486a511902764948ce1f2e4901763f75f 100644
--- a/configh.cmake.in
+++ b/configh.cmake.in
@@ -21,7 +21,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "fltk-bugs@fltk.org".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*
diff --git a/configure.in b/configure.in
index 7881646444ffdf83422445f3a96216261a0394f0..468a0a674e5dd087abd23f0ca18d797b40341fc9 100644
--- a/configure.in
+++ b/configure.in
@@ -1243,9 +1243,9 @@ else
 	    ;;
 	*)
 	    # Running some other operating system; inform the user they
-	    # should contribute the necessary options to fltk-bugs@fltk.org...
+	    # should contribute the necessary options via the STR form..
 	    AC_MSG_WARN(Building FLTK with default compiler optimizations)
-	    AC_MSG_WARN(Contact fltk-bugs@fltk.org with uname and compiler options.)
+	    AC_MSG_WARN(Send the FLTK developers your uname and compiler options via http://www.fltk.org/str.php)
 	    ;;
     esac
 fi
diff --git a/documentation/src/fltk.man b/documentation/src/fltk.man
index aac339aaa43cd9cd5398531b0c5051cb04a4558c..8950712cda233a3e6517a345fd02fc8767fc1df9 100644
--- a/documentation/src/fltk.man
+++ b/documentation/src/fltk.man
@@ -18,8 +18,10 @@ file, and makefiles by themselves to support a specific platform
 do not constitute a modified or derivative work.
 .IP
 The authors do request that such modifications be
-contributed to the FLTK project - send all
-contributions to "fltk\-bugs@fltk.org".
+contributed to the FLTK project - send all contributions
+through the "Software Trouble Report" on the following page:
+.IP
+    http://www.fltk.org/str.php
 .IP
 2. Widgets that are subclassed from FLTK widgets do not
 constitute a derivative work.
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox
index b30a231949d09daf426104552a1919c0b5bc8bec..a05bbd60d7394de5bea3de6f1895e49ca83efd4e 100644
--- a/documentation/src/intro.dox
+++ b/documentation/src/intro.dox
@@ -302,7 +302,8 @@ FLTK is available on the 'net in a bunch of locations:
 \par WWW
 http://www.fltk.org/ <br>
 http://www.fltk.org/str.php [for reporting bugs] <br> 
-http://www.fltk.org/software.php [source code]
+http://www.fltk.org/software.php [source code]<br>
+http://www.fltk.org/newsgroups.php [newsgroup/forums]
 
 \par FTP
 http://ftp.easysw.com/pub/fltk [California, USA, via http]<br>
@@ -312,37 +313,28 @@ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk [Espoo, Finland]<br>
 ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk [Germany] <br>
 ftp://gd.tuwien.ac.at/hci/fltk [Austria]
 
-\par EMail
-<A href="mailto:fltk@fltk.org">fltk@fltk.org</A> [see instructions below]<br> 
-<A href="mailto:fltk-bugs@fltk.org">fltk-bugs@fltk.org</A> [for	reporting bugs]
-
 \par NNTP Newsgroups
-news.easysw.com
+news://news.easysw.com/ [NNTP interface]<br>
+http://fltk.org/newsgroups.php [web interface]<br>
 
-To send a message to the FLTK mailing list
-("fltk@fltk.org") you  must first join the list.
-Non-member submissions are blocked to avoid  problems with
-unsolicited email.
+Point your NNTP news reader at news.easysw.com. At minimum, you'll want to subscribe
+to the "fltk.general" group for general FLTK questions and answers. 
 
-To join the FLTK mailing list, send a message to
-"majordomo@fltk.org" with "subscribe fltk"
-in the message body. A digest of this list is available by
-subscribing to the "fltk-digest" mailing list.
+You can also use the web interface to the newsgroup; just go to the main http://fltk.org/ 
+page and click on "Forums".
 
 \section intro_reporting Reporting Bugs
 
-To report a bug in FLTK, send an email to
-"fltk-bugs@fltk.org". Please include the FLTK version,
-operating system & version, and compiler that you are using
-when describing the bug or problem. We will be unable to provide
-any kind of help without that basic information.
-
-Bugs can also be reported to the "fltk.bugs" newsgroup or on the
-SourceForge bug tracker pages.
+To report a bug in FLTK, or for feature requests, please use the form at
+<A href="http://www.fltk.org/str.php">http://www.fltk.org/str.php</A>,
+and click on "Submit Bug or Feature Request".
 
-For general support and questions, please use the FLTK mailing list
-at "fltk@fltk.org" or one of the newsgroups.
+You'll be prompted for the FLTK version, operating system & version, 
+and compiler that you are using. We will be unable to provide
+any kind of help without that basic information.
 
+For general support and questions, please use the fltk.general newsgroup (see above, "NNTP Newsgroups")
+or the web interface to the newsgroups at <A href="http://fltk.org/newsgroups.php">http://fltk.org/newsgroups.php</A>.
 
 \htmlonly
 <hr>
diff --git a/fluid/makefile.wat b/fluid/makefile.wat
index 4f0a164c0b4dc970291e6c7eb7e5c5a2d58b3f39..c48182cd7ef567bbff8cab7903486568b56fb3cf 100644
--- a/fluid/makefile.wat
+++ b/fluid/makefile.wat
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 OBJECTS = &
diff --git a/ide/unsupported/borland/borlandc/config.h b/ide/unsupported/borland/borlandc/config.h
index 607bba8ce67020df8492825ae75477431eaf268c..f00d2ff64570afa087bb73439ade1c68df4bf6e5 100644
--- a/ide/unsupported/borland/borlandc/config.h
+++ b/ide/unsupported/borland/borlandc/config.h
@@ -20,7 +20,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "fltk-bugs@fltk.org".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*
diff --git a/ide/unsupported/ms/vcnet/config.h b/ide/unsupported/ms/vcnet/config.h
index e5a25f105c0caea3fb64320060017a09b3c6e04d..c60c4152f6187074747d9471f042539eecf3c113 100644
--- a/ide/unsupported/ms/vcnet/config.h
+++ b/ide/unsupported/ms/vcnet/config.h
@@ -20,7 +20,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "fltk-bugs@fltk.org".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*
diff --git a/ide/vc2005/config.h b/ide/vc2005/config.h
index 5e080dfd658113f6aed1a0432a6884993ebbc410..8c4da54b91ad2f9427e61825ca75cce9f5d4dda7 100644
--- a/ide/vc2005/config.h
+++ b/ide/vc2005/config.h
@@ -20,7 +20,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "fltk-bugs@fltk.org".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*
diff --git a/ide/visualc/config.h b/ide/visualc/config.h
index e5a25f105c0caea3fb64320060017a09b3c6e04d..c60c4152f6187074747d9471f042539eecf3c113 100644
--- a/ide/visualc/config.h
+++ b/ide/visualc/config.h
@@ -20,7 +20,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "fltk-bugs@fltk.org".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*
diff --git a/jpeg/Makefile b/jpeg/Makefile
index e8a9135b828bd92bf5608cd336b8674d9fc157b2..8c7fa57bcda2ea05aca42f52a9d6bfda71e99424 100644
--- a/jpeg/Makefile
+++ b/jpeg/Makefile
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 include ../makeinclude
diff --git a/jpeg/makefile.wat b/jpeg/makefile.wat
index fe21840d98d5745ca7af710050257472700d1c43..ca078555fea38d3843fa446cf6ac787e86d99e37 100644
--- a/jpeg/makefile.wat
+++ b/jpeg/makefile.wat
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 LIBNAMEROOT=ftlk_jpeg
diff --git a/makefiles/Makefile.os2x b/makefiles/Makefile.os2x
index 1e29184ab140e9d13955d86628e1b4702b731392..83b1fa77638e6932446f7b7dcc0c697b19da4383 100644
--- a/makefiles/Makefile.os2x
+++ b/makefiles/Makefile.os2x
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 # SHELL=cmd.exe
diff --git a/makefiles/config.os2x b/makefiles/config.os2x
index 868a428aff7a602ff74aa59c4b168247ea2f744f..0852cabe89d71182891d70c46d4d33a23d25d26e 100644
--- a/makefiles/config.os2x
+++ b/makefiles/config.os2x
@@ -21,7 +21,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "fltk-bugs@fltk.org".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*
diff --git a/makefiles/makeinclude.mingw31 b/makefiles/makeinclude.mingw31
index 292a4347f7cd5a65d6205ddb2027da775dcb815a..9b4b384ee73d59e74456c61e56d962a1f9e22817 100644
--- a/makefiles/makeinclude.mingw31
+++ b/makefiles/makeinclude.mingw31
@@ -21,7 +21,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 # Notes:
diff --git a/makefiles/makeinclude.os2x b/makefiles/makeinclude.os2x
index db2fdb9853cc6463ab0989f5352ff1b3c43e4d78..337879f865e10748ba6ffe52b371f9faf494862f 100644
--- a/makefiles/makeinclude.os2x
+++ b/makefiles/makeinclude.os2x
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 prefix		= /usr/local
diff --git a/png/Makefile b/png/Makefile
index c2ddf4f2db3bbeb85e0cdc650b001c7349c461a7..4b181dc8c5cca47515aea3abbaf9087f804ef402 100644
--- a/png/Makefile
+++ b/png/Makefile
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 include ../makeinclude
diff --git a/png/makefile.wat b/png/makefile.wat
index 3e054863e41434b1e3c3ba6117037bab24371ea1..4efdca2595ad6f7e4454c95d352d0e479336cdeb 100644
--- a/png/makefile.wat
+++ b/png/makefile.wat
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 LIBNAMEROOT=ftlk_png
diff --git a/src/fl_dnd_mac.cxx b/src/fl_dnd_mac.cxx
index 01f9676f08e3186db8f77200133249e55017d582..c3d28a7af17cfc3c223567a8a72450aedb1faec2 100644
--- a/src/fl_dnd_mac.cxx
+++ b/src/fl_dnd_mac.cxx
@@ -20,7 +20,9 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "fltk-bugs@fltk.org
+// Please report all bugs and problems on the following page:
+//
+//     http://www.fltk.org/str.php
 
 // This file contains MacOS-specific code for fltk which is always linked
 // in.  Search other files for "__APPLE__" or filenames ending in _mac.cxx
diff --git a/src/fl_dnd_win32.cxx b/src/fl_dnd_win32.cxx
index 1e59f3d25b5502b3b8e8755f3c370caac6ff0578..12caa280a1fa622b1ca498c2b2e461325ee3785f 100644
--- a/src/fl_dnd_win32.cxx
+++ b/src/fl_dnd_win32.cxx
@@ -20,7 +20,9 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "fltk-bugs@fltk.org
+// Please report all bugs and problems on the following page:
+//
+//     http://www.fltk.org/str.php
 
 // This file contains win32-specific code for fltk which is always linked
 // in.  Search other files for "WIN32" or filenames ending in _win32.cxx
diff --git a/src/makefile.wat b/src/makefile.wat
index 637474137d086641f95d3a2593af2eefc81450e2..29daf8de22d5ceda6777d5716135c09470d0ed39 100644
--- a/src/makefile.wat
+++ b/src/makefile.wat
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 CPPFILES = &
diff --git a/src/ps_image.cxx b/src/ps_image.cxx
index 61534238c29f276db6e70ee3cc7ff05b1a28f7f7..7958d2957e4da2da6800098b0c9174a55699b3fb 100644
--- a/src/ps_image.cxx
+++ b/src/ps_image.cxx
@@ -20,7 +20,9 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "fltk-bugs@fltk.org".
+// Please report all bugs and problems on the following page:
+//
+//     http://www.fltk.org/str.php
 //
 
 #ifndef FL_DOXYGEN
diff --git a/src/xutf8/Makefile b/src/xutf8/Makefile
index f0720022cf29c1fb62b351e956219f0ab3fc82ba..abd133fb3dc3bff3176654c784ec51e78ca67d51 100644
--- a/src/xutf8/Makefile
+++ b/src/xutf8/Makefile
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 include ../../makeinclude
diff --git a/src/xutf8/Makefile.bak b/src/xutf8/Makefile.bak
index 223cf8dace9f5ece02a7392bfbd9ded3ed8e66bd..62742bde2619577cf2a448bdd96410089190d885 100644
--- a/src/xutf8/Makefile.bak
+++ b/src/xutf8/Makefile.bak
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 include ../makeinclude
diff --git a/test/cairo_test.cxx b/test/cairo_test.cxx
index 0914572f1b81481e19f5ce19478bad2fddbdf05c..15a7a26ba09cfc98ccf55dddf720553138550a15 100644
--- a/test/cairo_test.cxx
+++ b/test/cairo_test.cxx
@@ -20,7 +20,9 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "fltk-bugs@fltk.org".
+// Please report all bugs and problems on the following page:
+//
+//     http://www.fltk.org/str.php
 //
 
 #include <config.h>
diff --git a/test/makefile.wat b/test/makefile.wat
index 44d3d4821bc0fb3e45d167241940ac95090742a8..28ceb710626b9f348041446f92836c831004840a 100644
--- a/test/makefile.wat
+++ b/test/makefile.wat
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 !include ../watcom.mif
diff --git a/test/utf8.cxx b/test/utf8.cxx
index 9c0f7ac7687f834b33aafdb9f53955be23b11f5b..b54431fe3af4e7992ff82d2c3ca9adce64c19ed3 100644
--- a/test/utf8.cxx
+++ b/test/utf8.cxx
@@ -19,7 +19,9 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA.
 //
-// Please report all bugs and problems to "fltk-bugs@fltk.org".
+// Please report all bugs and problems on the following page:
+//
+//     http://www.fltk.org/str.php
 //
 
 #include <FL/Fl.H>
diff --git a/watcom/config.h b/watcom/config.h
index 0952b5073e380609680536d1859a838c4a754b26..3ad1e8e48d2f4539053dd663c98cb767cf0f769e 100644
--- a/watcom/config.h
+++ b/watcom/config.h
@@ -20,7 +20,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
  *
- * Please report all bugs and problems to "fltk-bugs@fltk.org".
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
  */
 
 /*
diff --git a/zlib/Makefile b/zlib/Makefile
index 2c0c1115ab47ac64ce0988beacc69f7533c8da15..ccebf3127cf15734e1cc8a04329f4d8e24c13d63 100644
--- a/zlib/Makefile
+++ b/zlib/Makefile
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 include ../makeinclude
diff --git a/zlib/makefile.wat b/zlib/makefile.wat
index a1a99dd2635a5db93a77062aac84929809146b08..9e3e83d5f6a6d555ff44deddcc77f4e4833a16ad 100644
--- a/zlib/makefile.wat
+++ b/zlib/makefile.wat
@@ -20,7 +20,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 #
-# Please report all bugs and problems to "fltk-bugs@fltk.org".
+# Please report all bugs and problems on the following page:
+#
+#     http://www.fltk.org/str.php
 #
 
 LIBNAMEROOT=ftlk_z