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 via email to