My configuration reads:

(gnus-registry-initialize)
(spam-initialize)
(setq spam-use-BBDB t
      spam-use-bogofilter t
      spam-split-group "spam"
      gnus-spam-process-newsgroups 
      '(("mail\\..*" ((spam spam-use-bogofilter) (ham spam-use-bogofilter)))
        ("spam" ((spam spam-use-bogofilter) (ham spam-use-bogofilter))))
      gnus-spam-newsgroup-contents 
      '(("spam" gnus-group-spam-classification-spam)
        ("mail\\..*" gnus-group-spam-classification-ham))
      spam-mark-only-unseen-as-spam t
      gnus-spam-process-destinations '(("mail\\..*" "spam"))
      spam-log-to-registry t)

;;mail splitting
(setq nnmail-split-methods 'nnmail-split-fancy
      nnmail-treat-duplicates 'warn
      nnmail-cache-accepted-message-ids t
      nnmail-message-id-cache-length 10000
      nnmail-split-fancy 
      '(|
        (: spam-split)
        (: nnmail-split-fancy-with-parent)
        (from "paypal\\.de" "mail.paypal" )
        (from "ing-diba\\.de" "mail.ing-diba")
        (from "math\\.uni-karlsruhe\\.de\\|[EMAIL PROTECTED]|[EMAIL PROTECTED]" 
"mail.uni")
        ("ubject" "test" "spam")
        (from "ubka\\.uni-karlsruhe\\.de" "mail.uni-bib" ) 
        (| (any "dsa-thoule-karlsruhe" "mail.dsa") 
           ("ubject" "dsa-thoule-karlsruhe" "mail.dsa"))
        (| (any "dfrpg-chat" "mail.dfrpg") 
           ("ubject" "dfrpg-chat" "mail.dfrpg"))
        (from "XXX\\.XXX\\|XXX\\.XXX" "mail.thoule")
        (".*" "ebay" "mail.ebay")
        "mail.misc"
        )
      )

my mail groups are nnml:mail.<something> and I thought the above
configuration would yield in moving an $ marked article into nnml:spam
or so. But if I mark an article with $ for example in nnml:mail.misc and
press q gnus complains about "nntp does not allow article copying" or
something like that. Why does that happen? How to fix it?

Thankful for helpful answers.

Yours sincerely,

Eric Böse-Wolf
-- 
Das Briefgeheimnis sowie das Post- und Fernmeldegeheimnis sind
unverletzlich.               (Grundgesetz, Artikel 10, Abs. 1)
http://www.gnupp.de                       http://www.gnupg.org
http://www.stud.uni-karlsruhe.de/~uwaru/

Attachment: pgp0BgARGdMF1.pgp
Description: PGP signature

_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to