X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fbugreport.cgi;h=9b445ce64ae1e562af1a5e426d60ea573ca6487a;hb=0a521d6c18391bcce9bcf3598c8ab437169a52d1;hp=4cdf5a19890ca72e3d96a80e71c45f304135edf7;hpb=07309ad3fbc3f3d29b0da8921716392b8e593eb0;p=debbugs.git diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 4cdf5a1..9b445ce 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -220,7 +220,7 @@ if ( $mbox ) { binmode(STDOUT,":raw"); my $date = strftime "%a %b %d %T %Y", localtime; if (@records > 1) { - print $q->header(-type => "text/plain", + print $q->header(-type => "application/mbox", -cache_control => 'public, max-age=600', -etag => $etag, content_disposition => qq(attachment; filename="bug_${ref}.mbox"), @@ -308,7 +308,7 @@ else { $msg_num++; ## allow this to be cached for a week print "Status: 200 OK\n"; - print "Cache-control: public, max-age=604800\n"; + print "Cache-Control: public, max-age=604800\n"; print "Etag: $etag\n"; print handle_email_message($records[0], ref => $ref,