17 Dec
2003
17 Dec
'03
11:17 p.m.
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 majordomo@toad.com << __EOB__ Subject: unsubscribe From: $1 To: majordomo@toad.com unsubscribe cypherpunks __EOB__