Gnus development mailing list
 help / color / mirror / Atom feed
* Problems with spliiting mail with pgnus 0.79
@ 1999-03-01 20:04 Stefanie Teufel
  1999-03-06 18:13 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Stefanie Teufel @ 1999-03-01 20:04 UTC (permalink / 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>


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

* Re: Problems with spliiting mail with pgnus 0.79
  1999-03-01 20:04 Problems with spliiting mail with pgnus 0.79 Stefanie Teufel
@ 1999-03-06 18:13 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-03-06 18:13 UTC (permalink / raw)


Stefanie Teufel <s.teufel@ndh.net> writes:

> 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.

What does `C-h v nnmail-split-methods RET' say?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

end of thread, other threads:[~1999-03-06 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-01 20:04 Problems with spliiting mail with pgnus 0.79 Stefanie Teufel
1999-03-06 18:13 ` Lars Magne Ingebrigtsen

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).