summaryrefslogtreecommitdiffstats
path: root/processmail
AgeCommit message (Collapse)AuthorFilesLines
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-20Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net1-5/+18
Attachments. Patch by bugreport@peshkin.net; r=gerv.
2002-08-10Bug 161402 - Disable DBI taint mode in processmailbbaetz%student.usyd.edu.au1-4/+0
r=joel x2
2002-07-11Bug 117297: CC list mailing had case-sensitive dupe checking, making it ↵jouni%heikniemi.net1-5/+12
possible to mail both "a@b.com" and "a@B.com". Patch by thomas+mozilla@stromberg.org (Thomas Stromberg), r=jouni,timeless
2002-07-03Fix for bug 122900: implements email preference for unconfirmed bugs.myk%mozilla.org1-153/+125
r=jouni
2002-05-23Fix for bug 146261: fixes bug preventing the sending of email to users when ↵myk%mozilla.org1-4/+2
the status of bugs changes in some situations. Patch by Tim Taylor <ttaylor@mitre.org>. r=myk,bbaetz
2002-04-14Bug 110980 - no email to cc list when opening new bugbbaetz%student.usyd.edu.au1-1/+6
original patch by jake@bugzilla.org, merged to current sources by bbaetz@student.usyd.edu.au r=gerv, justdave
2002-03-24Bug 128419 - link to email preferences from bug changed notification isbbaetz%student.usyd.edu.au1-1/+1
wrong r=afranke x 2
2002-03-04Bug 106377 - processmail rescanall should use lastdiffedbbaetz%student.usyd.edu.au1-3/+13
r=justdave, ddkilzer@theracingworld.com
2002-02-17Fix for bug 125516: the recent fix for emails truncating when a period ↵justdave%syndicomm.com1-1/+1
occurred on a line by itself broke Exim because it needs the -t and -i as separate parameters instead of stacked (the original patch had -ti) Patch by Tobias Burnus <burnus@gmx.de> r= justdave, gerv
2002-02-06Fix for bug 117055: Emails were being truncated if they contained a line ↵justdave%syndicomm.com1-1/+1
with nothing but a period on them. We now pass -i to sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with a period). Has been tested with sendmail and postfix. Patch by Dave Miller <justdave@syndicomm.com> r= afranke, bugzilla@bkor.dhs.org, jake
2002-01-30Fix for bug 104521: Removes old attachment interface in favor of new ↵myk%mozilla.org1-3/+3
attachment tracker. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko
2002-01-16Fix for bug 99608: dependency mails are no longer sent if the dependent bug ↵justdave%syndicomm.com1-10/+28
can't be seen by the would-be recipient of the email. Patch by Jake Steenhagen and David Kilzer r= gerv, justdave
2002-01-11Fix for bug 113383: Add a link to the dependent bug in emails about a ↵myk%mozilla.org1-3/+4
dependent bug changing state. Patch by Myk Melez <myk@mozilla.org>. r=caillon,jake
2001-10-24Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca1-17/+13
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com1-12/+12
remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
2001-10-06Fix for bug 66651 - Include link to attachment in notification mailjake%acutex.net1-0/+11
Patch by Gavin Shelley <gavins@iplbath.com> r= jake@acutex.net
2001-08-31Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org1-2/+3
users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
2001-08-30Fix for bug 28736 - Bugmail will now show the summary for the bug that ↵jake%acutex.net1-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
2001-08-14Fix for bug 26194: There are now substitution parameters available for use ↵justdave%syndicomm.com1-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
2001-08-12patch for bug 26194: Header explaining reason d'etre for email in New email ↵zach%zachlipton.com1-9/+44
notification scheme. Patch by MattyT <matty@chariot.net.au>, r=zach@zachlipton.com.
2001-07-21Fix for bugs 55161 and 12819. The activity log now stores only what's ↵jake%acutex.net1-6/+4
changed in multi-value fields. r= justdave@syndicomm.com
2001-07-04Fix for bug 59349: Processmail now runs in taint (perl -T and ↵justdave%syndicomm.com1-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
2001-06-14Bugzilla shouldn't display empty header in the New: email notifications (bug ↵jake%acutex.net1-2/+2
85734) r=timeless
2001-06-02Fix for bug 78407: extra safeguard against overpopping the email list when ↵justdave%syndicomm.com1-0/+1
pruning people who aren't supposed to get mail. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
2001-05-24Bug 71552 - Remove oldemailtech from Bugzillajake%acutex.net1-538/+87
r= justdave@syndicomm.com
2001-04-08Fix for bug 71808: Can't set email preferences for voters (which caused ↵justdave%syndicomm.com1-1/+15
voters to get OldEmailTech notifications. Patch by jake@acutex.net r= justdave
2001-04-08Fix for bug 71912: changes email pref for "If I'm removed from that ↵justdave%syndicomm.com1-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
2001-04-07Re-fix for bug 29820: remove "Changed" from email subject line. Based on ↵justdave%syndicomm.com1-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.
2001-04-04Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.netdave%intrec.com1-1/+1
2001-03-29fix for 71798: bugmail not sent when moving from cc to assigned fieldscyeh%bluemartini.com1-3/+1
checked in patch based on patch submitted by jake@acutex.net
2001-03-16Re-fix for bug 71550: all watchers are now accounted for instead of only the ↵dave%intrec.com1-3/+5
first watcher found.
2001-03-15Fix for bug 71550: watchers now get email based on their own preferences ↵dave%intrec.com1-23/+21
rather than the preferences of the person they are watching. Patch by jake@acutex.net, r= dave@intrec.com
2001-03-12Fixed bug 71600: mail would be sent about a given bug iff all flags for ↵dmose%mozilla.org1-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
2001-02-15fix for bug found in original 17464 patch, where removal from the CC list ↵dmose%mozilla.org1-38/+88
was not generating a mail. r=donm@bluemartini.com
2001-01-25Re-fixing bug 30694. part of the original patch got left out.dave%intrec.com1-1/+1
2001-01-25patch from bug 17464 to give user some control over what sorts of bug mail ↵dmose%mozilla.org1-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
2000-09-16fix for 41303: new email tech doesn't work with emailregexpcyeh%bluemartini.com1-1/+6
patch by JRobertson@medevolve.com (Jon Robertson)
2000-09-14fix for 29820: Remove "Changed" from email subject linecyeh%bluemartini.com1-1/+6
patch submitted by zach@math.berkeley.edu, additional commentary by cyeh@bluemartini.com.
2000-09-14fix for 51520: Missing uses of Param('emailsuffix')cyeh%bluemartini.com1-1/+3
patch submitted by john.beranek@pace.co.uk (John Beranek)
2000-09-02Removing duplicate variable declaration from patch for bug 50698. Thedave%intrec.com1-2/+2
sendmail deferred vs immediate delivery Param is now honored even in Perl 5.6.
2000-08-30fix for 50698: parameter for sendmail deferred modecyeh%bluemartini.com1-2/+11
2000-08-30fix for 38624: "New value" column smaller than "old value" column. added ancyeh%bluemartini.com1-1/+1
extra "<" in FormatTriple so that old/new are the same size
2000-08-22fix for bug #44622: perl5.6 vs perl5.005 -w: more anal 5.6 causes errors.cyeh%bluemartini.com1-4/+4
patches by mtakacs@pacbell.net.
2000-08-02Undoing missing QA bug introduced with earlier patch (see bug 30826 fordave%intrec.com1-1/+1
details)
2000-07-23Fix for bug 30826 (new email tech not being honored for QA contacts).dave%intrec.com1-5/+7
2000-04-12use sendmail deferred delivery to avoid long hangs at bug submission timedmose%mozilla.org1-3/+4
2000-03-29allow users to watch the bugs of other usersdmose%mozilla.org1-129/+137
2000-03-11Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org1-2/+2
the difference between new comments and people copying stuff in from old comments.
2000-01-30Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.terry%mozilla.org1-0/+1