LSTOWN-L Archives

LISTSERV List Owners' Forum

LSTOWN-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Melvin Klassen <[log in to unmask]>
Wed, 16 Nov 1994 17:17:17 PST
text/plain (29 lines)
On Wed, 16 Nov 1994 16:05:53 CST, "Chase B. Wrenn" <[log in to unmask]>
wrote:
> On Tue, 15 Nov 1994 15:57:10 -0500, Mr. Potatohead <[log in to unmask]>
> >I note his/her/its account at delphi is now set to not receive mail --
> >I presume people flooded his mailbox with fond greetings 8-)
>
>  well, I know that I tried to send him 100 copies of his own spam,
>  but I couldn't get the batch job to work right.
 
Try the following VM/CMS "EXEC" file:
 
 /* REXX, of course. */
  target = [log in to unmask]
  count=100
  original_file='SPAM SPAM A'
 'STATE' original_file
  if RC <> 0 then exit  1000+rc
 'STATE MAIL EXEC *'
  if RC <> 0 then exit 10000+rc
 
  do spam=1 to count
  'MAIL' target '( NOPROMPT NOEDIT NOLOG FILE' original_file ,
     'SUBJECT: Copy' spam 'of' count 'of your message'
  end
  exit
 
Of course, my point is that sending that much "spam" to *ANY* user
is likely to get *YOUR* account-privileges suspended.

ATOM RSS1 RSS2