Tremulous Forum

General => Feedback => Topic started by: jr2 on August 03, 2008, 01:49:25 pm

Title: Got a spam message, which admin do I forward this to?
Post by: jr2 on August 03, 2008, 01:49:25 pm
Hi guys,
haven't been around lately, but I just got a spam e-mail from someone who claimed to have gotten my address from your forum member list.  A knockoff of one of those Nigerian scam things.  Who do I forward the e-mail to?  Or do you want me to just post it with its headers here?  Or is there nothing to be done about it?  Thanks,
jr2
Title: Re: Got a spam message, which admin do I forward this to?
Post by: David on August 03, 2008, 03:12:14 pm
Your email address is public in your profile.
If its on the web, spammers will find it.
Title: Re: Got a spam message, which admin do I forward this to?
Post by: Bomb on August 03, 2008, 03:54:57 pm
Just don't respond. They'll lose interest.

If you want to be really evil, you can run cat /dev/random > passport.jpg and send passport.jpg to them. They won't be able to open it, but that's not your problem, now is it?
Title: Re: Got a spam message, which admin do I forward this to?
Post by: Rocinante on August 03, 2008, 04:28:32 pm
If'n you're gonna try to do something evil with Unix commands, at least do the command proper:
Code: [Select]
dd if=/dev/random of=passport.jpg bs=512 count=2048
'cat' will never finish, since /dev/random is always replenished (same as /dev/zero)
Title: Re: Got a spam message, which admin do I forward this to?
Post by: Bomb on August 03, 2008, 04:32:55 pm
Hmm, I guess I forgot to add "let it run for a minute and then hit ^C". Thanks for the command.

[EDIT] I was bored, so I made a shell script that does this for you and uploaded it to my website. make_big_file.sh (http://bombthedev.987mb.com/uhost/)
Title: Re: Got a spam message, which admin do I forward this to?
Post by: kevlarman on August 03, 2008, 07:08:52 pm
If'n you're gonna try to do something evil with Unix commands, at least do the command proper:
Code: [Select]
dd if=/dev/random of=passport.jpg bs=512 count=2048
'cat' will never finish, since /dev/random is always replenished (same as /dev/zero)
if you want to make a file that big, you'll want to use /dev/urandom, since /dev/random only has ~4kb of entropy* in it most of the time, and will block after it runs empty until it's refilled.
*on linux systems, freebsd and possibly others linx /dev/random to /dev/urandom
Title: Re: Got a spam message, which admin do I forward this to?
Post by: Bissig on August 04, 2008, 01:13:24 am
Use the options given to you by these forums to not publicly show your emailadress. Doing that should be common sense.
Title: Re: Got a spam message, which admin do I forward this to?
Post by: jr2 on August 04, 2008, 03:37:08 pm
Thanks guys.  =]
Title: Re: Got a spam message, which admin do I forward this to?
Post by: your face on August 07, 2008, 01:08:34 am
Use the options given to you by these forums to not publicly show your emailadress. Doing that should be common sense.

They all go to my bulk folder, all you gotta do is empty it, or wait a week or two for them to magically vanish. :P
Title: Re: Got a spam message, which admin do I forward this to?
Post by: khalsa on August 12, 2008, 09:29:02 pm
See here. (http://tremulous.net/forum/index.php?topic=8732.msg136587#msg136587)