Click here to Skip to main content
15,913,685 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How to stop spam? Pin
ZurdoDev12-Jun-20 3:53
professionalZurdoDev12-Jun-20 3:53 
GeneralRe: How to stop spam? Pin
Sander Rossel12-Jun-20 3:55
professionalSander Rossel12-Jun-20 3:55 
GeneralRe: How to stop spam? Pin
Basildane12-Jun-20 4:07
Basildane12-Jun-20 4:07 
GeneralRe: How to stop spam? Pin
Sander Rossel12-Jun-20 4:15
professionalSander Rossel12-Jun-20 4:15 
GeneralRe: How to stop spam? Pin
W Balboos, GHB12-Jun-20 4:41
W Balboos, GHB12-Jun-20 4:41 
GeneralRe: How to stop spam? Pin
Sander Rossel12-Jun-20 5:17
professionalSander Rossel12-Jun-20 5:17 
GeneralRe: How to stop spam? Pin
W Balboos, GHB12-Jun-20 5:28
W Balboos, GHB12-Jun-20 5:28 
GeneralRe: How to stop spam? Pin
W Balboos, GHB12-Jun-20 4:09
W Balboos, GHB12-Jun-20 4:09 
My solution to low spam, more than anything else, relies upon using email forwards and a catch-all within that domain.

Some of the forwards are "permanent" - I actually enter them, often enough to send the same email to more than one place to make sure I get it on the sooner-side. It's the catch-all that works with the spam-killing.

Every single place I do business with, when they ask for an email address, gets one with their name tied to it. For example, assuming a catch-all forward for the domain SnotRag.org, if I do business with amazon then I use amazon@snotrag.org; if I do business with you, it's Sander_Rossel@SnotRag.org, &etc. Since it's a catch-all address, all email that's not forwarded specifically (as per paragraph two) automatically work. Nothing for me to do but wait for email at my specified box. If I start getting SPAM, I know just who sold me out:   they have their signature on it.

Now - how to stop them? I made an SMTP mailer (mentioned previously at CP) that can be told to send email in a loop - as many as I want. 100? 1000? Just the click of a button. Moreover, I can tell it to spoof the return address with extension from primary domains (like .gmail.com, hotmail.com, etc.) - and generate the first chars randomly. Also, another option is to add some extra random text to the subject and body so as to slow down identification by spam filters. I might sent the first request they stop (directly to them) with a real return address and somewhat polite body. If that doesn't work, I'll ask them 100 times - and if that doesn't work . . . . bombs away! Those who sold me out get a kick-in-the-ass, as well, with a pointy-toed-shoe.

Some Pakistani sites took a serious beating (address from page scraping) and now they don't. A few hundred emails, several times a day, into their business box, and they understand that SPAM is not nice. In one case, a rather "unpleasant" graphic was embedded for their viewing pleasure (as a link). My sympathy for them, touting their line of Nazi paraphernalia (newly produced) is, let's just say, below none.

So, Elephant | [mastadon] them - often and with vigor - and they'll figure it out.

Ravings en masse^
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

GeneralRe: How to stop spam? Pin
Sander Rossel12-Jun-20 4:32
professionalSander Rossel12-Jun-20 4:32 
GeneralRe: How to stop spam? Pin
Slacker00712-Jun-20 4:14
professionalSlacker00712-Jun-20 4:14 
GeneralRe: How to stop spam? Pin
Rick York12-Jun-20 4:43
mveRick York12-Jun-20 4:43 
JokeRe: How to stop spam? Pin
kalberts12-Jun-20 5:28
kalberts12-Jun-20 5:28 
JokeRe: How to stop spam? Pin
Daniel Pfeffer12-Jun-20 6:11
professionalDaniel Pfeffer12-Jun-20 6:11 
GeneralRe: How to stop spam? Pin
grumpy_nl15-Jun-20 2:26
grumpy_nl15-Jun-20 2:26 
GeneralRe: How to stop spam? Pin
Choroid15-Jun-20 4:46
Choroid15-Jun-20 4:46 
GeneralRe: How to stop spam? Pin
Robert/Not The Pirate15-Jun-20 12:21
professionalRobert/Not The Pirate15-Jun-20 12:21 
GeneralSound of the Week Pin
Sander Rossel12-Jun-20 0:43
professionalSander Rossel12-Jun-20 0:43 
GeneralRe: Sound of the Week Pin
5teveH12-Jun-20 5:46
5teveH12-Jun-20 5:46 
GeneralRe: Sound of the Week Pin
Sander Rossel12-Jun-20 6:16
professionalSander Rossel12-Jun-20 6:16 
GeneralRe: Sound of the Week Pin
5teveH12-Jun-20 6:23
5teveH12-Jun-20 6:23 
GeneralRe: Sound of the Week Pin
Sander Rossel14-Jun-20 0:07
professionalSander Rossel14-Jun-20 0:07 
GeneralRe: Sound of the Week Pin
David O'Neil12-Jun-20 6:22
professionalDavid O'Neil12-Jun-20 6:22 
GeneralRe: Sound of the Week Pin
Sander Rossel13-Jun-20 23:56
professionalSander Rossel13-Jun-20 23:56 
GeneralRe: Sound of the Week Pin
David O'Neil12-Jun-20 15:12
professionalDavid O'Neil12-Jun-20 15:12 
GeneralRe: Sound of the Week Pin
Sander Rossel13-Jun-20 23:55
professionalSander Rossel13-Jun-20 23:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.