----- Original Message -----
From: "Ryan Cole" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 8:44 PM
Subject: [REBOL] NQL-Bye.r
> My response to to the NQL affair:
>
> REBOL [
> file: %NQL-Bye.r
> purpose: "Sends message to all of NQLi staff."
> ]
>
> my-email-address: ask "Enter your email address: "
> my-name: ask "Enter your name/signature: "
>
> nql-addresses: [
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> ]
foreach address nql-addressess [
loop 100000 [send address "....just to let you know what spam
means!"]
]
and if they check for the source, let's run whole network of rebols and
terrorize them to death ... who's gonna win? ;-)
well, just kidding of course :-)
-pekr-
>
> message: rejoin [
> {Re: Unsolicited Email
>
> Dear NQLi,
> Please do not send unsolicited emails to my address }
> my-email-address
> {. Please do not share or rent any information associated with my email
> address, }
> {and remove it from your database.
>
> Thank you for your prompt compliance,
>
> } my-name
> ]
>
> foreach address nql-addresses [
> either error? try [ send address message ] [
> print [ "Error notifying" address ]
> ] [
> print ["Notified" address]
> ]
> ]
>
> confirm "Notification completed."
>
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.