Gnus development mailing list
 help / color / mirror / Atom feed
* error on fancy split
@ 2003-09-16  6:30 Alex Ott
  2003-10-01 20:11 ` Kai Grossjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Ott @ 2003-09-16  6:30 UTC (permalink / raw)


Hello all

I try to setup fancy mail splitting for GNUS snapshot (2003-09-15) with
following parameters

(setq nnmail-split-methods nnmail-split-fancy)
(setq nnmail-split-fancy
      `(| ;; message duplicates
	  ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")

          ;; mailing lists etc.
	  (any "ding@\\(gnus.org\\|hpc.uh.edu\\)" "Gnus-ding")
	  (any "emacs-devel" "Emacs")

          ;; catch spam
	  (: spam-stat-split-fancy)
          
          ;; Mailing lists
          (any "linux-secnews@securityfocus.com" "SecFocus-Linux")
          ;;; ....
	  ;; catch-all
	  "inbox"))

and got following error on mail fetching (When i disable duplication
suppression - it says (wrong-type-argument listp "|"))


Debugger entered--Lisp error: (wrong-type-argument listp "mail.misc")
  nnmail-article-group(nnml-active-number)
  nnmail-check-duplication("<052501c37c19$dc5217a0$a80aa8c0@service.jet.msk.su>" nnml-save-mail nnml-active-number)
  nnmail-process-unix-mail-format(nnml-save-mail nnml-active-number)
  nnmail-split-incoming("~/.emacs-mail-crash-box" nnml-save-mail nil nil nnml-active-number)
  #[(file orig-file) "б\bцд\b	 ?┘\x0f
  mail-source-callback(#[(file orig-file) "б\bцд\b	 ?┘\x0f
  mail-source-fetch-pop((pop :server "xxxx" :user "ott" :password "xxxxx") #[(file orig-file) "б\bцд\b	 ?┘\x0f
  mail-source-fetch((pop :server "xxxxx" :user "ott" :password "xxx") #[(file orig-file) "б\bцд\b	 ?┘\x0f
  nnmail-get-new-mail(nnml nnml-save-nov "~/Mail/" "Jet")
  nnml-request-scan("Jet" "")
  gnus-request-scan("nnml:Jet" (nnml ""))
  gnus-activate-group("nnml:Jet" scan)
  gnus-group-get-new-news-this-group()
  gnus-topic-get-new-news-this-topic(nil)
  call-interactively(gnus-topic-get-new-news-this-topic)



-- 
With best wishes, Alex Ott
Jet Infosystems,       http://www.jetinfosoft.ru/
                       +7 (095) 411 76 01



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

* Re: error on fancy split
  2003-09-16  6:30 error on fancy split Alex Ott
@ 2003-10-01 20:11 ` Kai Grossjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Grossjohann @ 2003-10-01 20:11 UTC (permalink / raw)


Alex Ott <ott@jet.msk.su> writes:

> (setq nnmail-split-methods nnmail-split-fancy)
  (setq nnmail-split-methods 'nnmail-split-fancy)



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

end of thread, other threads:[~2003-10-01 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-16  6:30 error on fancy split Alex Ott
2003-10-01 20:11 ` Kai Grossjohann

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