]> git.donarmstrong.com Git - debbugs.git/log
debbugs.git
17 years agosanitize the format variable
Don Armstrong [Tue, 20 Feb 2007 08:05:40 +0000 (00:05 -0800)]
sanitize the format variable

17 years agochange the common.pl require to not be absolute
Don Armstrong [Mon, 19 Feb 2007 08:08:44 +0000 (00:08 -0800)]
change the common.pl require to not be absolute

17 years ago * Test pkgreport as well
Don Armstrong [Mon, 19 Feb 2007 08:08:14 +0000 (00:08 -0800)]
 * Test pkgreport as well
 * Fix a few spelling mistakes in bugreport.t
 * Check the title of bugreport.cgi as well

17 years ago Create an empty pseudo-packages.description, and sleep after creating the webserver
Don Armstrong [Mon, 19 Feb 2007 08:07:09 +0000 (00:07 -0800)]
 Create an empty pseudo-packages.description, and sleep after creating the webserver

17 years agoadd suport for width/height to version.cgi
Don Armstrong [Mon, 19 Feb 2007 08:06:29 +0000 (00:06 -0800)]
add suport for width/height to version.cgi

17 years ago * Show the version graph on the right
Don Armstrong [Mon, 19 Feb 2007 08:05:59 +0000 (00:05 -0800)]
 * Show the version graph on the right
 * Always show the forwarded state even if the bug is fixed
 * Display the version link if the fixed or found is set at all

17 years agoAdd support for a height/width in the version_url function
Don Armstrong [Mon, 19 Feb 2007 08:04:48 +0000 (00:04 -0800)]
Add support for a height/width in the version_url function

17 years agodo not lc() version or source-version
Don Armstrong [Mon, 19 Feb 2007 01:28:38 +0000 (17:28 -0800)]
do not lc() version or source-version

17 years agoadd the bugreport.cgi test script
Don Armstrong [Sat, 17 Feb 2007 21:24:07 +0000 (13:24 -0800)]
add the bugreport.cgi test script

17 years ago * Add HTTP::Server::Simple::CGI class to allow testing cgi scripts
Don Armstrong [Sat, 17 Feb 2007 21:23:39 +0000 (13:23 -0800)]
 * Add HTTP::Server::Simple::CGI class to allow testing cgi scripts

17 years agofix . in place of ,
Don Armstrong [Sat, 17 Feb 2007 21:23:13 +0000 (13:23 -0800)]
fix . in place of ,

17 years agoset repeatmerged to yes by default
Don Armstrong [Sat, 17 Feb 2007 21:22:49 +0000 (13:22 -0800)]
set repeatmerged to yes by default

17 years agoreadbug has moved to Debbugs::Status
Don Armstrong [Sat, 17 Feb 2007 21:21:36 +0000 (13:21 -0800)]
readbug has moved to Debbugs::Status

17 years agountaint $ENV{DEBBUGS_CONFIG_FILE} when appropriate
Don Armstrong [Sat, 17 Feb 2007 21:21:12 +0000 (13:21 -0800)]
untaint $ENV{DEBBUGS_CONFIG_FILE} when appropriate

17 years agouse get_bug_status instead of getbugstatus
Don Armstrong [Sun, 4 Feb 2007 08:53:54 +0000 (00:53 -0800)]
use get_bug_status instead of getbugstatus

17 years agouse bug_url instead of bugurl
Don Armstrong [Sun, 4 Feb 2007 08:48:57 +0000 (00:48 -0800)]
use bug_url instead of bugurl

17 years agoremove some of the old useless files still sticking around
Don Armstrong [Sat, 3 Feb 2007 08:11:11 +0000 (00:11 -0800)]
remove some of the old useless files still sticking around

17 years ago * Stop useless overspecification of variables in Debbugs::Packages
Don Armstrong [Sat, 3 Feb 2007 08:07:39 +0000 (00:07 -0800)]
 * Stop useless overspecification of variables in Debbugs::Packages
 * Comment better some of the complex maps and slices
 * Fix notfound writing in makestatus
 * Import binarytosource from Debbugs::Packages

17 years ago * Modularize some of the test calls used in the mail_handling test script
Don Armstrong [Sat, 3 Feb 2007 08:05:45 +0000 (00:05 -0800)]
 * Modularize some of the test calls used in the mail_handling test script
 * Test more of the control commands

