Gnus development mailing list
 help / color / mirror / Atom feed
From: Stefanie Teufel <s.teufel@ndh.net>
Subject: Problems with spliiting mail with pgnus 0.79
Date: 01 Mar 1999 21:04:36 +0100	[thread overview]
Message-ID: <lw3e3p3rjf.fsf@diabolo.ndh.net> (raw)


Huhu everybody,

after my upgrade to pgnus 0.79 Gnus doesn't split my mail anymore. My
settings are the same, but instead of putting the incoming mail into
the defined folders, Gnus packs everything in a mail.misc group. The relevant
parts of my .Gnus.el are the following:

;*================================
      ;; default method for selecting a newsgroup
(setq gnus-select-method '(nntp "diabolo.ndh.net")
      ;; preferred method for fetching an article by Message-ID
      gnus-refer-article-method '(nntp "diabolo.ndh.net")
      ;; program to post news
      nnspool-inews-program '"/usr/lib/news/inews"
      ;; local news spool directory
      nnspool-spool-directory '"/var/spool/news"
      ;; where the local news library files are stored
      nnspool-lib-dir '"/var/lib/news"
      ;; local news nov directory
      nnspool-nov-directory '"/var/spool/news/over.view"
      ;; local news active file
      nnspool-active-file '"/var/lib/news/active"
      ;; local news active date file
      nnspool-active-times-file '"/var/lib/news/active.times"
      ;; local news history file
      nnspool-history-file '"/var/lib/news/history"
      ;; list of secondary methods that will be used for reading news
      gnus-secondary-select-methods
      '((nnml "stefanie" 
	      ;; spool directory for the nnml mail backend
	      (nnml-directory "~/mail/") 
	      ;; mail active file
	      (nnml-active-file "~/mail/active")
	      ;; mail newsgroups description file
	      (nnml-newsgroups-file "~/mail/newsgroups")))
      ;; name of the directory articles will be saved in
      gnus-article-save-directory "~/news/"
      ;; directory variable from which all other Gnus file variables are derived
      gnus-directory       "~/news/"
      ;; variable to control where interactive score entries are to go
      gnus-home-score-file
      ;; return the score file of the top-level hierarchy of GROUP
      'gnus-hierarchial-home-score-file
      ;; directory where kill files will be stored
      gnus-kill-files-directory (concat gnus-directory "score/")
      )

;;* Split incoming mails
;;*============================
(setq nnmail-split-methods
      '(
	("BoLUG" "^\\(From:\\|To:\\|Cc:\\|Resent\\).*bolug@uni-bonn.de")
	("KDE-Announce"  "^\\(To:\\|Cc:\\|From:\\).*kde-announce*")  
	("linux_koeln"   "^\\(To:\\|Cc:\\|Resent\\|Sender:\\).*linux-users@rrz.uni-koeln.de")
        ("DingGnus"  "^\\(To:\\|Cc:\\).*ding")
	("Carsten"  "From:.*ctheis@nmsdu.ntc.nokia.com")
	("dsp" "^\\(From:\\|To:\\|Cc:\\|Resent\\).*dsp-l%JLangowski@mailings.gmx.net")
	("dana" "^\\(From:\\|To:\\|Cc:\\|Resent\\).*moderator@dana.de")
        ("Yucks"      "^\\(To:\\).*yucks@cs.purdue.edu")
	("delirium"   "^\\(From:\\|To:\\|Cc:\\|Resent\\).*delirium@guug.de")
	("stefanie"  "^\\(To:\\|Cc:\\).*\\(s.teufel\\|s.teufel@ndh.net\\|stefanie\\)")
	("Unsort"    "")  
        )
      )

I cut the split-methods but there is nothing unusual about it. Any ideas?

Stefanie
-- 
Stefanie Teufel			       http://linux01.gwdg.de/~steufel
"I am the WALrus" Norbert Harry Marzahn <71BWucP5bXB@nm01.vision.IN-BRB.DE>


             reply	other threads:[~1999-03-01 20:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-01 20:04 Stefanie Teufel [this message]
1999-03-06 18:13 ` Lars Magne Ingebrigtsen

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=lw3e3p3rjf.fsf@diabolo.ndh.net \
    --to=s.teufel@ndh.net \
    /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).