From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: torys.anderson@gmail.com (Tory S. Anderson) Newsgroups: gmane.emacs.help Subject: Occasionally Mis-matching Gnus Fancy-split Date: Fri, 19 Sep 2014 09:34:05 -0400 Message-ID: <87wq8zn38y.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411133702 12454 80.91.229.3 (19 Sep 2014 13:35:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2014 13:35:02 +0000 (UTC) To: emacs list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 19 15:34:50 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XUyKh-0006qQ-TQ for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Sep 2014 15:34:44 +0200 Original-Received: from localhost ([::1]:58296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUyKh-0002th-HW for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Sep 2014 09:34:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUyKL-0002cx-K5 for help-gnu-emacs@gnu.org; Fri, 19 Sep 2014 09:34:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUyKC-0006Oh-JH for help-gnu-emacs@gnu.org; Fri, 19 Sep 2014 09:34:21 -0400 Original-Received: from mail-yh0-x22c.google.com ([2607:f8b0:4002:c01::22c]:34794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUyKC-0006OI-Fm for help-gnu-emacs@gnu.org; Fri, 19 Sep 2014 09:34:12 -0400 Original-Received: by mail-yh0-f44.google.com with SMTP id v1so556692yhn.31 for ; Fri, 19 Sep 2014 06:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=z60tGuY2pxn7f5fJ+o5UThUk6KTCkrmPWuyQmu4zq5g=; b=jipVS3ZVUonk2LfSctBnY1QSKNj5a4PXMKl1ttVp25MBJQ4iwQhP+8zzw05ks1ZOIB deNhxkPPksD7Lf+jXvwKO2j3f+X5LAtYwDWLbhfY2+PtBP2ecDC/nk4dgCVLd/qzVEWx GfrjrEzdcwmW0vZjK9h4WFqLcMrj45Kl8Z5NkNJssbDmgWFOI+PsbrNaLnydS00iDI0D FoqQDGqbxXhlPpCTExUTnSmRsjv2yEmyy4mLMJbhR7eLMegcFXeluLOk0Z//WXS3SsoA RAEwWKMp7BjV4gT0bQp8t9kdlq/sgOECxx35BLjHyjoWywMk8IMzRhcYw3v8Uuz9BIQ6 C7aQ== X-Received: by 10.236.143.232 with SMTP id l68mr348547yhj.145.1411133646855; Fri, 19 Sep 2014 06:34:06 -0700 (PDT) Original-Received: from localhost.localdomain (lawn-143-215-53-173.lawn.gatech.edu. [143.215.53.173]) by mx.google.com with ESMTPSA id o38sm808017yhp.34.2014.09.19.06.34.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Sep 2014 06:34:06 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::22c X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100024 Archived-At: Using GNUs I notice that occasionally (not always) messages that should go to mail.webdev are being sorted to archive.sent. I don't see anything wrong in the regexp and I've tried matching them against the headers; any ideas? ("archive.sent" "^From:.*\\(torys.anderson@gmail.com\\)\\|\\(@toryanderson\.com\\)") ("mail.webdev" "^\\(To:.*\\(webdev@toryanderson.com\\)\\|drupal.*\\)\\|\\(Subject:.*\\([Dd]rupal\\)\\|\\(awdg\\)\\)")