aboutsummaryrefslogtreecommitdiffstats
path: root/processmail
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org2001-08-311-2/+3
| | | | | | | users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
* Fix for bug 28736 - Bugmail will now show the summary for the bug that ↵jake%acutex.net2001-08-301-4/+7
| | | | | | | changed in the "This bug depends on bug X, which changed state" messages. Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
* Fix for bug 26194: There are now substitution parameters available for use ↵justdave%syndicomm.com2001-08-141-1/+1
| | | | | | | | | | | in newchangedmail which will include the reason(s) that the person is receiving the mail in either an email header, the body of the message, or both. The default newchangedmail parameter includes these in it. If you have an existing installation you will need to either hit "reset" next to the newchangedmail parameter, or add the substitution parameters where you like them according to the instructions given in editparams.cgi viewed from the web. Patch by Matthew Tuck <matty@chariot.net.au> and Zach Lipton <zach@zachlipton.com> r= justdave@syndicomm.com
* patch for bug 26194: Header explaining reason d'etre for email in New email ↵zach%zachlipton.com2001-08-121-9/+44
| | | | | | notification scheme. Patch by MattyT <matty@chariot.net.au>, r=zach@zachlipton.com.
* Fix for bugs 55161 and 12819. The activity log now stores only what's ↵jake%acutex.net2001-07-201-6/+4
| | | | | | changed in multi-value fields. r= justdave@syndicomm.com
* Fix for bug 59349: Processmail now runs in taint (perl -T and ↵justdave%syndicomm.com2001-07-041-7/+33
| | | | | | | $db->{Taint}=1) mode. Hooks also added to globals.pl to make converting other files in Bugzilla to run in Taint mode easier. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Bugzilla shouldn't display empty header in the New: email notifications (bug ↵jake%acutex.net2001-06-141-2/+2
| | | | | | 85734) r=timeless
* Fix for bug 78407: extra safeguard against overpopping the email list when ↵justdave%syndicomm.com2001-06-021-0/+1
| | | | | | | pruning people who aren't supposed to get mail. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Bug 71552 - Remove oldemailtech from Bugzillajake%acutex.net2001-05-241-538/+87
| | | | r= justdave@syndicomm.com
* Fix for bug 71808: Can't set email preferences for voters (which caused ↵justdave%syndicomm.com2001-04-081-1/+15
| | | | | | | voters to get OldEmailTech notifications. Patch by jake@acutex.net r= justdave
* Fix for bug 71912: changes email pref for "If I'm removed from that ↵justdave%syndicomm.com2001-04-071-2/+21
| | | | capacity" to "If I'm added to or removed from that capacity", so you can still get mail when someone adds you to a CC. Patch by <jake@acutex.net> r= justdave
* Re-fix for bug 29820: remove "Changed" from email subject line. Based on ↵justdave%syndicomm.com2001-04-071-2/+2
| | | | | | | | | | | patch submitted by Stephan Niemz [faniz] <st.n@gmx.net>, r= jake, cyeh UPGRADE NOTES: when you install this update, you will need to change the subject line in your 'changedmail' and 'newchangedmail' params from the web by running editparams.cgi. The subject line needs to be changed from: Subject: [Bug %bugid%] %neworchanged% - %summary% to Subject: [Bug %bugid%] %neworchanged%%summary% Or whatever is appropriate for the subject you are using on your system. Note the removal of the " - " in the middle.
* Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.netdave%intrec.com2001-04-041-1/+1
|
* fix for 71798: bugmail not sent when moving from cc to assigned fieldscyeh%bluemartini.com2001-03-291-3/+1
| | | | checked in patch based on patch submitted by jake@acutex.net
* Re-fix for bug 71550: all watchers are now accounted for instead of only the ↵dave%intrec.com2001-03-161-3/+5
| | | | first watcher found.
* Fix for bug 71550: watchers now get email based on their own preferences ↵dave%intrec.com2001-03-151-23/+21
| | | | rather than the preferences of the person they are watching. Patch by jake@acutex.net, r= dave@intrec.com
* Fixed bug 71600: mail would be sent about a given bug iff all flags for ↵dmose%mozilla.org2001-03-121-2/+13
| | | | stuff changed in a given group were set. Should have sent mail if any flags for stuff changed in a given group were set. r=dave@intrec.com,endico@mozilla.org
* fix for bug found in original 17464 patch, where removal from the CC list ↵dmose%mozilla.org2001-02-151-38/+88
| | | | was not generating a mail. r=donm@bluemartini.com
* Re-fixing bug 30694. part of the original patch got left out.dave%intrec.com2001-01-251-1/+1
|
* patch from bug 17464 to give user some control over what sorts of bug mail ↵dmose%mozilla.org2001-01-251-11/+370
| | | | get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com
* fix for 41303: new email tech doesn't work with emailregexpcyeh%bluemartini.com2000-09-161-1/+6
| | | | patch by JRobertson@medevolve.com (Jon Robertson)
* fix for 29820: Remove "Changed" from email subject linecyeh%bluemartini.com2000-09-141-1/+6
| | | | | patch submitted by zach@math.berkeley.edu, additional commentary by cyeh@bluemartini.com.
* fix for 51520: Missing uses of Param('emailsuffix')cyeh%bluemartini.com2000-09-141-1/+3
| | | | patch submitted by john.beranek@pace.co.uk (John Beranek)
* Removing duplicate variable declaration from patch for bug 50698. Thedave%intrec.com2000-09-021-2/+2
| | | | | sendmail deferred vs immediate delivery Param is now honored even in Perl 5.6.
* fix for 50698: parameter for sendmail deferred modecyeh%bluemartini.com2000-08-301-2/+11
|
* fix for 38624: "New value" column smaller than "old value" column. added ancyeh%bluemartini.com2000-08-301-1/+1
| | | | extra "<" in FormatTriple so that old/new are the same size
* fix for bug #44622: perl5.6 vs perl5.005 -w: more anal 5.6 causes errors.cyeh%bluemartini.com2000-08-221-4/+4
| | | | patches by mtakacs@pacbell.net.
* Undoing missing QA bug introduced with earlier patch (see bug 30826 fordave%intrec.com2000-08-021-1/+1
| | | | details)
* Fix for bug 30826 (new email tech not being honored for QA contacts).dave%intrec.com2000-07-231-5/+7
|
* use sendmail deferred delivery to avoid long hangs at bug submission timedmose%mozilla.org2000-04-121-3/+4
|
* allow users to watch the bugs of other usersdmose%mozilla.org2000-03-291-129/+137
|
* Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org2000-03-111-2/+2
| | | | | the difference between new comments and people copying stuff in from old comments.
* Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.terry%mozilla.org2000-01-301-0/+1
|
* Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org2000-01-251-1/+1
| | | | | | bottom. Made "My bugs" show bugs you own AND bugs you submitted. Added ability to display your named queries in the footer. Many random bugfixes.
* New email code wasn't sending to people who had voted for a bug.terry%mozilla.org2000-01-241-1/+8
| | | | Added "My votes" link to footer. Other minor voting-related fixes.
* New email code wasn't notifying people of changes in state ofterry%mozilla.org2000-01-231-17/+61
| | | | dependent bugs.
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-221-1/+237
| | | | | | | | | different fields we keep an activity log on. The bugs_activity table now has a pointer into that table instead of recording the name directly. Set up a new, highly experimental email-notification scheme. To turn it on, the maintainer has to turn on the "New email tech" param, and then individual users have to turn on the "New email tech" preference.
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-1/+32
| | | | | | | me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
* Send one last email notification to people when a bug gets reassignedterry%mozilla.org2000-01-141-5/+15
| | | | away from them or they get removed from the CC list.
* Whoops! Was reporting ASSIGNED bugs as being closed. Also, changedterry%mozilla.org1999-11-031-4/+6
| | | | | | it to report the resolution of the bug instead of the word "closed". Many thanks to dbaron@fas.harvard.edu for suggesting this change, and reporting the bug.
* Due to popular request, "bug changed" mail will only report changes interry%mozilla.org1999-11-031-8/+17
| | | | | | | state on dependent bugs if they move from an 'open' to a 'closed' state, or visa-versa. Also, if there are more than 5 bugs on the list, then we won't even try to generate the details (doing so only generates lots of extra mail that is too hard to parse anyway.)
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Let's not keep everything locked up while regenerating.terry%mozilla.org1999-10-121-0/+2
|
* Stop reporting "area"; don't report voters on the CC line.terry%mozilla.org1999-10-121-7/+13
|
* Make "rescanall" only check bugs which have changed in the last two days.terry%mozilla.org1999-10-121-1/+1
|
* Added ability to run "processmail rescanall" to scan *every* bug forterry%mozilla.org1999-10-121-1/+15
| | | | any mail that ought to be sent to someone.
* Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1999-10-081-0/+4
| | | | be fixed.
* Don't send email notification of bug changes to people who aren't allowed to ↵terry%mozilla.org1999-09-261-3/+6
| | | | see that bug.
* Patch by msrex@suse.de -- don't send mail to the same address moreterry%mozilla.org1999-08-041-1/+2
| | | | | than once (in case our mail transport is too stupid to remove the dups for us).
* Added the ability to configure bugzilla so that we only allow localterry%mozilla.org1999-06-151-1/+1
| | | | usernames for email addresses.