gecko-dev/webtools/bugzilla/contrib
justdave%syndicomm.com 36e8c1934e Bugs 171127 and 192512: bug_email.pl was still using the old groups system and also the old outgoing mail system. This patch brings it up to date.
Patch by Alex Schuilenburg <alex@schuilenburg.org>
no r= for contrib, a= justdave
2003-08-22 14:59:13 +00:00
..
cmdline
bug_email.pl Bugs 171127 and 192512: bug_email.pl was still using the old groups system and also the old outgoing mail system. This patch brings it up to date. 2003-08-22 14:59:13 +00:00
bugmail_help.html
bugzilla_email_append.pl bug 163024 - bugzilla_email_append calls processmail incorrectly 2002-09-03 06:39:01 +00:00
bugzilla_ldapsync.rb Bug 203080 - New version of LDAP to Bugzilla account sync script. 2003-04-26 16:35:04 +00:00
bugzilla.procmailrc
BugzillaEmail.pm Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) 2002-08-26 06:17:26 +00:00
cvs-update.sh Updating my e-mail address as jake@acutex.net is no longer valid. 2002-08-27 04:28:05 +00:00
gnats2bz.pl
jb2bz.py Adding jb2bz.py to contrib (bug 124869). 2002-02-13 14:59:30 +00:00
mysqld-watcher.pl Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line 2003-03-27 00:07:02 +00:00
README Bug 198458: Added LDAP Sync script contributed by thomas+mozilla@stromberg.org (Thomas Stromberg) to the contrib directory. 2003-04-22 04:11:32 +00:00
README.Mailif
yp_nomail.sh

This directory contains contributed software related to Bugzilla.
Things in here have not necessarily been tested or tried by anyone
except the original contributor, so tred carefully.  But it may still
be useful to you.

This directory includes:

   mysqld-watcher.pl --  This script can be installed as a frequent cron 
                         job to clean up stalled/dead queries.
         gnats2bz.pl --  A perl script to help import bugs from a GNATS 
                         database into a Bugzilla database.  Contributed by
                         Tom Schutter <tom@platte.com>
 
        bug_email.pl --  A perl script that can receive email containing
                         bug reports (email-interface). Contributed by
                         Klaas Freitag <freitag@SuSE.de>
 	
       README.Mailif --  Readme describing the mail interface.
   bugmail_help.html --  User help page for the mail interface.
 
        yp_nomail.sh --  Script you can run via cron that regularly updates
                         the nomail file for terminated employees 
bugzilla_ldapsync.rb --  Script you can run via cron that queries an LDAP
                         server for e-mail addresses to add Bugzilla users
                         for. Will optionally disable Bugzilla users with
                         no matching LDAP record. Contributed by Thomas
                         Stromberg <thomas+bugzilla@stromberg.org>