all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus mail splitting rule stopped working; not sure why.
@ 2019-10-16  7:33 Pankaj Jangid
  2019-10-16  8:28 ` Teemu Likonen
  0 siblings, 1 reply; 4+ messages in thread
From: Pankaj Jangid @ 2019-10-16  7:33 UTC (permalink / raw)
  To: Emacs mailing list

Hi,

I have this in my Gnus settings:
  
(setq nnmail-split-methods
    '(("list.numpy" "List-Id:.* <numpy-discussion.python.org>")
      ("list.mutt" "List-Id:.* <mutt-users.mutt.org>")))

Any idea why the "list.mutt" rule is not applying? Following is a
snippet from headers of an email from the mutt mailing list.

OpenPGP: id=ADEF768480316BDA; url=http://www.8t8.us/configs/80316BDA.asc.pubkey; preference=signencrypt
User-Agent: Mutt/1.12.2+161 (9506db1e) (2019-10-01)
X-BeenThere: mutt-dev@mutt.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <mutt-dev.mutt.org>
List-Unsubscribe: <http://lists.mutt.org/mailman/options/mutt-dev>, <mailto:mutt-dev-request@mutt.org?subject=unsubscribe>
List-Archive: <http://lists.mutt.org/pipermail/mutt-dev/>
List-Post: <mailto:mutt-dev@mutt.org>
List-Help: <mailto:mutt-dev-request@mutt.org?subject=help>
List-Subscribe: <http://lists.mutt.org/mailman/listinfo/mutt-dev>, <mailto:mutt-dev-request@mutt.org?subject=subscribe>

(Sorry for longer verbatim lines above)

Also note that the rule was working a few days ago. It is only recently
that it has stopped working and sending emails to my inbox-group.

-- 
Regards,
Pankaj Jangid



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

* Re: Gnus mail splitting rule stopped working; not sure why.
  2019-10-16  7:33 Gnus mail splitting rule stopped working; not sure why Pankaj Jangid
@ 2019-10-16  8:28 ` Teemu Likonen
  2019-10-16 17:43   ` Pankaj Jangid
  0 siblings, 1 reply; 4+ messages in thread
From: Teemu Likonen @ 2019-10-16  8:28 UTC (permalink / raw)
  To: Pankaj Jangid, Emacs mailing list

[-- Attachment #1: Type: text/plain, Size: 738 bytes --]

Pankaj Jangid [2019-10-16T13:03:34+05:30] wrote:

> I have this in my Gnus settings:
>   
> (setq nnmail-split-methods
>     '(("list.numpy" "List-Id:.* <numpy-discussion.python.org>")
>       ("list.mutt" "List-Id:.* <mutt-users.mutt.org>")))

Here you have <mutt-users.mutt.org>.

> Any idea why the "list.mutt" rule is not applying? Following is a
> snippet from headers of an email from the mutt mailing list.

> List-Id: <mutt-dev.mutt.org>

Here you have <mutt-dev.mutt.org>. So they are different mailing lists:
"users" and "dev".

-- 
///  OpenPGP key: 4E1055DC84E9DFF613D78557719D69D324539450
//  https://keys.openpgp.org/search?q=tlikonen@iki.fi
/  https://keybase.io/tlikonen  https://github.com/tlikonen

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 694 bytes --]

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

* Re: Gnus mail splitting rule stopped working; not sure why.
  2019-10-16  8:28 ` Teemu Likonen
@ 2019-10-16 17:43   ` Pankaj Jangid
  2019-10-16 19:40     ` Teemu Likonen
  0 siblings, 1 reply; 4+ messages in thread
From: Pankaj Jangid @ 2019-10-16 17:43 UTC (permalink / raw)
  To: Emacs mailing list

Teemu Likonen <tlikonen@iki.fi> writes:

> Pankaj Jangid [2019-10-16T13:03:34+05:30] wrote:
>
>> I have this in my Gnus settings:
>>   
>> (setq nnmail-split-methods
>>     '(("list.numpy" "List-Id:.* <numpy-discussion.python.org>")
>>       ("list.mutt" "List-Id:.* <mutt-users.mutt.org>")))
>
> Here you have <mutt-users.mutt.org>.
>
>> Any idea why the "list.mutt" rule is not applying? Following is a
>> snippet from headers of an email from the mutt mailing list.
>
>> List-Id: <mutt-dev.mutt.org>
>
> Here you have <mutt-dev.mutt.org>. So they are different mailing lists:
> "users" and "dev".

Extremely sorry for the noise. I really missed that.

-- 
Pankaj Jangid



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

* Re: Gnus mail splitting rule stopped working; not sure why.
  2019-10-16 17:43   ` Pankaj Jangid
@ 2019-10-16 19:40     ` Teemu Likonen
  0 siblings, 0 replies; 4+ messages in thread
From: Teemu Likonen @ 2019-10-16 19:40 UTC (permalink / raw)
  To: Pankaj Jangid, Emacs mailing list

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

Pankaj Jangid [2019-10-16T23:13:24+05:30] wrote:

> Extremely sorry for the noise.

Don't be. :-) Sometimes we all need someone else's eyes to see things.

-- 
///  OpenPGP key: 4E1055DC84E9DFF613D78557719D69D324539450
//  https://keys.openpgp.org/search?q=tlikonen@iki.fi
/  https://keybase.io/tlikonen  https://github.com/tlikonen

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 694 bytes --]

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

end of thread, other threads:[~2019-10-16 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-16  7:33 Gnus mail splitting rule stopped working; not sure why Pankaj Jangid
2019-10-16  8:28 ` Teemu Likonen
2019-10-16 17:43   ` Pankaj Jangid
2019-10-16 19:40     ` Teemu Likonen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.