17 years agofix the arrayref leaking into the myurl function problem
Don Armstrong [Tue, 30 Jan 2007 09:54:29 +0000 (01:54 -0800)]
fix the arrayref leaking into the myurl function problem

17 years ago * Output which script we're trying to run when it fails
Don Armstrong [Tue, 30 Jan 2007 08:19:23 +0000 (00:19 -0800)]
 * Output which script we're trying to run when it fails

17 years ago * Use HTML::Entities in process and service instead of sani (which sucks)
Don Armstrong [Tue, 30 Jan 2007 08:18:45 +0000 (00:18 -0800)]
 * Use HTML::Entities in process and service instead of sani (which sucks)

17 years agoimport getbugcomponent in gen-indices.in
Don Armstrong [Tue, 30 Jan 2007 08:17:37 +0000 (00:17 -0800)]
import getbugcomponent in gen-indices.in

17 years agouse carp to deprecate sani instead of warn
Don Armstrong [Tue, 30 Jan 2007 08:17:08 +0000 (00:17 -0800)]
use carp to deprecate sani instead of warn

17 years ago * Fix various "comparison to undef" issues that happen when the index
Don Armstrong [Tue, 30 Jan 2007 08:16:26 +0000 (00:16 -0800)]
 * Fix various "comparison to undef" issues that happen when the index
   has no entries
 * Fix typo in the export options for add_found_versions and a few
   other functions

17 years ago * Fix typo in send_mail_message
Don Armstrong [Tue, 30 Jan 2007 08:14:38 +0000 (00:14 -0800)]
 * Fix typo in send_mail_message

17 years ago * Use a DEBBUG_FH global (temporarily until we get better logging)
Don Armstrong [Tue, 30 Jan 2007 08:14:02 +0000 (00:14 -0800)]
 * Use a DEBBUG_FH global (temporarily until we get better logging)
 * Use $fh2 inside of the file lock eval so we don't conflict with $fh
   outside

17 years ago * Handle setting non-scalar variables to empty values properly
Don Armstrong [Tue, 30 Jan 2007 08:12:50 +0000 (00:12 -0800)]
 * Handle setting non-scalar variables to empty values properly
 * Use the $config reference in set_default instead of the global config

17 years ago * More changes to sendmail tester and the mail handling test script
Don Armstrong [Tue, 30 Jan 2007 07:41:46 +0000 (23:41 -0800)]
 * More changes to sendmail tester and the mail handling test script
   - It now runs successfully and tests things appropriately

17 years agomuch more work on the mail hadnling test script
Don Armstrong [Wed, 10 Jan 2007 06:24:09 +0000 (22:24 -0800)]
much more work on the mail hadnling test script

17 years agoremove debbuging code from Debbugs::Config and add the $gLibPath global
Don Armstrong [Wed, 10 Jan 2007 06:23:41 +0000 (22:23 -0800)]
remove debbuging code from Debbugs::Config and add the $gLibPath global

17 years ago * Use Debbugs::Config and the new $gLibPath global
Don Armstrong [Wed, 10 Jan 2007 06:23:11 +0000 (22:23 -0800)]
 * Use Debbugs::Config and the new $gLibPath global

17 years agoadd an owner index to gen-indices
Don Armstrong [Wed, 10 Jan 2007 06:22:39 +0000 (22:22 -0800)]
add an owner index to gen-indices

17 years agoadd the sendmail test script which is used by 06_mail_handling.t
Don Armstrong [Wed, 10 Jan 2007 06:21:54 +0000 (22:21 -0800)]
add the sendmail test script which is used by 06_mail_handling.t

