aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bugzilla_email_append.pl
Commit message (Collapse)AuthorAgeFilesLines
* bug 163024 - bugzilla_email_append calls processmail incorrectlybbaetz%student.usyd.edu.au2002-09-031-1/+1
| | | | r=joel, preed
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Fix for bug 154008: some basic (but incomplete) maintenance on bug_email.pl, ↵justdave%syndicomm.com2002-07-251-4/+7
| | | | | | | | also fixes a possible security hole with a misuse of a system() call. Patches by Erik Anderson <erikba@teamworkgroup.com> and Brad Baetz <bbaetz@student.usyd.edu.au> r= myk, justdave
* Added a bugzilla.procmailrc as a sample procmailrc fileseth%cs.brandeis.edu2000-03-161-1/+3
| | | | bugzilla_email_append.pl calls processmail.pl after writing out the changes.
* A few changes ...seth%cs.brandeis.edu2000-03-161-0/+187
1. BugzillaEmail.pm is a (kinda, sorta) module which is going to hold the various code which is common between all the scripts which access bugzilla via email. 2. bug_email.pl uses this module 3. bugzilla_email_append.pl is a mostly ready script which will append messages to existing bugs.