Curt Howland (how...@walrus.mvhs.edu) wrote:
: In article <3hcmp7$9...@panix.com>, cc...@cyber.sell.com (Consumer Credit Advocates) writes:
: |> Consumer Credit Advocates, PC
: |> 11 Pennsylvania Plaza, Suite 2101
: |> New York, NY 10001
: |> (212) 629-5261 (telephone) (212) 629-4762 (fax)
: |> E-MAIL: cc...@cyber.sell.com
: Don't forget to copy their privider, PSI.com,
: on your polite and informative response to their
: spam.
: Howland-walrus[112]: whois sell.com
: Canter & Siegel (SELL-DOM)
: P.O.Box 13510
: Scottsdale, AZ 85267
:
: Domain Name: SELL.COM
:
: Administrative Contact:
: Canter, Laurence A. (LC42) postm...@SELL.COM
: (602) 661-3911
: Technical Contact, Zone Contact:
: Network Information and Support Center (PSI-NISC) host...@psi.com
: (518) 283-8860
Here's a small simple script that might be helpful to those guys. I'm
sure they'll appreciate receiving many responses.
#!/bin/csh
if ( $#argv == 0 ) then
echo "Usage: spam count address subject file"
echo "where:"
echo " count is the number of mail messages to send"
echo " address is the intended target of the spamming"
echo " subject is the mail header subject"
echo " file is the file to send"
else
echo "now spamming $2. Please wait..."
repeat $1 mail -s $3 $2 < $4
echo $2 " spammed"
endif
I call it spam.
I suggest using it as follows: spam 10000 cc...@cyber.sell.com jerks file
where "file" is the name of a largish file.
_
/Bjorn.
--
etx...@kk.ericsson.se | Ericsson Telecom AB | OO and RT Developer.
bj...@algonet.se | kk/etx/t/bea | Hater of flowcharts.
phone: +46 8 7199620 | S-126 25 Stockholm/SWEDEN | User of OS/2 Warp 3.0
type "echo bj...@algonet.se | mail k...@Four11.com" for certified PGP Key.
According to some other posts I've read, Canter & Siegel used a
"trial account" on some unsuspecting provider. That account was
immediately closed, so spamming 'em back won't work.
I guess they figure their ad got out to those they wanted to reach
(surely somebody took 'em seriously), are now (at least temporarily) off
the net, and will just wait for the flame war to die out while they take
care of the business the ad generated.
They simply don't care what the rest of us think. Their published
reaction is "What are you going to do about it?".
Ron
"First thing we do, let's kill all the lawyers."
Dick the Butcher in Henry VI
echo "Don't span USENET" | head -100000 | mail cc...@cyber.sell.com
works just fine.
:>
(Of course, I'm not actually endorsing anyone to do this, just teching
people some UNIX)
I think this does not do what you think it does.
--
-- Greg Limes li...@3do.com, li...@netcom.com
"Your reality check is in the E-mail"
Not speaking for my employer, of course
PGP key available on request