[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: your mail
T. O'Brien wrote:
> ------------438F2CA70B04
> Content-Transfer-Encoding: 7bit
> Content-Type: text/html; charset=us-ascii
>
> <HTML><BODY>
>
> <DT>Unsubscribe </DT>
>
> </BODY>
> </HTML>
> ------------438F2CA70B04--
>
Here's a shell script that i wrote to help people like Prof. OBrien.
#!/bin/sh
if [ "x$1" = "x" ] ; then
echo Usage: $0 email 1>&2
exit 1
fi
/usr/sbin/sendmail -f $1 [email protected] << __EOB__
Subject: unsubscribe
From: $1
To: [email protected]
unsubscribe cypherpunks
__EOB__