#!/bin/bash
#----------------
# Testing mailman
#----------------
set -e
python `dirname $0`/test-mailman.py 2>&1
