#!/bin/bash
exec 2>&1
echo "Content-Type: text/html

<html>
<title>WikiWorld Aliases</title>
<h1>WikiWorld Email Aliases</h1>
Please remove the XXX from the address to send emails.  They are there to fool robots collecting spam addresses.

"
sed "
 s/ .*//
 /default/d
 /MailBot/d
 /spam@xanthus.net/d
 s/\(.*\)/<a href=mailto:XXX\1@WikiWorld.com>\1<\/a><br>/
" </home/wikiworld/.redirect|sort
