From: terry%mozilla.org <> Date: Sun, 30 Jan 2000 04:13:30 +0000 (+0000) Subject: Patch by aclark@ghoti.org -- clear the accumulation buffer before using it. X-Git-Tag: bugzilla-2.12~404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f37d31ff8dac3e9ad37fe4244d4b3eb4624c59e;p=thirdparty%2Fbugzilla.git Patch by aclark@ghoti.org -- clear the accumulation buffer before using it. --- diff --git a/processmail b/processmail index f6912c99a6..618c6dbc15 100755 --- a/processmail +++ b/processmail @@ -213,6 +213,7 @@ sub GetBugText { $::bug{'voterlist'} = join(',', @voterlist); if (Param("prettyasciimail")) { + $^A = ""; my $temp = formline <<'END',$::bug{'short_desc'},$id,$::bug{'product'},$::bug{'bug_status'},$::bug{'version'},$::bug{'resolution'},$::bug{'rep_platform'},$::bug{'bug_severity'},$::bug{'op_sys'},$::bug{'priority'},$::bug{'component'},$::bug{'assigned_to'},$::bug{'reporter'},$qa_contact,DescCC(\@cclist),$target_milestone,${status_whiteboard},$::bug{'bug_file_loc'},DescDependencies($id); +============================================================================+ | @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |