Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Barry Scott Newsgroups: comp.lang.python Subject: Re: Anonymous email users Date: Mon, 24 Jun 2024 10:51:38 +0100 Lines: 32 Message-ID: References: <006901dabea6$4a159d30$de40d790$@gmail.com> <4CB44E85-2DF4-47DE-844B-DA7371D80836@barrys-emacs.org> Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.600.62\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de 07s1VJ1KGQ0QeKrfsNJduAsvB4gKKGV3NSHUJKNk9JLQ== Cancel-Lock: sha1:0C7bENVlB3AK2ukrquMcvi4+Ics= sha256:ccHRyVRKBXbfEzjZFbA4wyGSY1TwZcSPd6qBGPEXdUM= Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org Authentication-Results: mail.python.org; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral X-Spam-Status: UNSURE 0.348 X-Spam-Level: *** X-Spam-Evidence: '*H*': 0.33; '*S*': 0.03; 'from:addr:barry': 0.09; 'received:217.70': 0.09; 'received:217.70.178': 0.09; 'received:gandi.net': 0.09; 'received:mail.gandi.net': 0.09; 'subject:Anonymous': 0.09; '1,000': 0.16; 'barry': 0.16; 'bayesian': 0.16; 'folder.': 0.16; 'from:addr:barrys-emacs.org': 0.16; 'from:name:barry scott': 0.16; 'junk': 0.16; 'message-id :@barrys-emacs.org': 0.16; 'wrote: X-Mailer: Apple Mail (2.3774.600.62) X-GND-Sasl: barry@barrys-emacs.org X-Mailman-Approved-At: Mon, 24 Jun 2024 12:42:40 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.39 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <4CB44E85-2DF4-47DE-844B-DA7371D80836@barrys-emacs.org> X-Mailman-Original-References: <006901dabea6$4a159d30$de40d790$@gmail.com> Xref: csiph.com comp.lang.python:196332 > On 23 Jun 2024, at 06:58, Sebastian Wells via Python-list = wrote: >=20 > The spammers won the spam wars, so even if you have someone's real > e-mail address, that's no guarantee that you can contact them. You > certainly wouldn't be able to contact me at my real e-mail address, > unless you also had my phone number, so you could call me and tell > me that you sent me an e-mail, and what the subject line was so I > can find it. I don't even open my e-mail inbox unless there's a > specific message I'm expecting to find there right now. My email address is well known and yes I get spam emails. I use the wonderful python based spambayes software to detect spam and file into a Junk folder. It works for 99.9% of the emails I get. I am subscribed to a lot of mailing lists. I just checked and I am = getting ~3,200 emails a month of which less than 200 are spam. A few years ago the spam count was greater than a 1,000 a month. I have been using spambayes for a very long time, 20 years I guess at = this point and bayesian categorisation has stood the test of time for me. For me the spammers have not won, I have the tech to keep ahead of them. Barry