17 years ago - Add support for hiding useless messages; thanks to Sune Vuorela.
Don Armstrong [Mon, 8 Jan 2007 00:56:41 +0000 (16:56 -0800)]
  - Add support for hiding useless messages; thanks to Sune Vuorela.
    (closes: #406020)

17 years ago * Switch to using Params::Validate in Debbugs::Mail
Don Armstrong [Sat, 23 Dec 2006 08:40:11 +0000 (00:40 -0800)]
 * Switch to using Params::Validate in Debbugs::Mail
 * Use Debbugs::Config in Debbugs::Mail and add a $gSendmail
   configuration variable to select the sendmail binary to run.

17 years ago * Use the Debbugs::Bugs search functions in cgi/pkgreport.cgi
Don Armstrong [Sat, 23 Dec 2006 08:21:51 +0000 (00:21 -0800)]
 * Use the Debbugs::Bugs search functions in cgi/pkgreport.cgi

17 years agoClean up the documentation on reopen's deprecation
Don Armstrong [Wed, 13 Dec 2006 07:57:50 +0000 (23:57 -0800)]
Clean up the documentation on reopen's deprecation

17 years ago * Unless there are fixed_versions, a done bug is done in all versions
Don Armstrong [Wed, 13 Dec 2006 07:45:56 +0000 (23:45 -0800)]
 * Unless there are fixed_versions, a done bug is done in all versions

17 years ago * Move getmaintainers and mail parsing functions to Debbugs::Common
Don Armstrong [Wed, 13 Dec 2006 07:44:54 +0000 (23:44 -0800)]
 * Move getmaintainers and mail parsing functions to Debbugs::Common

17 years ago * Fix various issues with selecting package and maintainers
Don Armstrong [Wed, 13 Dec 2006 07:44:04 +0000 (23:44 -0800)]
 * Fix various issues with selecting package and maintainers

17 years ago * Add a getmaintainers_rev to Debbugs::CGI
Don Armstrong [Wed, 13 Dec 2006 07:43:22 +0000 (23:43 -0800)]
 * Add a getmaintainers_rev to Debbugs::CGI
 * Move the address parser to Debbugs::Common

17 years ago * Use the Debbugs:: modules in gen-indices
Don Armstrong [Wed, 13 Dec 2006 07:41:57 +0000 (23:41 -0800)]
 * Use the Debbugs:: modules in gen-indices
 * Use the configuration file to determine the location of the spool
 * Split on email addresses separated by a comma properly

17 years agoadd the beginnings of the mail testing scripts
Don Armstrong [Fri, 1 Dec 2006 06:40:09 +0000 (22:40 -0800)]
add the beginnings of the mail testing scripts

17 years ago * We now depend on libcgi-simple-perl; indicate it in the Depends: line
Don Armstrong [Fri, 1 Dec 2006 06:39:17 +0000 (22:39 -0800)]
 * We now depend on libcgi-simple-perl; indicate it in the Depends: line

17 years ago * Strip out the rest of the functions from cgi/common.pl that have
Don Armstrong [Fri, 1 Dec 2006 06:38:26 +0000 (22:38 -0800)]
 * Strip out the rest of the functions from cgi/common.pl that have
   been moved to Debbugs::CGI

17 years ago * Stop using cgi/common.pl in bugreport.cgi
Don Armstrong [Fri, 1 Dec 2006 06:37:18 +0000 (22:37 -0800)]
 * Stop using cgi/common.pl in bugreport.cgi
 * bugreport.cgi is now fully modularized
 * various changes to make bugreport.cgi compatible with the
   modularized functions

17 years ago * Add isstrongseverity to Debbugs::Status
Don Armstrong [Fri, 1 Dec 2006 06:35:35 +0000 (22:35 -0800)]
 * Add isstrongseverity to Debbugs::Status
 * Fix errors in the bug_archiveable command

17 years agoadd buglog to Debbugs::Common
Don Armstrong [Fri, 1 Dec 2006 06:29:39 +0000 (22:29 -0800)]
add buglog to Debbugs::Common

17 years agoadd more code from cgi/common.pl to Debbugs::CGI; remove get_bug_status
Don Armstrong [Fri, 1 Dec 2006 06:28:52 +0000 (22:28 -0800)]
add more code from cgi/common.pl to Debbugs::CGI; remove get_bug_status

17 years agofix Debbugs::Status for the errorlib changes; fix 03_versions.t
Don Armstrong [Tue, 21 Nov 2006 07:59:30 +0000 (23:59 -0800)]
fix Debbugs::Status for the errorlib changes; fix 03_versions.t

17 years ago merge changes from mainline
Don Armstrong [Tue, 21 Nov 2006 07:52:05 +0000 (23:52 -0800)]
 merge changes from mainline

17 years ago * fix missing </a>; add description of how found works to the control documentation
Don Armstrong [Tue, 21 Nov 2006 07:47:44 +0000 (23:47 -0800)]
 * fix missing </a>; add description of how found works to the control documentation

17 years agomerge fixes for silly jidanni bugs
Don Armstrong [Mon, 20 Nov 2006 23:04:00 +0000 (15:04 -0800)]
merge fixes for silly jidanni bugs

17 years agofix various jidanni complaints
Don Armstrong [Mon, 20 Nov 2006 23:02:05 +0000 (15:02 -0800)]
fix various jidanni complaints

17 years agomerge fix for #395027
Don Armstrong [Mon, 20 Nov 2006 12:12:58 +0000 (04:12 -0800)]
merge fix for #395027

17 years ago * Start documenting the global names of variables in Debbugs::Config
Don Armstrong [Mon, 20 Nov 2006 12:11:20 +0000 (04:11 -0800)]
 * Start documenting the global names of variables in Debbugs::Config
 * Add a @gDistributions for use in cgi/version.cgi which
   automatically sets the set of distribution tags.

17 years ago * Fix various silly statements in cgi/pkgreport.cgi
Don Armstrong [Mon, 20 Nov 2006 12:09:09 +0000 (04:09 -0800)]
 * Fix various silly statements in cgi/pkgreport.cgi
 * Fix ordering with usertags

17 years ago * Add versioning archival/removal support to the configuration file
Don Armstrong [Sat, 18 Nov 2006 09:20:24 +0000 (01:20 -0800)]
 * Add versioning archival/removal support to the configuration file
 * Write out the bug_archiveable function
 * Move the private functions to the bottom of Debbugs::Status where
   they belong
 * Call bug_archiveable from pkgreport.cgi for display of the current
   archival status.

17 years ago * Fix typo in archive/archived url specification
Don Armstrong [Sat, 18 Nov 2006 07:46:02 +0000 (23:46 -0800)]
 * Fix typo in archive/archived url specification
 * Move to using Debbugs::Config in pkgreport.cgi, including the text urls
 * Remove the errorlib require line that was commented out

17 years ago * Finish migration to Debbugs::Config in bugreport.cgi
Don Armstrong [Sat, 18 Nov 2006 07:44:37 +0000 (23:44 -0800)]
 * Finish migration to Debbugs::Config in bugreport.cgi
 * Make use of the basic text snippets which have moved to Debbugs::Config
 * Fix the <BODY"> bug

17 years agomake sure to include the source of interesting versions
Don Armstrong [Sat, 18 Nov 2006 07:42:03 +0000 (23:42 -0800)]
make sure to include the source of interesting versions

17 years agoexport read_bug
Don Armstrong [Wed, 15 Nov 2006 02:16:06 +0000 (18:16 -0800)]
export read_bug

17 years ago * Make a read_bug which takes multiple arguments, and have readbug call it.
Don Armstrong [Wed, 15 Nov 2006 02:15:45 +0000 (18:15 -0800)]
 * Make a read_bug which takes multiple arguments, and have readbug call it.

17 years ago * Move get_bug_status to Debbugs::Status
Don Armstrong [Wed, 15 Nov 2006 01:57:21 +0000 (17:57 -0800)]
 * Move get_bug_status to Debbugs::Status
 * Eliminate buggyversion; replace it with a buggy in Debbugs::Status
 * make getbugstatus in cgi/common.pl a wrapper which calls
   Debbugs::Status::get_bug_status

17 years ago * use :text support in common.pl
Don Armstrong [Sat, 11 Nov 2006 08:52:23 +0000 (00:52 -0800)]
 * use :text support in common.pl

17 years ago * Support setting the common values from text in /etc/debbugs/config
Don Armstrong [Sat, 11 Nov 2006 08:51:47 +0000 (00:51 -0800)]
 * Support setting the common values from text in /etc/debbugs/config
 * Allow globals which have been set to influence set_default

17 years ago * remove the rest of the lock detrius and id from errorlib.in
Don Armstrong [Sat, 11 Nov 2006 08:50:43 +0000 (00:50 -0800)]
 * remove the rest of the lock detrius and id from errorlib.in

17 years ago * Move makesourceversions to Debbugs::Packages
Don Armstrong [Sat, 11 Nov 2006 07:30:56 +0000 (23:30 -0800)]
 * Move makesourceversions to Debbugs::Packages
 * Only lookup the in the tied hash once; store the result, and avoid
   looking up it again. [This avoids wasting time thaw'ing it multiple
   times, and the lookup time.]
 * use Debbugs::Config qw(:globals) in common.pl; get rid of useless
   debbugs:: cruft.

17 years agoadd test for Debbugs::Packages
Don Armstrong [Sat, 11 Nov 2006 07:27:48 +0000 (23:27 -0800)]
add test for Debbugs::Packages

17 years agodisallow forwarded being set to a $gEmailDomain address
Don Armstrong [Wed, 8 Nov 2006 02:05:46 +0000 (18:05 -0800)]
disallow forwarded being set to a $gEmailDomain address

17 years ago * Modularize out cgi_parameters; make it do default values and
Don Armstrong [Tue, 7 Nov 2006 11:14:26 +0000 (03:14 -0800)]
 * Modularize out cgi_parameters; make it do default values and
   singletons
 * Redo pkgindex so that it supports indexing by a first value, and
   indicing results
 * Adapt versions.cgi and search.cgi to deal with the changes in
   cgi_parameters
 * Fix versions.cgi so that it deals properly with source packages

17 years ago * Clean up removefoundversions and add tests for the new functionality
Don Armstrong [Mon, 6 Nov 2006 09:17:20 +0000 (01:17 -0800)]
 * Clean up removefoundversions and add tests for the new functionality

17 years ago * my_url in pkgreport.cgi now returns the complete url (closes: #378566)
Don Armstrong [Mon, 6 Nov 2006 08:42:19 +0000 (00:42 -0800)]
 * my_url in pkgreport.cgi now returns the complete url (closes: #378566)
 * Document precisely how forwarded works (closes: #228049)

17 years agomerge changes from source tree
Don Armstrong [Mon, 23 Oct 2006 00:26:11 +0000 (17:26 -0700)]
merge changes from source tree

17 years agoshow version graph link on bugreport.cgi
Don Armstrong [Mon, 23 Oct 2006 00:24:09 +0000 (17:24 -0700)]
show version graph link on bugreport.cgi

17 years agoAllow for useless messages to be hidden
Don Armstrong [Mon, 23 Oct 2006 00:23:42 +0000 (17:23 -0700)]
Allow for useless messages to be hidden

17 years ago * Add doctype line
Don Armstrong [Sun, 22 Oct 2006 11:46:34 +0000 (04:46 -0700)]
 * Add doctype line
 * remove extra </td>
 * Fix option typo

17 years ago * Add Debbugs::SOAP::Status
Don Armstrong [Sun, 22 Oct 2006 09:48:36 +0000 (02:48 -0700)]
 * Add Debbugs::SOAP::Status
 * Merge changes from mainline
- Debbugs::Bugs
 * Add MLDBM index support
 * Add function support
- Debbugs::CGI
 * Add set_url_params to set URL_PARARAMS
 * Fix bug_url to do the same
 * Add version_url to create a link to the version.cgi script
 * Move a grip of functions from common.pl here
- Debbugs::Common
 * Ditch useless locals()
- Debbugs::Config
 * Add $gVersionPackagesDir $gVersionIndex,
   $gBinarySourceMap, and $gSourceBinaryMap
 * Add %gSearchEstraier
- Debbugs::Estraier
 * Add remove_old_messages function; not called because the indexes
   which are needed aren't currently created.
- Debbugs::Package
 * Fix typo in getversions
- Debbugs::Status
 * Use Debbugs Mime
 * move some functions out of Debbugs::Status
- Debbugs::User
 * Use the Debbugs::Config module
- add_bug_to_estraier
 * Use Debbugs::Config
 * Beginings of hooks to remove old messages
- cgi/common.pl
 * Most functions moved out to other modules and 'use'd here.

17 years ago* When a bug can't be found in control@; indicate to user that it may
Don Armstrong [Sun, 22 Oct 2006 08:06:05 +0000 (01:06 -0700)]
* When a bug can't be found in control@; indicate to user that it may
  be archived. (closes: #153536)

17 years ago * Make it obvious when commands to control have failed
Don Armstrong [Sun, 22 Oct 2006 08:00:31 +0000 (01:00 -0700)]
 * Make it obvious when commands to control have failed
   (closes: #344184)
 * Fix javascript error in pkgreport.cgi (closes: #346043)

17 years agoMake sure the timestamp is set from UTC
Don Armstrong [Sat, 21 Oct 2006 08:10:21 +0000 (01:10 -0700)]
Make sure the timestamp is set from UTC

17 years agoadd support for setting the user corresponding to a user tag
Don Armstrong [Sat, 21 Oct 2006 08:09:25 +0000 (01:09 -0700)]
add support for setting the user corresponding to a user tag

17 years agodocument usertag setting on initial e-mail
Don Armstrong [Sat, 21 Oct 2006 03:53:32 +0000 (20:53 -0700)]
document usertag setting on initial e-mail

17 years agoadd usertags support to process.in
Don Armstrong [Sat, 21 Oct 2006 03:50:01 +0000 (20:50 -0700)]
add usertags support to process.in

17 years agouse portable storable images
Don Armstrong [Sat, 21 Oct 2006 03:24:03 +0000 (20:24 -0700)]
use portable storable images

17 years ago use Storable in Debbugs::Packages
Don Armstrong [Fri, 20 Oct 2006 21:06:04 +0000 (14:06 -0700)]
 use Storable in Debbugs::Packages

17 years ago * Use MLDBM DB_File Storable in gen-indices and cgi/common.pl
Don Armstrong [Fri, 20 Oct 2006 04:42:10 +0000 (21:42 -0700)]
 * Use MLDBM DB_File Storable in gen-indices and cgi/common.pl
 * Add a reverse index to allow incremental updates of bugs
 * Add pod2usage documentation of gen-indices
 * Stop using pack et al; and just allow Storable to transparently
   handle everything

17 years agoclose race condition when updating bts indices
Don Armstrong [Wed, 18 Oct 2006 22:16:24 +0000 (15:16 -0700)]
close race condition when updating bts indices

17 years agofix typo in gen-indices
Don Armstrong [Mon, 9 Oct 2006 06:25:02 +0000 (23:25 -0700)]
fix typo in gen-indices

17 years ago Modify dir and list assignment to be a single map
Don Armstrong [Mon, 9 Oct 2006 06:18:10 +0000 (23:18 -0700)]
 Modify dir and list assignment to be a single map

17 years agofix gen-indices; add back in postprocess stuff
Don Armstrong [Mon, 9 Oct 2006 05:47:15 +0000 (22:47 -0700)]
fix gen-indices; add back in postprocess stuff

17 years agoadd gen-indices and add a quick option to it
Don Armstrong [Mon, 9 Oct 2006 01:31:33 +0000 (18:31 -0700)]
add gen-indices and add a quick option to it

17 years ago * Add a Debbugs::Status; this module contains the routines for
Don Armstrong [Sat, 23 Sep 2006 08:52:50 +0000 (01:52 -0700)]
 * Add a Debbugs::Status; this module contains the routines for
   interacting with status and summary files
 * Move all of the status related routines out of errorlib.in to here

17 years ago * Use warnings in Debbugs::Packages
Don Armstrong [Sat, 23 Sep 2006 08:51:21 +0000 (01:51 -0700)]
 * Use warnings in Debbugs::Packages
 * Only export when asked to export
 * Use the proper configuration items, instead of assuming that
   they're in the debbugs package.

17 years ago * Move functions in errorlib.in to Debbugs::Common
Don Armstrong [Sat, 23 Sep 2006 08:50:04 +0000 (01:50 -0700)]
 * Move functions in errorlib.in to Debbugs::Common
 * Rewrite the lockfile routines to use flock() and be less manic.
 * Use Debbugs::Config whereever possible

17 years agofix typo in bug number
Don Armstrong [Sun, 17 Sep 2006 09:50:40 +0000 (02:50 -0700)]
fix typo in bug number

17 years ago * Don't ask for more bugs if there is no maintainer (closes: #355190)
Don Armstrong [Sun, 17 Sep 2006 07:25:33 +0000 (00:25 -0700)]
 * Don't ask for more bugs if there is no maintainer (closes: #355190)
 * Stop refering to developers on the index page (closes: #355768)
 * Change control@ stop regex and documentation to match eachother
   (closes: #366093)

17 years agoAllow messages to -help to go through as well; fixes #385331
Don Armstrong [Sun, 17 Sep 2006 06:55:36 +0000 (23:55 -0700)]
Allow messages to -help to go through as well; fixes #385331

17 years ago * Document that messages to -forwarded do not get sent to the maintainer.
Don Armstrong [Sun, 17 Sep 2006 06:53:22 +0000 (23:53 -0700)]
 * Document that messages to -forwarded do not get sent to the maintainer.