diff options
author | terry%mozilla.org <> | 2000-01-30 04:13:30 +0000 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-30 04:13:30 +0000 |
commit | 6f37d31ff8dac3e9ad37fe4244d4b3eb4624c59e (patch) | |
tree | fb8b4ec32902841c1ea6536640aeb1c050457d83 /processmail | |
parent | 4efda1a448e41436ae95a43f6c41b8974a7d7f7d (diff) | |
download | bugs-6f37d31ff8dac3e9ad37fe4244d4b3eb4624c59e.tar bugs-6f37d31ff8dac3e9ad37fe4244d4b3eb4624c59e.tar.gz bugs-6f37d31ff8dac3e9ad37fe4244d4b3eb4624c59e.tar.bz2 bugs-6f37d31ff8dac3e9ad37fe4244d4b3eb4624c59e.tar.xz bugs-6f37d31ff8dac3e9ad37fe4244d4b3eb4624c59e.zip |
Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.
Diffstat (limited to 'processmail')
-rwxr-xr-x | processmail | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/processmail b/processmail index f6912c99a..618c6dbc1 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); +============================================================================+ | @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< | |