Return-Path: X-Original-To: apmail-spamassassin-users-archive@www.apache.org Delivered-To: apmail-spamassassin-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3BE7618986 for ; Thu, 2 Jul 2015 02:23:58 +0000 (UTC) Received: (qmail 13390 invoked by uid 500); 2 Jul 2015 02:23:54 -0000 Delivered-To: apmail-spamassassin-users-archive@spamassassin.apache.org Received: (qmail 13360 invoked by uid 500); 2 Jul 2015 02:23:54 -0000 Mailing-List: contact users-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@spamassassin.apache.org Received: (qmail 13350 invoked by uid 99); 2 Jul 2015 02:23:54 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2015 02:23:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id EC9D41A6425 for ; Thu, 2 Jul 2015 02:23:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ixDiMeXxFvLw for ; Thu, 2 Jul 2015 02:23:44 +0000 (UTC) Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com [209.85.214.176]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id B689B4545A for ; Thu, 2 Jul 2015 02:23:43 +0000 (UTC) Received: by obpn3 with SMTP id n3so40617232obp.0 for ; Wed, 01 Jul 2015 19:23:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=gSBBfIg8q7XvJyakTo1O+qdSTOnPIxZtkwwomj9sys0=; b=yBkd1G5hH+BtxolC0se8QpfG2hAKL17UsFSiQ3FMjCe+ETt0ZfXdYYmCx4ODVgyZML rZhdyt4Chn2RbHNKQm3AJH5aIb/oPhhHdfUexMDWx504y3gWhyniUPJBQRMZjUlWNsXT RR765jQRWP5iniiqsgEqhkYUVvz53M8zDxj5wK/wcOiwafoGpBNLJw5Z8m10JnFcOhS1 AI6hBqID7+db6+AjKCAr0Ap2XCAOZA6CyO3S0ynkoJPP8+FRBpKHy1mDbmdGpjPaycUz BzrRgJl5eb4zfk60TkbukLPv/wBewxmndqOx1j2cVOCq7P/pvaQslyhybPpzGBFJEBia bR8Q== MIME-Version: 1.0 X-Received: by 10.202.242.212 with SMTP id q203mr26732567oih.52.1435803817806; Wed, 01 Jul 2015 19:23:37 -0700 (PDT) Received: by 10.60.29.73 with HTTP; Wed, 1 Jul 2015 19:23:37 -0700 (PDT) In-Reply-To: References: Date: Wed, 1 Jul 2015 22:23:37 -0400 Message-ID: Subject: Re: Whatsapp spam From: Alex To: SA Mailing list Content-Type: text/plain; charset=UTF-8 Hi, >> I've been receiving a handful of spam claiming to be from whatsapp, >> and I can't figure out how to block it. >> >> http://pastebin.com/8E66QRkn >> http://pastebin.com/KrTgKGh1 >> >> What does a legitimate whatsapp email look like? I've searched their >> site, and their DNS entry doesn't even have an MX record, let alone >> any indication of SPF, etc. >> >> Bayes is obviously a problem, but my bayes db generally performs well. >> I'm sure the domains in the body would be listed now, and probably the >> source addresses too. >> >> Ideas greatly appreciated. > > > It looks like they are doing unicode obfuscation of text in the body: > > WhatsApp W=C3=A8b You h=C3=A4ve a new message D=C3=A8tails: > > Not sure if the Unicode replace stuff will catch it, but you might try this: > > body FUZZY_DETAILS /(?:etails)/i > replace_rules FUZZY_DETAILS It doesn't catch it, and I don't know enough about replace_rules to figure it out. Is there supposed to be an existing FUZZY_DETAILS rule? It appears to lint okay. It's also interesting that the domains listed in both samples aren't already blacklisted.