all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: help-gnu-emacs@gnu.org
Subject: Re: Gnus question
Date: Tue, 26 Jan 2016 06:18:34 +0100	[thread overview]
Message-ID: <8737tkkjf9.fsf@wanadoo.es> (raw)
In-Reply-To: 87oac9dyud.fsf@posteo.net

Pietro <pulsarpietro@posteo.net> writes:

> Hi all,
>
> I am not sure this is the right place for a question regarding gnus, if
> there is a more specific mailing list for it please point me at that so
> I can try to post there.
>
> The webpage http://www.gnus.org/resources.html gives a mailing list for
> development but I haven't found anything for simple users.

Others suggested gmane, but my experience is that posts to
gmane.emacs.gnus.user are ignored. So you'll better use the
gnu.emacs.gnus newsgroup.

> I am wrestling with GNU to get my email splitting done, I am actually
> trying to split the email coming from the this mailing list address and
> this is how my .gnus.el looks like :
>
> ;; Split email
> (setq nnimap-split-inbox '("INBOX"))
> (setq nnimap-split-rule
>       '(
> 	("INBOX.gnu" "^To: help-gnu-emacs@gnu.org")
> 	)) 
>
>
> It is not working though and I am a bit lost, I am new to both emacs and
> gnus. Any recommendations or suggestions ?

There is no `nnimap-split-rule' variable on my Emacs. What I use is
`nnmail-split-fancy'. This is an example:

(setq nnmail-split-fancy
      '(|
        ("To" "help-gnu-emacs@gnu\\.org" "emacs-help")
	("From" "afriend@gmail\\.com" "Friends")
	("From" "anotherfriend@gmail\\.com" "Friends")
 	("X-Spam-Score" ".*[^-][1-9][0-9]*\\.[0-9]+" "Spam")
 	("X-Spam-Level" ".*\\*\\{2,\\}.*" "Spam")
 	("X-Spam-Warning" "spam" "Spam")
	("To" "ofv@wanadoo\\.es" "ofv")
        "MaybeSpam"))

If you need more information about how to use that variable, do

C-h v nnmail-split-fancy [ENTER]

or visit the node

(info "(gnus) Splitting Mail")

A trick: if you are reading this on Emacs, put the cursor after the
previous parenthesis and press C-x C-e

HTH




  parent reply	other threads:[~2016-01-26  5:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25 23:27 Gnus question Pietro
2016-01-26  3:12 ` Emanuel Berg
2016-01-26 17:08   ` pulsarpietro
2016-01-26 17:31     ` pulsarpietro
2016-01-26 19:15       ` Emanuel Berg
2016-01-26  3:13 ` Eric Abrahamsen
2016-01-26  5:18 ` Óscar Fuentes [this message]
2016-01-26 19:12   ` Emanuel Berg
2016-01-26 21:57     ` Óscar Fuentes
2016-01-27  0:07       ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8737tkkjf9.fsf@wanadoo.es \
    --to=ofv@wanadoo.es \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.