Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: jidanni@jidanni.org
To: Tassilo Horn <tsdh@gnu.org>
Cc: info-gnus-english@gnu.org
Subject: Re: Kill certain articles in certain groups all from gnus.el
Date: Fri, 26 Apr 2013 00:57:52 +0800	[thread overview]
Message-ID: <20130425165752.GA3336@ps11007.dreamhostps.com> (raw)
In-Reply-To: <87ehdzw1mz.fsf@thinkpad.tsdh.de>

OK this worked. Thanks.
(defvar my-gnus-yyy-score-file
  (expand-file-name "gwene.tw.com.bdsm.groups.SCORE" temporary-file-directory))
(with-temp-buffer
  (insert "((\"subject\" (\" 已經加入了 .* 群組。\" -10000 nil r)))")
  (write-file my-gnus-yyy-score-file))
(setq
 gnus-parameters
 '(("gwene\.tw\.com\.bdsm\.groups\."
    (gnus-summary-expunge-below -9999))))
;(setq gnus-home-score-file
;      '(("gwene\.tw\.com\.bdsm\.groups\." my-gnus-yyy-score-file))) No go. Had to hardwire:
(setq gnus-home-score-file
      '(("gwene\.tw\.com\.bdsm\.groups\." "/tmp/gwene.tw.com.bdsm.groups.SCORE")))

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

      reply	other threads:[~2013-04-25 16:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-25  3:04 jidanni
2013-04-25  6:44 ` Tassilo Horn
2013-04-25 16:57   ` jidanni [this message]

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=20130425165752.GA3336@ps11007.dreamhostps.com \
    --to=jidanni@jidanni.org \
    --cc=info-gnus-english@gnu.org \
    --cc=tsdh@gnu.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).