Hi,

my tiny server runs a filter that stores message metadata in a DB. Old messages are deleted, domains are kept. There is daily log of new domains, useful for spotting fake domain tides, for example.

Today, for the first time, I saw: *ZERO: 0 new domains sent 0 messages*

Wow!  Am I done counting the Internet?  Or is just a lazy Sunday?

Collected a couple of numbers to celebrate:

MariaDB [mail]> select min(since) from domain;
+---------------------+
| min(since)          |
+---------------------+
| 2012-10-20 17:49:16 |
+---------------------+

MariaDB [mail]> select count(*) from domain;
+----------+
| count(*) |
+----------+
|   157294 |
+----------+


That is an average of 10 new domains per day.  How many do you see?


Best
Ale
--






_______________________________________________
mailop mailing list
[email protected]
https://list.mailop.org/listinfo/mailop

Reply via email to