Subject: RE: Share the secret of how to flame spammers
To: netbsd-users@netbsd.org <netbsd-users@NetBSD.ORG>
From: None <"John A. Maier - Kemper Military School and College MIS dept.">
List: netbsd-users
Date: 06/11/1997 12:49:17
#!/bin/csh

set idd = 1
while( $idd < 100) ;
        set setd = "Spam this!!!"
        # give me a count of how many messages have been sent.
        echo $idd
        # knowb.mail is a text file with your message of disgust.
        cat knob.mail | mail -s "$setd" knob@spammer.go.away
set idd = `expr $idd + 1`
end

----------
From:  Jamie LeTual[SMTP:lmlsa@alcor.concordia.ca]
Sent:  Tuesday, June 10, 1997 5:56 PM
To:  netbsd-users@netbsd.org
Subject:  Share the secret of how to flame spammers

Mailto:thescent@ictcom.com