Hacker News new | ask | show | jobs
by loup-vaillant 2978 days ago
> Spam can be removed by objective filters,

Those "objective filters" prevent me from sending email from home (I have to relay through a non-residential IP).

I receive about a dozen spam email per day (with occasional surges and lapses). My server accepts everything, and a simple local filter from my mail user agent (Evolution or Thunderbird, mainly) let few through, and false positives are very rare.

I'm not sure why the giant providers need to work any differently.

1 comments

A dozen spam messages per day? Lucky you. I did a tally on yesterday's harvest on my server and found the following:

- 57 rejected messages designated as spam by SpamAssassin

- 137 greylisted messages, most of which will end up being spam as those addresses which I communicate with regularly will be in the whitelist.

- 181 connection attempts blocked at the gate due to protocol violations (most of them due to fake HELO, usually trying to connect using my own server's FQDN)

- 144 delivery attempts blocked at RCPT due to the use of blacklisted recipient addresses. This is why using recipient-specific sender addresses makes sense when communicating with commercial, organisational or governmental institutions: it makes it possible both to track down who leaked or sold addresses to spammers as well as to block those addresses entirely.

This domain has been handling mail for close to 23 years now, the server is used daily by about 8 people, it also forwards mail for a few others.

I generally don't see more than one or two spam messages per week in my actual INBOX.

Ah, 8 people. If we remove the protocol violations, we get (57 + 137 + 144) / 8 = 42 spam message per person per day. Between 3 and 4 times my amount. I may be lucky, but frankly that doesn't sound extraordinary.

I also get no more than 1-2 spam message per week in my inbox.