Live data from Hacker News

Ask HN: Antispam rules on email source code

news.ycombinator.com

1–4 of 4 posts

Ask HN: Antispam rules on email source code

#1
I have a question about printing or not the antispam rules inside the cource code. I know that google doesn't print it inside the source code, I think it's done to avoid spammers to learn how avoid the antispam, etc. It's that a thing? I mean, what's the reason to put clearly the rules inside the source code of an email? When you have them inside your mail server's log I think it's enough. Am I wrong? What's your opinion about this?

Thanks!

Re: Ask HN: Antispam rules on email source code

#2
When you say source do you mean in the email headers? Spam scores should always be in the email headers. There are some scripts [1] out there that try to reverse engineer all the spam scores but they are not perfect. Google has a tool specific to GMail. [2] To my knowledge very few mail providers hide this information but it can seem obfuscated as each provider may have their own proprietary in-house tools.

[1] - https://github.com/mgeeky/decode-spam-headers

[2] - https://support.google.com/mail/answer/29436?hl=en

Re: Ask HN: Antispam rules on email source code

#4

When you say source do you mean in the email headers? Spam scores should always be in the email headers. There are some scripts [1] out there that try to reverse engineer all the spam scores but they are not perfect. Google has a tool specific to GMail. [2] To my knowledge very few mail providers hide this information but it can seem obfuscated as each provider may have their own proprietary in-house tools. [1] - htt…

Yep, sorry, it was the email headers. Anyway, thanks for this useful information, in particular that GitHub tool it's pretty interesting!