Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Riley <rileyrg@googlemail.com>
To: ding@gnus.org
Subject: Re: bogus group
Date: Sun, 12 Dec 2010 00:08:27 +0100	[thread overview]
Message-ID: <r2k4jf52ms.fsf@news.eternal-september.org> (raw)
In-Reply-To: <2h8vzv6hzx.fsf@news.eternal-september.org>

Richard Riley <rileyrg@googlemail.com> writes:

> asjo@koldfront.dk (Adam Sjøgren) writes:
>
>> On Sat, 11 Dec 2010 16:17:53 +0100, Richard wrote:
>>
>>> I tried this and I still get all incoming system mail into "bogus".
>>
>>>    (setq nnmail-split-fancy '(|(: spam-split) "inbox"))
>>>    (setq nnmail-split-methods 'nnmail-split-fancy)
>>
>> Did using the imap-specific variant of the variables make any
>> difference?
>>
>>   Best regards,
>>
>>     Adam
>
> This is to do with nnml - nothing to do with imap.
>
> Or am I missing something?
>
> Just to reiterate:
>
> this is only about my "local system mail". It has me totally and utterly
> confused.
>
> Any mail to root@local host I have aliased to rgr@localhost. This ends
> up in ~/Mail.
>
> The default nnml back end seems to know about this. I dont know how or
> why but my select method is simply:-
>
>    (setq gnus-select-method '(nnml "nnml"))
>
> I sent root a mail and it ended up in Gnus-Spam on nnml backend.
>
> I then reverted to
>
> (setq nnmail-split-fancy '("inbox") ; I suspect this is wrong for a start.
>
> and it ended up in bogus again.
>
> As I said, I'm a bit blind to it all now and cant see the wood for the
> trees is anymore as I dont understand how nnmail vars and nnml are
> related. Anyone?
>

Just to reply to myself, the docs say the nnmail-split-methods should be
   a list of lists.

,----
| The `nnmail-split-methods' variable says how the incoming mail is to be
| split into groups.
| 
|      (setq nnmail-split-methods
|        '(("mail.junk" "^From:.*Lars Ingebrigtsen")
|          ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
|          ("mail.other" "")))
| 
|    This variable is a list of lists, where the first element of each of
| these lists is the name of the mail group (they do not have to be called
| something beginning with `mail', by the way), and the second element is
| a regular expression used on the header of each mail to determine if it
| belongs in this mail group.
`----

So I tried:-

   (setq nnmail-split-methods '(("inbox" "")))

The new mail still goes to bogus.

Suggestions?



  reply	other threads:[~2010-12-11 23:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-09 14:14 Richard Riley
2010-12-09 16:52 ` Steinar Bang
2010-12-09 17:05   ` Richard Riley
2010-12-10 17:16     ` Richard Riley
2010-12-10 17:28       ` Adam Sjøgren
2010-12-10 21:37         ` Richard Riley
2010-12-10 21:47           ` Adam Sjøgren
2010-12-10 22:36             ` Richard Riley
2010-12-10 23:16               ` Adam Sjøgren
2010-12-11 15:17                 ` Richard Riley
2010-12-11 21:52                   ` Adam Sjøgren
2010-12-11 22:51                     ` Richard Riley
2010-12-11 23:08                       ` Richard Riley [this message]
2010-12-11 23:13                       ` Adam Sjøgren
2010-12-11 23:23                         ` Richard Riley
2010-12-11 23:37                       ` Andreas Schwab
2010-12-12  0:06                         ` Richard Riley

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=r2k4jf52ms.fsf@news.eternal-september.org \
    --to=rileyrg@googlemail.com \
    --cc=ding@gnus.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.
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).