Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Problem with nnmail-split-methods
@ 2007-10-31 23:25 Mark Atwood <me@mark.atwood.name>
  2007-11-01 15:54 ` David Z Maze
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Atwood <me@mark.atwood.name> @ 2007-10-31 23:25 UTC (permalink / raw)
  To: info-gnus-english

I'm having a problem with nnmail-split-methods in Gnus 5.9.0.  It
doesnt split out my messages from the memcached mailing list. As far
as I can tell, all my other mailling list subscriptions split into the
correct folders properly.

It doesnt work even when I just have two entries in the nnmail-split-
methods list

(setq nnmail-split-methods
      '(
	("list.prog.memcached" "memcached@lists\.danga\.com")
        ("inbox" "")))


Here is the header for one message.  It gets sorted into inbox, not
into list.prog.memcached

Why?  Please?


X-From-Line: memcached-bounces@lists.danga.com  Wed Oct 31 06:58:13
2007
Return-Path: <memcached-bounces@lists.danga.com>
X-Original-To: me@mark.atwood.name
Delivered-To: mark@li11-209.members.linode.com
Received: from mail.danga.com (mail.danga.com [207.7.148.197])
	by li11-209.members.linode.com (Postfix) with ESMTP id 7D56F4CEA7
	for <me@mark.atwood.name>; Wed, 31 Oct 2007 06:58:13 -0400 (EDT)
Received: from localhost.unitedlayer.com (HELO mail.danga.com)
(127.0.0.1)
    by mail.danga.com (qpsmtpd/0.40) with ESMTP; Wed, 31 Oct 2007
10:48:41 +0000
X-Original-To: memcached@lists.danga.com
Delivered-To: memcached@mail.danga.com
X-Spam-Status: No, hits=1.2 required=5.0
	tests=RCVD_IN_SORBS_WEB
X-Spam-Check-By: mail.danga.com
Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com)
	(64.233.182.188) by mail.danga.com (qpsmtpd/0.40) with ESMTP;
	Wed, 31 Oct 2007 10:48:27 +0000
Received: by nf-out-0910.google.com with SMTP id h3so102936nfh
	for <memcached@lists.danga.com>; Wed, 31 Oct 2007 03:57:36 -0700
(PDT)
Received: by 10.78.179.12 with SMTP id b12mr6019656huf.1193828255405;
	Wed, 31 Oct 2007 03:57:35 -0700 (PDT)
Received: from ?192.168.80.208? ( [83.102.170.99])
	by mx.google.com with ESMTPS id d24sm1778041nfh.2007.10.31.03.57.32
	(version=TLSv1/SSLv3 cipher=RC4-MD5);
	Wed, 31 Oct 2007 03:57:33 -0700 (PDT)
X-Gnus-Mail-Source: file:/var/spool/mail/mark
Message-ID: <47285F9A.8070801@webamg.com>
Date: Wed, 31 Oct 2007 13:57:30 +0300
From: Alexander Zaitsev <alexander.zaitsev@webamg.com>
Organization: AMG Lab =?ISO-8859-1?Q?S=E0rl?=
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
To: Angelo McComis <angelo@mccomis.com>
References: <4726D516.4080609@gigoit.org>
<e04d2e90710301128v21bc0caagda68a369462940ef@mail.gmail.com>
<47277839.800@facebook.com>
	<007401c81b39$65643150$302c93f0$@com>
In-Reply-To: <007401c81b39$65643150$302c93f0$@com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-Virus-Checked: Checked by ClamAV on mail.danga.com
Cc: memcached@lists.danga.com
Subject: Re: Memcached + MySQL
X-BeenThere: memcached@lists.danga.com
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "memory cache daemon developers &amp;
	users" <memcached.lists.danga.com>
List-Unsubscribe: <http://lists.danga.com/mailman/listinfo/memcached>,
	<mailto:memcached-request@lists.danga.com?subject=unsubscribe>
List-Archive: <http://lists.danga.com/pipermail/memcached>
List-Post: <mailto:memcached@lists.danga.com>
List-Help: <mailto:memcached-request@lists.danga.com?subject=help>
List-Subscribe: <http://lists.danga.com/mailman/listinfo/memcached>,
	<mailto:memcached-request@lists.danga.com?subject=subscribe>
Sender: memcached-bounces@lists.danga.com
Errors-To: memcached-bounces@lists.danga.com
Lines: 29
Xref: amsu.fallenpegasus.com inbox:243899

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem with nnmail-split-methods
  2007-10-31 23:25 Problem with nnmail-split-methods Mark Atwood <me@mark.atwood.name>
@ 2007-11-01 15:54 ` David Z Maze
  0 siblings, 0 replies; 2+ messages in thread
From: David Z Maze @ 2007-11-01 15:54 UTC (permalink / raw)
  To: info-gnus-english

"Mark Atwood <me@mark.atwood.name>" <fallenpegasus@gmail.com> writes:

> (setq nnmail-split-methods
>       '(
> 	("list.prog.memcached" "memcached@lists\.danga\.com")
>         ("inbox" "")))

That quoting doesn't look quite right; does
"memcached@lists\\.danga\\.com" work better?

What select method are you using?  nnimap in particular uses a slightly
different variable (nnimap-split-methods).

  --dzm

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-01 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-31 23:25 Problem with nnmail-split-methods Mark Atwood <me@mark.atwood.name>
2007-11-01 15:54 ` David Z Maze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).