#!/bin/bash

DIR=/tmp/swish$RANDOM

hypermail -i -d $DIR < $1
cat $DIR/0000.html
rm -rf $DIR
