$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,
(exists $param{dist})?(dist => $param{dist}):(),
);
-print "Cache-control: public, max-age=300\n";
+print "Cache-Control: public, max-age=300\n";
print "Content-Type: text/html; charset=utf-8\n\n";
print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";