Received: from magus.postgresql.org (magus.postgresql.org [87.238.57.229]) by mail.postgresql.org (Postfix) with ESMTP id 1F336944763 for ; Sun, 8 Apr 2012 00:15:17 -0300 (ADT) Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1SGiav-0007eZ-Ps for pgsql-www@postgresql.org; Sun, 08 Apr 2012 03:15:16 +0000 Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id q383EvRR014093; Sat, 7 Apr 2012 23:14:57 -0400 (EDT) To: Alvaro Herrera cc: Magnus Hagander , Greg Sabino Mullane , w^3 Subject: Re: Stopping link spam on the lists In-reply-to: <1333845038-sup-6474@alvh.no-ip.org> References: <16170.1333746317@sss.pgh.pa.us> <1333845038-sup-6474@alvh.no-ip.org> Comments: In-reply-to Alvaro Herrera message dated "Sat, 07 Apr 2012 21:32:25 -0300" Date: Sat, 07 Apr 2012 23:14:57 -0400 Message-ID: <14092.1333854897@sss.pgh.pa.us> From: Tom Lane X-Pg-Spam-Score: -1.9 (-) X-Archive-Number: 201204/12 X-Sequence-Number: 20586 Alvaro Herrera writes: > The remaining question, in my mind, is: is there a way to reliably > detect that link spam is just link spam and reject it altogether in > Spamassassin? If that's the case, then we could do it at that level and > save the work downstream. This is something that Stefan would have to > answer. FWIW, all the examples I have seen recently bore all of these traits: * empty subject line (other than the [LISTNAME] prefix attached by our own forwarding code) * no content to speak of except the payload link * To: addressed to multiple unrelated addresses I'm not sure how much the last point helps, unfortunately, because a heck of a lot of what passes through our lists has multiple To:, and I doubt it's practical for the spam filter to test how many of the target addresses are people subscribed to the lists. The empty subject would be easy to test for, but surely the spammers will figure out not to do that soon. Anyway, what I've been seeing lately has all had X-pg-spam-score 3.5 or more, which is what made me suggest that moderating on that basis would improve matters. regards, tom lane