From 54641d0e624239fdbe1c9e6dc724b977f2aeebbb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 15 Aug 2006 02:45:15 +0000 Subject: Bug 275636: Templatise 'newchangedmail' email (BugMail) - Patch by André Batosti r=LpSolit a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Config/MTA.pm | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index 474160a72..4364db49b 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -62,35 +62,6 @@ sub get_param_list { default => 'localhost' }, - { - name => 'newchangedmail', - type => 'l', - default => 'From: bugzilla-daemon -To: %to% -Subject: [Bug %bugid%] %neworchanged%%summary% -%threadingmarker% -X-Bugzilla-Reason: %reasonsheader% -X-Bugzilla-Watch-Reason: %reasonswatchheader% -X-Bugzilla-Product: %product% -X-Bugzilla-Component: %component% -X-Bugzilla-Keywords: %keywords% -X-Bugzilla-Severity: %severity% -X-Bugzilla-Who: %changer% -X-Bugzilla-Status: %status% -X-Bugzilla-Priority: %priority% -X-Bugzilla-Assigned-To: %assignedto% -X-Bugzilla-Target-Milestone: %targetmilestone% -X-Bugzilla-Changed-Fields: %changedfields% - -%urlbase%show_bug.cgi?id=%bugid% - -%diffs% - ---%space% -Configure bugmail: %urlbase%userprefs.cgi?tab=email -%reasonsbody%' - }, - { name => 'whinedays', type => 't', -- cgit v1.2.3-24-g4f1b