diff options
| author | bwarsaw | 2000-07-20 20:16:43 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-07-20 20:16:43 +0000 |
| commit | 5d1c7bded318bbc2d4ffe947d248084ff5ec8e90 (patch) | |
| tree | 43420bc29e26aa6c325a2bfd0e50d8d8f1f5adea /scripts/driver | |
| parent | 2ee79f813f32fac5cb83e5b8c0052b706df21d2c (diff) | |
| download | mailman-5d1c7bded318bbc2d4ffe947d248084ff5ec8e90.tar.gz mailman-5d1c7bded318bbc2d4ffe947d248084ff5ec8e90.tar.zst mailman-5d1c7bded318bbc2d4ffe947d248084ff5ec8e90.zip | |
Diffstat (limited to 'scripts/driver')
| -rw-r--r-- | scripts/driver | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/driver b/scripts/driver index f5fc22843..0d114face 100644 --- a/scripts/driver +++ b/scripts/driver @@ -135,6 +135,8 @@ def print_traceback(logfp=None): # Write to the HTML sink. print """\ Content-type: text/html +Cache-control: no-cache +Expires: 0 <head><title>Bug in Mailman version %(VERSION)s</title></head> <body bgcolor=#ffffff><h2>Bug in Mailman version %(VERSION)s</h2> @@ -240,6 +242,8 @@ except: # Nope, we're quite screwed print """\ Content-type: text/html +Cache-control: no-cache +Expires: 0 <p><h3>We're sorry, we hit a bug!</h3> |
