1 ;;; gnus-score.el --- scoring code for Gnus
3 ;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
5 ;; Author: Per Abrahamsen <amanda@iesd.auc.dk>
6 ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
9 ;; This file is part of GNU Emacs.
11 ;; GNU Emacs is free software: you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation, either version 3 of the License, or
14 ;; (at your option) any later version.
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28 (eval-when-compile (require 'cl
))
37 (defcustom gnus-global-score-files nil
38 "List of global score files and directories.
39 Set this variable if you want to use people's score files. One entry
40 for each score file or each score file directory. Gnus will decide
41 by itself what score files are applicable to which group.
43 Say you want to use the single score file
44 \"/ftp.gnus.org@ftp:/pub/larsi/ding/score/soc.motss.SCORE\" and all
45 score files in the \"/ftp.some-where:/pub/score\" directory.
47 (setq gnus-global-score-files
48 '(\"/ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE\"
49 \"/ftp.some-where:/pub/score\"))"
50 :group
'gnus-score-files
53 (defcustom gnus-score-file-single-match-alist nil
54 "Alist mapping regexps to lists of score files.
55 Each element of this alist should be of the form
56 (\"REGEXP\" [ \"SCORE-FILE-1\" ] [ \"SCORE-FILE-2\" ] ... )
58 If the name of a group is matched by REGEXP, the corresponding scorefiles
59 will be used for that group.
60 The first match found is used, subsequent matching entries are ignored (to
61 use multiple matches, see `gnus-score-file-multiple-match-alist').
63 These score files are loaded in addition to any files returned by
64 `gnus-score-find-score-files-function'."
65 :group
'gnus-score-files
66 :type
'(repeat (cons regexp
(repeat file
))))
68 (defcustom gnus-score-file-multiple-match-alist nil
69 "Alist mapping regexps to lists of score files.
70 Each element of this alist should be of the form
71 (\"REGEXP\" [ \"SCORE-FILE-1\" ] [ \"SCORE-FILE-2\" ] ... )
73 If the name of a group is matched by REGEXP, the corresponding scorefiles
74 will be used for that group.
75 If multiple REGEXPs match a group, the score files corresponding to each
76 match will be used (for only one match to be used, see
77 `gnus-score-file-single-match-alist').
79 These score files are loaded in addition to any files returned by
80 `gnus-score-find-score-files-function'."
81 :group
'gnus-score-files
82 :type
'(repeat (cons regexp
(repeat file
))))
84 (defcustom gnus-score-file-suffix
"SCORE"
85 "Suffix of the score files."
86 :group
'gnus-score-files
89 (defcustom gnus-adaptive-file-suffix
"ADAPT"
90 "Suffix of the adaptive score files."
91 :group
'gnus-score-files
92 :group
'gnus-score-adapt
95 (defcustom gnus-score-find-score-files-function
'gnus-score-find-bnews
96 "Function used to find score files.
97 The function will be called with the group name as the argument, and
98 should return a list of score files to apply to that group. The score
99 files do not actually have to exist.
101 Predefined values are:
103 `gnus-score-find-single': Only apply the group's own score file.
104 `gnus-score-find-hierarchical': Also apply score files from parent groups.
105 `gnus-score-find-bnews': Apply score files whose names matches.
107 See the documentation to these functions for more information.
109 This variable can also be a list of functions to be called. Each
110 function is given the group name as argument and should either return
111 a list of score files, or a list of score alists.
113 If functions other than these pre-defined functions are used,
114 the `a' symbolic prefix to the score commands will always use
116 :group
'gnus-score-files
117 :type
'(radio (function-item gnus-score-find-single
)
118 (function-item gnus-score-find-hierarchical
)
119 (function-item gnus-score-find-bnews
)
120 (repeat :tag
"List of functions"
121 (choice (function :tag
"Other" :value
'ignore
)
122 (function-item gnus-score-find-single
)
123 (function-item gnus-score-find-hierarchical
)
124 (function-item gnus-score-find-bnews
)))
125 (function :tag
"Other" :value
'ignore
)))
127 (defcustom gnus-score-interactive-default-score
1000
128 "*Scoring commands will raise/lower the score with this number as the default."
129 :group
'gnus-score-default
132 (defcustom gnus-score-expiry-days
7
133 "*Number of days before unused score file entries are expired.
134 If this variable is nil, no score file entries will be expired."
135 :group
'gnus-score-expire
136 :type
'(choice (const :tag
"never" nil
)
139 (defcustom gnus-update-score-entry-dates t
140 "*If non-nil, update matching score entry dates.
141 If this variable is nil, then score entries that provide matches
142 will be expired along with non-matching score entries."
143 :group
'gnus-score-expire
146 (defcustom gnus-decay-scores nil
147 "*If non-nil, decay non-permanent scores.
149 If it is a regexp, only decay score files matching regexp."
150 :group
'gnus-score-decay
151 :type
`(choice (const :tag
"never" nil
)
152 (const :tag
"always" t
)
153 (const :tag
"adaptive score files"
154 ,(concat "\\." gnus-adaptive-file-suffix
"\\'"))
157 (defcustom gnus-decay-score-function
'gnus-decay-score
158 "*Function called to decay a score.
159 It is called with one parameter -- the score to be decayed."
160 :group
'gnus-score-decay
161 :type
'(radio (function-item gnus-decay-score
)
162 (function :tag
"Other")))
164 (defcustom gnus-score-decay-constant
3
165 "*Decay all \"small\" scores with this amount."
166 :group
'gnus-score-decay
169 (defcustom gnus-score-decay-scale
.05
170 "*Decay all \"big\" scores with this factor."
171 :group
'gnus-score-decay
174 (defcustom gnus-home-score-file nil
175 "Variable to control where interactive score entries are to go.
179 This file will be used as the home score file.
182 The result of this function will be used as the home score file.
183 The function will be passed the name of the group as its
187 The elements in this list can be:
189 * `(regexp file-name ...)'
190 If the `regexp' matches the group name, the first `file-name'
191 will be used as the home score file. (Multiple filenames are
192 allowed so that one may use gnus-score-file-single-match-alist to
196 If the function returns non-nil, the result will be used
197 as the home score file. The function will be passed the
198 name of the group as its parameter.
200 * A string. Use the string as the home score file.
202 The list will be traversed from the beginning towards the end looking
204 :group
'gnus-score-files
205 :type
'(choice string
206 (repeat (choice string
207 (cons regexp
(repeat file
))
209 (function-item gnus-hierarchial-home-score-file
)
210 (function-item gnus-current-home-score-file
)
213 (defcustom gnus-home-adapt-file nil
214 "Variable to control where new adaptive score entries are to go.
215 This variable allows the same syntax as `gnus-home-score-file'."
216 :group
'gnus-score-adapt
217 :group
'gnus-score-files
218 :type
'(choice string
219 (repeat (choice string
220 (cons regexp
(repeat file
))
224 (defcustom gnus-default-adaptive-score-alist
225 `((gnus-kill-file-mark)
228 (from , (+ 2 gnus-score-decay-constant
))
229 (subject , (+ 27 gnus-score-decay-constant
)))
231 (subject , (+ -
7 (* -
1 gnus-score-decay-constant
))))
233 (from , (- -
1 gnus-score-decay-constant
))
234 (subject , (+ -
17 (* -
1 gnus-score-decay-constant
))))
236 (from , (- -
1 gnus-score-decay-constant
))
237 (subject , (+ -
12 (* -
1 gnus-score-decay-constant
)))))
238 "Alist of marks and scores.
239 If you use score decays, you might want to set values higher than
240 `gnus-score-decay-constant'."
241 :group
'gnus-score-adapt
242 :type
'(repeat (cons (symbol :tag
"Mark")
243 (repeat (list (choice :tag
"Header"
246 (symbol :tag
"other"))
247 (integer :tag
"Score"))))))
249 (defcustom gnus-adaptive-word-length-limit nil
250 "*Words of a length lesser than this limit will be ignored when doing adaptive scoring."
252 :group
'gnus-score-adapt
253 :type
'(radio (const :format
"Unlimited " nil
)
254 (integer :format
"Maximum length: %v")))
256 (defcustom gnus-ignored-adaptive-words nil
257 "List of words to be ignored when doing adaptive word scoring."
258 :group
'gnus-score-adapt
259 :type
'(repeat string
))
261 (defcustom gnus-default-ignored-adaptive-words
262 '("a" "i" "the" "to" "of" "and" "in" "is" "it" "for" "that" "if" "you"
263 "this" "be" "on" "with" "not" "have" "are" "or" "as" "from" "can"
264 "but" "by" "at" "an" "will" "no" "all" "was" "do" "there" "my" "one"
265 "so" "we" "they" "what" "would" "any" "which" "about" "get" "your"
266 "use" "some" "me" "then" "name" "like" "out" "when" "up" "time"
267 "other" "more" "only" "just" "end" "also" "know" "how" "new" "should"
268 "been" "than" "them" "he" "who" "make" "may" "people" "these" "now"
269 "their" "here" "into" "first" "could" "way" "had" "see" "work" "well"
270 "were" "two" "very" "where" "while" "us" "because" "good" "same"
271 "even" "much" "most" "many" "such" "long" "his" "over" "last" "since"
272 "right" "before" "our" "without" "too" "those" "why" "must" "part"
273 "being" "current" "back" "still" "go" "point" "value" "each" "did"
274 "both" "true" "off" "say" "another" "state" "might" "under" "start"
276 "*Default list of words to be ignored when doing adaptive word scoring."
277 :group
'gnus-score-adapt
278 :type
'(repeat string
))
280 (defcustom gnus-default-adaptive-word-score-alist
281 `((,gnus-read-mark .
30)
282 (,gnus-catchup-mark . -
10)
283 (,gnus-killed-mark . -
20)
284 (,gnus-del-mark . -
15))
285 "*Alist of marks and scores."
286 :group
'gnus-score-adapt
287 :type
'(repeat (cons (character :tag
"Mark")
288 (integer :tag
"Score"))))
290 (defcustom gnus-adaptive-word-minimum nil
291 "If a number, this is the minimum score value that can be assigned to a word."
292 :group
'gnus-score-adapt
293 :type
'(choice (const nil
) integer
))
295 (defcustom gnus-adaptive-word-no-group-words nil
296 "If t, don't adaptively score words included in the group name."
297 :group
'gnus-score-adapt
300 (defcustom gnus-score-mimic-keymap nil
301 "*Have the score entry functions pretend that they are a keymap."
302 :group
'gnus-score-default
305 (defcustom gnus-score-exact-adapt-limit
10
306 "*Number that says how long a match has to be before using substring matching.
307 When doing adaptive scoring, one normally uses fuzzy or substring
308 matching. However, if the header one matches is short, the possibility
309 for false positives is great, so if the length of the match is less
310 than this variable, exact matching will be used.
312 If this variable is nil, exact matching will always be used."
313 :group
'gnus-score-adapt
314 :type
'(choice (const nil
) integer
))
316 (defcustom gnus-score-uncacheable-files
"ADAPT$"
317 "All score files that match this regexp will not be cached."
318 :group
'gnus-score-adapt
319 :group
'gnus-score-files
322 (defcustom gnus-adaptive-pretty-print nil
323 "If non-nil, adaptive score files fill are pretty printed."
324 :group
'gnus-score-files
325 :group
'gnus-score-adapt
326 :version
"23.1" ;; No Gnus
329 (defcustom gnus-score-default-header nil
330 "Default header when entering new scores.
332 Should be one of the following symbols.
341 e: `extra' (non-standard overview)
346 If nil, the user will be asked for a header."
347 :group
'gnus-score-default
348 :type
'(choice (const :tag
"from" a
)
349 (const :tag
"subject" s
)
350 (const :tag
"body" b
)
351 (const :tag
"head" h
)
352 (const :tag
"message-id" i
)
353 (const :tag
"references" t
)
354 (const :tag
"xref" x
)
355 (const :tag
"extra" e
)
356 (const :tag
"lines" l
)
357 (const :tag
"date" d
)
358 (const :tag
"followup" f
)
359 (const :tag
"ask" nil
)))
361 (defcustom gnus-score-default-type nil
362 "Default match type when entering new scores.
364 Should be one of the following symbols.
374 >: greater than number
377 If nil, the user will be asked for a match type."
378 :group
'gnus-score-default
379 :type
'(choice (const :tag
"substring" s
)
380 (const :tag
"exact string" e
)
381 (const :tag
"fuzzy string" f
)
382 (const :tag
"regexp string" r
)
383 (const :tag
"before date" b
)
384 (const :tag
"after date" a
)
385 (const :tag
"this date" n
)
386 (const :tag
"less than number" <)
387 (const :tag
"greater than number" >)
388 (const :tag
"equal than number" =)
389 (const :tag
"ask" nil
)))
391 (defcustom gnus-score-default-fold nil
392 "Non-nil means use case folding for new score file entries."
393 :group
'gnus-score-default
396 (defcustom gnus-score-default-duration nil
397 "Default duration of effect when entering new scores.
399 Should be one of the following symbols.
405 If nil, the user will be asked for a duration."
406 :group
'gnus-score-default
407 :type
'(choice (const :tag
"temporary" t
)
408 (const :tag
"permanent" p
)
409 (const :tag
"immediate" i
)
410 (const :tag
"ask" nil
)))
412 (defcustom gnus-score-after-write-file-function nil
413 "Function called with the name of the score file just written to disk."
414 :group
'gnus-score-files
415 :type
'(choice (const nil
) function
))
417 (defcustom gnus-score-thread-simplify nil
418 "If non-nil, subjects will simplified as in threading."
419 :group
'gnus-score-various
422 (defcustom gnus-inhibit-slow-scoring nil
423 "Inhibit slow scoring, e.g. scoring on headers or body.
425 If a regexp, scoring on headers or body is inhibited if the group
426 matches the regexp. If it is t, scoring on headers or body is
427 inhibited for all groups."
428 :group
'gnus-score-various
429 :version
"23.1" ;; No Gnus
430 :type
'(choice (const :tag
"All" nil
)
431 (const :tag
"None" t
)
436 ;; Internal variables.
438 (defvar gnus-score-use-all-scores t
439 "If nil, only `gnus-score-find-score-files-function' is used.")
441 (defvar gnus-adaptive-word-syntax-table
442 (let ((table (copy-syntax-table (standard-syntax-table)))
443 (numbers '(?
0 ?
1 ?
2 ?
3 ?
4 ?
5 ?
6 ?
7 ?
8 ?
9)))
445 (modify-syntax-entry (pop numbers
) " " table
))
446 (modify-syntax-entry ?
' "w" table
)
448 "Syntax table used when doing adaptive word scoring.")
450 (defvar gnus-scores-exclude-files nil
)
451 (defvar gnus-internal-global-score-files nil
)
452 (defvar gnus-score-file-list nil
)
454 (defvar gnus-short-name-score-file-cache nil
)
456 (defvar gnus-score-help-winconf nil
)
457 (defvar gnus-adaptive-score-alist gnus-default-adaptive-score-alist
)
458 (defvar gnus-adaptive-word-score-alist gnus-default-adaptive-word-score-alist
)
459 (defvar gnus-score-trace nil
)
460 (defvar gnus-score-edit-buffer nil
)
462 (defvar gnus-score-alist nil
463 "Alist containing score information.
464 The keys can be symbols or strings. The following symbols are defined.
466 touched: If this alist has been modified.
467 mark: Automatically mark articles below this.
468 expunge: Automatically expunge articles below this.
469 files: List of other score files to load when loading this one.
470 eval: Sexp to be evaluated when the score file is loaded.
472 String entries have the form (HEADER (MATCH TYPE SCORE DATE) ...)
473 where HEADER is the header being scored, MATCH is the string we are
474 looking for, TYPE is a flag indicating whether it should use regexp or
475 substring matching, SCORE is the score to add and DATE is the date
476 of the last successful match.")
478 (defvar gnus-score-cache nil
)
479 (defvar gnus-scores-articles nil
)
480 (defvar gnus-score-index nil
)
483 (defconst gnus-header-index
484 ;; Name to index alist.
485 '(("number" 0 gnus-score-integer
)
486 ("subject" 1 gnus-score-string
)
487 ("from" 2 gnus-score-string
)
488 ("date" 3 gnus-score-date
)
489 ("message-id" 4 gnus-score-string
)
490 ("references" 5 gnus-score-string
)
491 ("chars" 6 gnus-score-integer
)
492 ("lines" 7 gnus-score-integer
)
493 ("xref" 8 gnus-score-string
)
494 ("extra" 9 gnus-score-string
)
495 ("head" -
1 gnus-score-body
)
496 ("body" -
1 gnus-score-body
)
497 ("all" -
1 gnus-score-body
)
498 ("followup" 2 gnus-score-followup
)
499 ("thread" 5 gnus-score-thread
)))
501 ;;; Summary mode score maps.
503 (gnus-define-keys (gnus-summary-score-map "V" gnus-summary-mode-map
)
504 "s" gnus-summary-set-score
505 "S" gnus-summary-current-score
506 "c" gnus-score-change-score-file
507 "C" gnus-score-customize
508 "m" gnus-score-set-mark-below
509 "x" gnus-score-set-expunge-below
510 "R" gnus-summary-rescore
511 "e" gnus-score-edit-current-scores
512 "f" gnus-score-edit-file
513 "F" gnus-score-flush-cache
514 "t" gnus-score-find-trace
515 "w" gnus-score-find-favourite-words
)
517 ;; Summary score file commands
519 ;; Much modification of the kill (ahem, score) code and lots of the
520 ;; functions are written by Per Abrahamsen <amanda@iesd.auc.dk>.
522 (defun gnus-summary-lower-score (&optional score symp
)
523 "Make a score entry based on the current article.
524 The user will be prompted for header to score on, match type,
525 permanence, and the string to be used. The numerical prefix will be
526 used as score. A symbolic prefix of `a' says to use the `all.SCORE'
527 file for the command instead of the current score file."
528 (interactive (gnus-interactive "P\ny"))
529 (gnus-summary-increase-score (- (gnus-score-delta-default score
)) symp
))
531 (defun gnus-score-kill-help-buffer ()
532 (when (get-buffer "*Score Help*")
533 (kill-buffer "*Score Help*")
534 (when gnus-score-help-winconf
535 (set-window-configuration gnus-score-help-winconf
))))
537 (defun gnus-summary-increase-score (&optional score symp
)
538 "Make a score entry based on the current article.
539 The user will be prompted for header to score on, match type,
540 permanence, and the string to be used. The numerical prefix will be
541 used as score. A symbolic prefix of `a' says to use the `all.SCORE'
542 file for the command instead of the current score file."
543 (interactive (gnus-interactive "P\ny"))
544 (let* ((nscore (gnus-score-delta-default score
))
545 (prefix (if (< nscore
0) ?L ?I
))
546 (increase (> nscore
0))
548 '((?a
"from" nil nil string
)
549 (?s
"subject" nil nil string
)
550 (?b
"body" "" nil body-string
)
551 (?h
"head" "" nil body-string
)
552 (?i
"message-id" nil nil string
)
553 (?r
"references" "message-id" nil string
)
554 (?x
"xref" nil nil string
)
555 (?e
"extra" nil nil string
)
556 (?l
"lines" nil nil number
)
557 (?d
"date" nil nil date
)
558 (?f
"followup" nil nil string
)
559 (?t
"thread" "message-id" nil string
)))
561 '((?s s
"substring" string
)
562 (?e e
"exact string" string
)
563 (?f f
"fuzzy string" string
)
564 (?r r
"regexp string" string
)
565 (?z s
"substring" body-string
)
566 (?p r
"regexp string" body-string
)
567 (?b before
"before date" date
)
568 (?a after
"after date" date
)
569 (?n at
"this date" date
)
570 (?
< < "less than number" number
)
571 (?
> > "greater than number" number
)
572 (?
= = "equal to number" number
)))
573 (current-score-file gnus-current-score-file
)
575 (list (list ?t
(current-time-string) "temporary")
576 '(?p perm
"permanent") '(?i now
"immediate")))
577 (mimic gnus-score-mimic-keymap
)
578 (hchar (and gnus-score-default-header
579 (aref (symbol-name gnus-score-default-header
) 0)))
580 (tchar (and gnus-score-default-type
581 (aref (symbol-name gnus-score-default-type
) 0)))
582 (pchar (and gnus-score-default-duration
583 (aref (symbol-name gnus-score-default-duration
) 0)))
584 entry temporary type match extra
)
589 ;; First we read the header to score.
594 (message "%c-" prefix
))
595 (message "%s header (%s?): " (if increase
"Increase" "Lower")
596 (mapconcat (lambda (s) (char-to-string (car s
)))
598 (setq hchar
(read-char))
599 (when (or (= hchar ??
) (= hchar ?\C-h
))
601 (gnus-score-insert-help "Match on header" char-to-header
1)))
603 (gnus-score-kill-help-buffer)
604 (unless (setq entry
(assq (downcase hchar
) char-to-header
))
605 (if mimic
(error "%c %c" prefix hchar
)
606 (error "Invalid header type")))
608 (when (/= (downcase hchar
) hchar
)
609 ;; This was a majuscule, so we end reading and set the defaults.
610 (if mimic
(message "%c %c" prefix hchar
) (message ""))
611 (setq tchar
(or tchar ?s
)
612 pchar
(or pchar ?t
)))
617 (if (eq (nth 4 entry
)
621 ;; We continue reading - the type.
625 (sit-for 1) (message "%c %c-" prefix hchar
))
626 (message "%s header '%s' with match type (%s?): "
627 (if increase
"Increase" "Lower")
629 (mapconcat (lambda (s) (char-to-string (car s
)))
631 (setq tchar
(read-char))
632 (when (or (= tchar ??
) (= tchar ?\C-h
))
634 (gnus-score-insert-help "Match type" legal-types
2)))
636 (gnus-score-kill-help-buffer)
637 (unless (setq type
(nth 1 (assq (downcase tchar
) legal-types
)))
638 (if mimic
(error "%c %c" prefix hchar
)
639 (error "Invalid match type"))))
641 (when (/= (downcase tchar
) tchar
)
642 ;; It was a majuscule, so we end reading and use the default.
643 (if mimic
(message "%c %c %c" prefix hchar tchar
)
645 (setq pchar
(or pchar ?t
)))
647 ;; We continue reading.
651 (sit-for 1) (message "%c %c %c-" prefix hchar tchar
))
652 (message "%s permanence (%s?): " (if increase
"Increase" "Lower")
653 (mapconcat (lambda (s) (char-to-string (car s
)))
655 (setq pchar
(read-char))
656 (when (or (= pchar ??
) (= pchar ?\C-h
))
658 (gnus-score-insert-help "Match permanence" char-to-perm
2)))
660 (gnus-score-kill-help-buffer)
661 (if mimic
(message "%c %c %c %c" prefix hchar tchar pchar
)
663 (unless (setq temporary
(cadr (assq pchar char-to-perm
)))
664 ;; Deal with der(r)ided superannuated paradigms.
665 (when (and (eq (1+ prefix
) 77)
666 (eq (+ hchar
12) 109)
668 (eq (- pchar
4) 111))
671 (error "%c %c %c %c" prefix hchar tchar pchar
)
672 (error "Invalid match duration"))))
673 ;; Always kill the score help buffer.
674 (gnus-score-kill-help-buffer))
676 ;; If scoring an extra (non-standard overview) header,
677 ;; we must find out which header is in question.
679 (and gnus-extra-headers
680 (equal (nth 1 entry
) "extra")
681 (intern ; need symbol
682 (let ((collection (mapcar 'symbol-name gnus-extra-headers
)))
683 (gnus-completing-read
684 "Score extra header" ; prompt
685 collection
; completion list
688 nil
; no initial-input
689 (car collection
)))))) ; default value
690 ;; extra is now nil or a symbol.
692 ;; We have all the data, so we enter this score.
693 (setq match
(if (string= (nth 2 entry
) "") ""
694 (gnus-summary-header (or (nth 2 entry
) (nth 1 entry
))
697 ;; Modify the match, perhaps.
699 ((equal (nth 1 entry
) "xref")
700 (when (string-match "^Xref: *" match
)
701 (setq match
(substring match
(match-end 0))))
702 (when (string-match "^[^:]* +" match
)
703 (setq match
(substring match
(match-end 0))))))
705 (when (memq type
'(r R regexp Regexp
))
706 (setq match
(regexp-quote match
)))
708 ;; Change score file to the "all.SCORE" file.
710 (with-current-buffer gnus-summary-buffer
711 (gnus-score-load-file
712 ;; This is a kludge; yes...
714 ((eq gnus-score-find-score-files-function
715 'gnus-score-find-hierarchical
)
716 (gnus-score-file-name ""))
717 ((eq gnus-score-find-score-files-function
'gnus-score-find-single
)
720 (gnus-score-file-name "all"))))))
722 (gnus-summary-score-entry
723 (nth 1 entry
) ; Header
726 (if (eq score
's
) nil score
) ; Score
727 (if (eq temporary
'perm
) ; Temp
730 (not (nth 3 entry
)) ; Prompt
732 extra
) ; non-standard overview.
735 ;; We change the score file back to the previous one.
736 (with-current-buffer gnus-summary-buffer
737 (gnus-score-load-file current-score-file
)))))
739 (defun gnus-score-insert-help (string alist idx
)
740 (setq gnus-score-help-winconf
(current-window-configuration))
741 (with-current-buffer (gnus-get-buffer-create "*Score Help*")
742 (buffer-disable-undo)
743 (delete-windows-on (current-buffer))
745 (insert string
":\n\n")
750 ;; find the longest string to display
752 (setq n
(length (nth idx
(car list
))))
755 (setq list
(cdr list
)))
756 (setq max
(+ max
4)) ; %c, `:', SPACE, a SPACE at end
757 (setq n
(/ (1- (window-width)) max
)) ; items per line
758 (setq width
(/ (1- (window-width)) n
)) ; width of each item
759 ;; insert `n' items, each in a field of width `width'
764 (delete-char -
1) ; the `\n' takes a char
766 (setq pad
(- width
3))
767 (setq format
(concat "%c: %-" (int-to-string pad
) "s"))
768 (insert (format format
(caar alist
) (nth idx
(car alist
))))
769 (setq alist
(cdr alist
))
771 (goto-char (point-min))
772 ;; display ourselves in a small window at the bottom
773 (gnus-select-lowest-window)
774 (if (< (/ (window-height) 2) window-min-height
)
775 (switch-to-buffer "*Score Help*")
777 (pop-to-buffer "*Score Help*"))
778 (let ((window-min-height 1))
779 (shrink-window-if-larger-than-buffer))
780 (select-window (gnus-get-buffer-window gnus-summary-buffer t
))))
782 (defun gnus-summary-header (header &optional no-err extra
)
783 ;; Return HEADER for current articles, or error.
784 (let ((article (gnus-summary-article-number))
787 (if (and (setq headers
(gnus-summary-article-header article
))
789 (if extra
; `header' must be "extra"
790 (or (cdr (assq extra
(mail-header-extra headers
))) "")
791 (aref headers
(nth 1 (assoc header gnus-header-index
))))
794 (error "Pseudo-articles can't be scored")))
796 (error "No article on current line")
799 (defun gnus-newsgroup-score-alist ()
801 (let ((param-file (gnus-group-find-parameter
802 gnus-newsgroup-name
'score-file
)))
804 (gnus-score-load param-file
)))
806 (gnus-score-file-name gnus-newsgroup-name
)))
809 (defsubst gnus-score-get
(symbol &optional alist
)
810 ;; Get SYMBOL's definition in ALIST.
814 (gnus-newsgroup-score-alist)))))
816 (defun gnus-summary-score-entry (header match type score date
817 &optional prompt silent extra
)
818 "Enter score file entry.
819 HEADER is the header being scored.
820 MATCH is the string we are looking for.
821 TYPE is the match type: substring, regexp, exact, fuzzy.
822 SCORE is the score to add.
823 DATE is the expire date, or nil for no expire, or 'now for immediate expire.
824 If optional argument `PROMPT' is non-nil, allow user to edit match.
825 If optional argument `SILENT' is nil, show effect of score entry.
826 If optional argument `EXTRA' is non-nil, it's a non-standard overview header."
827 ;; Regexp is the default type.
830 ;; Simplify matches...
831 (cond ((or (eq type
'r
) (eq type
's
) (eq type nil
))
832 (setq match
(if match
(gnus-simplify-subject-re match
) "")))
834 (setq match
(gnus-simplify-subject-fuzzy match
))))
835 (let ((score (gnus-score-delta-default score
))
836 (header (downcase header
))
838 (set-text-properties 0 (length header
) nil header
)
840 (setq match
(read-string
841 (format "Match %s on %s, %s: "
842 (cond ((eq date
'now
)
848 (if (< score
0) "lower" "raise"))
850 (int-to-string match
)
853 ;; If this is an integer comparison, we transform from string to int.
854 (if (eq (nth 2 (assoc header gnus-header-index
)) 'gnus-score-integer
)
856 (setq match
(string-to-number match
)))
857 (set-text-properties 0 (length match
) nil match
))
859 (unless (eq date
'now
)
860 ;; Add the score entry to the score file.
861 (when (= score gnus-score-interactive-default-score
)
863 (let ((old (gnus-score-get header
))
869 (and date
(if (numberp date
) date
871 type
(symbol-name extra
)))
874 (and date
(if (numberp date
) date
877 (date (list match score
(date-to-day date
)))
878 (score (list match score
))
880 ;; We see whether we can collapse some score entries.
881 ;; This isn't quite correct, because there may be more elements
882 ;; later on with the same key that have matching elems... Hm.
884 (setq elem
(assoc match old
))
885 (eq (nth 3 elem
) (nth 3 new
))
886 (or (and (numberp (nth 2 elem
)) (numberp (nth 2 new
)))
887 (and (not (nth 2 elem
)) (not (nth 2 new
)))))
888 ;; Yup, we just add this new score to the old elem.
889 (setcar (cdr elem
) (+ (or (nth 1 elem
)
890 gnus-score-interactive-default-score
)
892 gnus-score-interactive-default-score
)))
893 ;; Nope, we have to add a new elem.
894 (gnus-score-set header
(if old
(cons new old
) (list new
)) nil t
))
895 (gnus-score-set 'touched
'(t))))
897 ;; Score the current buffer.
899 (if (and (>= (nth 1 (assoc header gnus-header-index
)) 0)
900 (eq (nth 2 (assoc header gnus-header-index
))
902 (gnus-summary-score-effect header match type score extra
)
903 (gnus-summary-rescore)))
905 ;; Return the new scoring rule.
908 (defun gnus-summary-score-effect (header match type score
&optional extra
)
909 "Simulate the effect of a score file entry.
910 HEADER is the header being scored.
911 MATCH is the string we are looking for.
912 TYPE is the score type.
913 SCORE is the score to add.
914 EXTRA is the possible non-standard header."
915 (interactive (list (gnus-completing-read "Header"
919 (lambda (x) (fboundp (nth 2 x
)))
922 (read-string "Match: ")
923 (if (y-or-n-p "Use regexp match? ") 'r
's
)
924 (string-to-number (read-string "Score: "))))
926 (unless (and (stringp match
) (> (length match
) 0))
928 (goto-char (point-min))
929 (let ((regexp (cond ((eq type
'f
)
930 (gnus-simplify-subject-fuzzy match
))
934 (concat "\\`" (regexp-quote match
) "\\'"))
936 (regexp-quote match
)))))
938 (let ((content (gnus-summary-header header
'noerr extra
))
939 (case-fold-search t
))
941 (when (if (eq type
'f
)
942 (string-equal (gnus-simplify-subject-fuzzy content
)
944 (string-match regexp content
))
945 (gnus-summary-raise-score score
))))
946 (beginning-of-line 2))))
947 (gnus-set-mode-line 'summary
))
949 (defun gnus-summary-score-crossposting (score date
)
950 ;; Enter score file entry for current crossposting.
951 ;; SCORE is the score to add.
952 ;; DATE is the expire date.
953 (let ((xref (gnus-summary-header "xref"))
957 (error "This article is not crossposted"))
958 (while (string-match " \\([^ \t]+\\):" xref start
)
959 (setq start
(match-end 0))
962 (substring xref
(match-beginning 1) (match-end 1)))
963 gnus-newsgroup-name
))
964 (gnus-summary-score-entry
965 "xref" (concat " " group
":") nil score date t
)))))
972 ;; All score code written by Per Abrahamsen <abraham@iesd.auc.dk>.
974 (defun gnus-score-set-mark-below (score)
975 "Automatically mark articles with score below SCORE as read."
977 (list (or (and current-prefix-arg
(prefix-numeric-value current-prefix-arg
))
978 (string-to-number (read-string "Mark below: ")))))
979 (setq score
(or score gnus-summary-default-score
0))
980 (gnus-score-set 'mark
(list score
))
981 (gnus-score-set 'touched
'(t))
982 (setq gnus-summary-mark-below score
)
983 (gnus-score-update-lines))
985 (defun gnus-score-update-lines ()
986 "Update all lines in the summary buffer."
988 (goto-char (point-min))
990 (gnus-summary-update-line)
993 (defun gnus-score-update-all-lines ()
994 "Update all lines in the summary buffer, even the hidden ones."
996 (goto-char (point-min))
999 (when (gnus-summary-show-thread)
1000 (push (point) hidden
))
1001 (gnus-summary-update-line)
1003 ;; Re-hide the hidden threads.
1005 (goto-char (pop hidden
))
1006 (gnus-summary-hide-thread)))))
1008 (defun gnus-score-set-expunge-below (score)
1009 "Automatically expunge articles with score below SCORE."
1011 (list (or (and current-prefix-arg
(prefix-numeric-value current-prefix-arg
))
1012 (string-to-number (read-string "Set expunge below: ")))))
1013 (setq score
(or score gnus-summary-default-score
0))
1014 (gnus-score-set 'expunge
(list score
))
1015 (gnus-score-set 'touched
'(t)))
1017 (defun gnus-score-followup-article (&optional score
)
1018 "Add SCORE to all followups to the article in the current buffer."
1020 (setq score
(gnus-score-delta-default score
))
1021 (when (gnus-buffer-live-p gnus-summary-buffer
)
1024 (message-narrow-to-headers)
1025 (let ((id (mail-fetch-field "message-id")))
1027 (set-buffer gnus-summary-buffer
)
1028 (gnus-summary-score-entry
1029 "references" (concat id
"[ \t]*$") 'r
1030 score
(current-time-string) nil t
)))))))
1032 (defun gnus-score-followup-thread (&optional score
)
1033 "Add SCORE to all later articles in the thread the current buffer is part of."
1035 (setq score
(gnus-score-delta-default score
))
1036 (when (gnus-buffer-live-p gnus-summary-buffer
)
1039 (goto-char (point-min))
1040 (let ((id (mail-fetch-field "message-id")))
1042 (set-buffer gnus-summary-buffer
)
1043 (gnus-summary-score-entry
1045 score
(current-time-string))))))))
1047 (defun gnus-score-set (symbol value
&optional alist warn
)
1048 ;; Set SYMBOL to VALUE in ALIST.
1052 (gnus-newsgroup-score-alist)))
1053 (entry (assoc symbol alist
)))
1054 (cond ((gnus-score-get 'read-only alist
)
1055 ;; This is a read-only score file, so we do nothing.
1057 (gnus-message 4 "Note: read-only score file; entry discarded")))
1059 (setcdr entry value
))
1061 (error "Empty alist"))
1064 (cons (cons symbol value
) (cdr alist
)))))))
1066 (defun gnus-summary-raise-score (n)
1067 "Raise the score of the current article by N."
1069 (gnus-summary-set-score (+ (gnus-summary-article-score)
1070 (or n gnus-score-interactive-default-score
))))
1072 (defun gnus-summary-set-score (n)
1073 "Set the score of the current article to N."
1076 (gnus-summary-show-thread)
1077 (let ((buffer-read-only nil
))
1079 (gnus-summary-update-mark
1080 (if (= n
(or gnus-summary-default-score
0)) ?
;Whitespace
1081 (if (< n
(or gnus-summary-default-score
0))
1082 gnus-score-below-mark gnus-score-over-mark
))
1084 (let* ((article (gnus-summary-article-number))
1085 (score (assq article gnus-newsgroup-scored
)))
1086 (if score
(setcdr score n
)
1087 (push (cons article n
) gnus-newsgroup-scored
)))
1088 (gnus-summary-update-line)))
1090 (defun gnus-summary-current-score ()
1091 "Return the score of the current article."
1093 (gnus-message 1 "%s" (gnus-summary-article-score)))
1095 (defun gnus-score-change-score-file (file)
1096 "Change current score alist."
1098 (list (read-file-name "Change to score file: " gnus-kill-files-directory
)))
1099 (gnus-score-load-file file
)
1100 (gnus-set-mode-line 'summary
))
1102 (defvar gnus-score-edit-exit-function
)
1103 (defun gnus-score-edit-current-scores (file)
1104 "Edit the current score alist."
1105 (interactive (list gnus-current-score-file
))
1106 (if (not gnus-current-score-file
)
1107 (error "No current score file")
1108 (let ((winconf (current-window-configuration)))
1109 (when (buffer-name gnus-summary-buffer
)
1111 (gnus-make-directory (file-name-directory file
))
1112 (setq gnus-score-edit-buffer
(find-file-noselect file
))
1113 (gnus-configure-windows 'edit-score
)
1115 (setq gnus-score-edit-exit-function
'gnus-score-edit-done
)
1116 (make-local-variable 'gnus-prev-winconf
)
1117 (setq gnus-prev-winconf winconf
))
1119 4 "%s" (substitute-command-keys
1120 "\\<gnus-score-mode-map>\\[gnus-score-edit-exit] to save edits"))))
1122 (defun gnus-score-edit-all-score ()
1123 "Edit the all.SCORE file."
1125 (find-file (gnus-score-file-name "all"))
1127 (setq gnus-score-edit-exit-function
'gnus-score-edit-done
)
1129 4 (substitute-command-keys
1130 "\\<gnus-score-mode-map>\\[gnus-score-edit-exit] to save edits")))
1132 (defun gnus-score-edit-file (file)
1133 "Edit a score file."
1135 (list (read-file-name "Edit score file: " gnus-kill-files-directory
)))
1136 (gnus-make-directory (file-name-directory file
))
1137 (when (buffer-name gnus-summary-buffer
)
1139 (let ((winconf (current-window-configuration)))
1140 (setq gnus-score-edit-buffer
(find-file-noselect file
))
1141 (gnus-configure-windows 'edit-score
)
1143 (setq gnus-score-edit-exit-function
'gnus-score-edit-done
)
1144 (make-local-variable 'gnus-prev-winconf
)
1145 (setq gnus-prev-winconf winconf
))
1147 4 "%s" (substitute-command-keys
1148 "\\<gnus-score-mode-map>\\[gnus-score-edit-exit] to save edits")))
1150 (defun gnus-score-edit-file-at-point (&optional format
)
1151 "Edit score file at point in Score Trace buffers.
1152 If FORMAT, also format the current score file."
1153 (let* ((rule (save-excursion
1155 (read (current-buffer))))
1157 ;; Must be synced with `gnus-score-find-trace':
1159 (file (save-excursion
1161 (if (and (re-search-backward reg
(point-at-bol) t
)
1162 (re-search-forward reg
(point-at-eol) t
))
1163 (buffer-substring (point) (point-at-eol))
1166 (string-match "\\<\\(non-file rule\\|A file\\)\\>" file
)
1167 ;; (see `gnus-score-find-trace' and `gnus-score-advanced')
1169 (gnus-error 3 "Can't find a score file in current line.")
1170 (gnus-score-edit-file file
)
1172 (gnus-score-pretty-print))
1173 (when (consp rule
) ;; the rule exists
1174 (setq rule
(mapconcat #'(lambda (obj)
1175 (regexp-quote (format "%S" obj
)))
1178 (goto-char (point-min))
1179 (re-search-forward rule nil t
)
1180 ;; make it easy to use `kill-sexp':
1181 (goto-char (1- (match-beginning 0)))))))
1183 (defun gnus-score-load-file (file)
1184 ;; Load score file FILE. Returns a list a retrieved score-alists.
1185 (let* ((file (expand-file-name
1186 (or (and (string-match
1187 (concat "^" (regexp-quote
1189 gnus-kill-files-directory
)))
1190 (expand-file-name file
))
1192 (expand-file-name file gnus-kill-files-directory
))))
1193 (cached (assoc file gnus-score-cache
))
1194 (global (member file gnus-internal-global-score-files
))
1197 ;; The score file was already loaded.
1198 (setq alist
(cdr cached
))
1199 ;; We load the score file.
1200 (setq gnus-score-alist nil
)
1201 (setq alist
(gnus-score-load-score-alist file
))
1202 ;; We add '(touched) to the alist to signify that it hasn't been
1204 (unless (assq 'touched alist
)
1205 (push (list 'touched nil
) alist
))
1206 ;; If it is a global score file, we make it read-only.
1208 (not (assq 'read-only alist
))
1209 (push (list 'read-only t
) alist
))
1210 (push (cons file alist
) gnus-score-cache
))
1214 ;; Downcase all header names.
1217 (setcar (car a
) (downcase (caar a
)))
1219 ;; Advanced scoring.
1223 ;; If there are actual scores in the alist, we add it to the
1224 ;; return value of this function.
1226 (setq lists
(list alist
))))
1227 ;; Treat the other possible atoms in the score alist.
1228 (let ((mark (car (gnus-score-get 'mark alist
)))
1229 (expunge (car (gnus-score-get 'expunge alist
)))
1230 (mark-and-expunge (car (gnus-score-get 'mark-and-expunge alist
)))
1231 (files (gnus-score-get 'files alist
))
1232 (exclude-files (gnus-score-get 'exclude-files alist
))
1233 (orphan (car (gnus-score-get 'orphan alist
)))
1234 (adapt (gnus-score-get 'adapt alist
))
1235 (thread-mark-and-expunge
1236 (car (gnus-score-get 'thread-mark-and-expunge alist
)))
1237 (adapt-file (car (gnus-score-get 'adapt-file alist
)))
1238 (local (gnus-score-get 'local alist
))
1239 (decay (car (gnus-score-get 'decay alist
)))
1240 (eval (car (gnus-score-get 'eval alist
))))
1241 ;; Perform possible decays.
1242 (when (and (if (stringp gnus-decay-scores
)
1243 (string-match gnus-decay-scores file
)
1245 (or cached
(file-exists-p file
))
1247 (gnus-decay-scores alist decay
)))
1248 (gnus-score-set 'touched
'(t) alist
)
1249 (gnus-score-set 'decay
(list (time-to-days (current-time))) alist
))
1250 ;; We do not respect eval and files atoms from global score
1252 (when (and files
(not global
))
1253 (setq lists
(apply 'append lists
1254 (mapcar 'gnus-score-load-file
1255 (if adapt-file
(cons adapt-file files
)
1257 (when (and eval
(not global
))
1259 ;; We then expand any exclude-file directives.
1260 (setq gnus-scores-exclude-files
1267 (expand-file-name sfile
(file-name-directory file
))
1268 (expand-file-name sfile gnus-kill-files-directory
)))
1270 gnus-scores-exclude-files
))
1272 (with-current-buffer gnus-summary-buffer
1274 (and (consp (car local
))
1275 (symbolp (caar local
))
1277 (make-local-variable (caar local
))
1278 (set (caar local
) (nth 1 (car local
)))))
1279 (setq local
(cdr local
)))))
1281 (setq gnus-orphan-score orphan
))
1282 (setq gnus-adaptive-score-alist
1283 (cond ((equal adapt
'(t))
1284 (setq gnus-newsgroup-adaptive t
)
1285 gnus-default-adaptive-score-alist
)
1286 ((equal adapt
'(ignore))
1287 (setq gnus-newsgroup-adaptive nil
))
1289 (setq gnus-newsgroup-adaptive t
)
1292 gnus-default-adaptive-score-alist
)))
1293 (setq gnus-thread-expunge-below
1294 (or thread-mark-and-expunge gnus-thread-expunge-below
))
1295 (setq gnus-summary-mark-below
1296 (or mark mark-and-expunge gnus-summary-mark-below
))
1297 (setq gnus-summary-expunge-below
1298 (or expunge mark-and-expunge gnus-summary-expunge-below
))
1299 (setq gnus-newsgroup-adaptive-score-file
1300 (or adapt-file gnus-newsgroup-adaptive-score-file
)))
1301 (setq gnus-current-score-file file
)
1302 (setq gnus-score-alist alist
)
1305 (defun gnus-score-load (file)
1307 (let ((cache (assoc file gnus-score-cache
)))
1309 (setq gnus-score-alist
(cdr cache
))
1310 (setq gnus-score-alist nil
)
1311 (gnus-score-load-score-alist file
)
1312 (unless gnus-score-alist
1313 (setq gnus-score-alist
(copy-alist '((touched nil
)))))
1314 (push (cons file gnus-score-alist
) gnus-score-cache
))))
1316 (defun gnus-score-remove-from-cache (file)
1317 (setq gnus-score-cache
1318 (delq (assoc file gnus-score-cache
) gnus-score-cache
)))
1320 (defun gnus-score-load-score-alist (file)
1323 (if (not (file-readable-p file
))
1324 ;; Couldn't read file.
1325 (setq gnus-score-alist nil
)
1328 (let ((coding-system-for-read score-mode-coding-system
))
1329 (insert-file-contents file
))
1330 (goto-char (point-min))
1331 ;; Only do the loading if the score file isn't empty.
1332 (when (save-excursion (re-search-forward "[()0-9a-zA-Z]" nil t
))
1335 (read (current-buffer))
1337 (gnus-error 3.2 "Problem with score file %s" file
))))))
1341 ;; Bogus score file.
1342 (error "Invalid syntax with score file %s" file
))
1343 ((eq (car alist
) 'setq
)
1344 ;; This is an old-style score file.
1345 (setq gnus-score-alist
(gnus-score-transform-old-to-new alist
)))
1347 (setq gnus-score-alist alist
)))
1348 ;; Check the syntax of the score file.
1349 (setq gnus-score-alist
1350 (gnus-score-check-syntax gnus-score-alist file
)))))
1352 (defun gnus-score-check-syntax (alist file
)
1353 "Check the syntax of the score ALIST."
1357 ((not (consp alist
))
1358 (gnus-message 1 "Score file is not a list: %s" file
)
1364 (while (and a
(not err
))
1368 ((not (listp (car a
)))
1369 (format "Invalid score element %s in %s" (car a
) file
))
1372 ((not (listp (setq sr
(cdar a
))))
1373 (format "Invalid header match %s in %s" (nth 1 (car a
)) file
))
1375 (setq type
(caar a
))
1376 (while (and sr
(not err
))
1381 ((if (member (downcase type
) '("lines" "chars"))
1382 (not (numberp (car s
)))
1383 (not (stringp (car s
))))
1384 (format "Invalid match %s in %s" (car s
) file
))
1385 ((and (cadr s
) (not (integerp (cadr s
))))
1386 (format "Non-integer score %s in %s" (cadr s
) file
))
1387 ((and (caddr s
) (not (integerp (caddr s
))))
1388 (format "Non-integer date %s in %s" (caddr s
) file
))
1389 ((and (cadddr s
) (not (symbolp (cadddr s
))))
1390 (format "Non-symbol match type %s in %s" (cadddr s
) file
)))))
1396 (gnus-message 3 "%s" err
)
1401 (defun gnus-score-transform-old-to-new (alist)
1402 (let* ((alist (nth 2 alist
))
1404 (when (eq (car alist
) 'quote
)
1405 (setq alist
(nth 1 alist
)))
1407 (setq entry
(car alist
))
1408 (if (stringp (car entry
))
1409 (let ((scor (cdr entry
)))
1413 (list (caar scor
) (nth 2 (car scor
))
1414 (and (nth 3 (car scor
))
1415 (date-to-day (nth 3 (car scor
))))
1416 (if (nth 1 (car scor
)) 'r
's
)))
1417 (setq scor
(cdr scor
))))
1418 (push (if (not (listp (cdr entry
)))
1419 (list (car entry
) (cdr entry
))
1422 (setq alist
(cdr alist
)))
1423 (cons (list 'touched t
) (nreverse out
))))
1425 (defun gnus-score-save ()
1426 ;; Save all score information.
1427 (let ((cache gnus-score-cache
)
1430 (setq gnus-score-alist nil
)
1431 (nnheader-set-temp-buffer " *Gnus Scores*")
1434 (setq entry
(pop cache
)
1435 file
(nnheader-translate-file-chars (car entry
) t
)
1437 (if (or (not (equal (gnus-score-get 'touched score
) '(t)))
1438 (gnus-score-get 'read-only score
)
1439 (and (file-exists-p file
)
1440 (not (file-writable-p file
))))
1442 (setq score
(setcdr entry
(gnus-delete-alist 'touched score
)))
1444 (let (emacs-lisp-mode-hook)
1445 (if (and (not gnus-adaptive-pretty-print
)
1447 (concat (regexp-quote gnus-adaptive-file-suffix
) "$")
1449 ;; This is an adaptive score file, so we do not run it through
1450 ;; `pp' unless requested. These files can get huge, and are
1451 ;; not meant to be edited by human hands.
1453 ;; This is a normal score file, so we print it very
1455 (let ((lisp-mode-syntax-table score-mode-syntax-table
))
1457 (gnus-make-directory (file-name-directory file
))
1458 ;; If the score file is empty, we delete it.
1459 (if (zerop (buffer-size))
1461 ;; There are scores, so we write the file.
1462 (when (file-writable-p file
)
1463 (let ((coding-system-for-write score-mode-coding-system
))
1464 (gnus-write-buffer file
))
1465 (when gnus-score-after-write-file-function
1466 (funcall gnus-score-after-write-file-function file
)))))
1467 (and gnus-score-uncacheable-files
1468 (string-match gnus-score-uncacheable-files file
)
1469 (gnus-score-remove-from-cache file
)))
1470 (kill-buffer (current-buffer)))))
1472 (defun gnus-score-load-files (score-files)
1473 "Load all score files in SCORE-FILES."
1474 ;; Load the score files.
1477 (if (stringp (car score-files
))
1478 ;; It is a string, which means that it's a score file name,
1479 ;; so we load the score file and add the score alist to
1480 ;; the list of alists.
1481 (setq scores
(nconc (gnus-score-load-file (car score-files
)) scores
))
1482 ;; It is an alist, so we just add it to the list directly.
1483 (setq scores
(nconc (car score-files
) scores
)))
1484 (setq score-files
(cdr score-files
)))
1485 ;; Prune the score files that are to be excluded, if any.
1486 (when gnus-scores-exclude-files
1490 (and (setq c
(rassq (car s
) gnus-score-cache
))
1491 (member (car c
) gnus-scores-exclude-files
)
1492 (setq scores
(delq (car s
) scores
)))
1496 (defun gnus-score-headers (score-files &optional trace
)
1497 ;; Score `gnus-newsgroup-headers'.
1499 ;; PLM: probably this is not the best place to clear orphan-score
1500 (setq gnus-orphan-score nil
1501 gnus-scores-articles nil
1502 gnus-scores-exclude-files nil
1503 scores
(gnus-score-load-files score-files
))
1509 (when (and gnus-summary-default-score
1511 (let* ((entries gnus-header-index
)
1512 (now (date-to-day (current-time-string)))
1513 (expire (and gnus-score-expiry-days
1514 (- now gnus-score-expiry-days
)))
1515 (headers gnus-newsgroup-headers
)
1516 (current-score-file gnus-current-score-file
)
1518 (gnus-message 7 "Scoring...")
1519 ;; Create articles, an alist of the form `(HEADER . SCORE)'.
1520 (while (setq header
(pop headers
))
1521 ;; WARNING: The assq makes the function O(N*S) while it could
1522 ;; be written as O(N+S), where N is (length gnus-newsgroup-headers)
1523 ;; and S is (length gnus-newsgroup-scored).
1524 (unless (assq (mail-header-number header
) gnus-newsgroup-scored
)
1525 (setq gnus-scores-articles
;Total of 2 * N cons-cells used.
1526 (cons (cons header
(or gnus-summary-default-score
0))
1527 gnus-scores-articles
))))
1529 (with-current-buffer (gnus-get-buffer-create "*Headers*")
1530 (buffer-disable-undo)
1531 (when (gnus-buffer-live-p gnus-summary-buffer
)
1532 (message-clone-locals gnus-summary-buffer
))
1534 ;; Set the global variant of this variable.
1535 (setq gnus-current-score-file current-score-file
)
1537 (when gnus-orphan-score
1538 (setq gnus-score-index
1539 (nth 1 (assoc "references" gnus-header-index
)))
1540 (gnus-score-orphans gnus-orphan-score
))
1541 ;; Run each header through the score process.
1543 (setq entry
(pop entries
)
1544 header
(nth 0 entry
)
1545 gnus-score-index
(nth 1 (assoc header gnus-header-index
)))
1546 (when (< 0 (apply 'max
(mapcar
1548 (length (gnus-score-get header score
)))
1550 (when (if (and gnus-inhibit-slow-scoring
1551 (or (eq gnus-inhibit-slow-scoring t
)
1552 (and (stringp gnus-inhibit-slow-scoring
)
1553 ;; Always true here?
1554 ;; (stringp gnus-newsgroup-name)
1556 gnus-inhibit-slow-scoring
1557 gnus-newsgroup-name
)))
1558 (> 0 (nth 1 (assoc header gnus-header-index
))))
1561 7 "Scoring on headers or body skipped.")
1563 ;; Call the scoring function for this type of "header".
1564 (setq new
(funcall (nth 2 entry
) scores header
1567 (when (gnus-buffer-live-p gnus-summary-buffer
)
1568 (let ((scored gnus-newsgroup-scored
))
1569 (with-current-buffer gnus-summary-buffer
1570 (setq gnus-newsgroup-scored scored
))))
1571 ;; Remove the buffer.
1572 (gnus-kill-buffer (current-buffer)))
1574 ;; Add articles to `gnus-newsgroup-scored'.
1575 (while gnus-scores-articles
1576 (when (or (/= gnus-summary-default-score
1577 (cdar gnus-scores-articles
))
1579 (push (cons (mail-header-number (caar gnus-scores-articles
))
1580 (cdar gnus-scores-articles
))
1581 gnus-newsgroup-scored
))
1582 (setq gnus-scores-articles
(cdr gnus-scores-articles
)))
1585 (while (setq score
(pop scores
))
1587 (when (consp (caar score
))
1588 (gnus-score-advanced (car score
) trace
))
1591 (gnus-message 7 "Scoring...done"))))))
1593 (defun gnus-score-lower-thread (thread score-adjust
)
1594 "Lower the score on THREAD with SCORE-ADJUST.
1595 THREAD is expected to contain a list of the form `(PARENT [CHILD1
1596 CHILD2 ...])' where PARENT is a header array and each CHILD is a list
1597 of the same form as THREAD. The empty list nil is valid. For each
1598 article in the tree, the score of the corresponding entry in
1599 `gnus-newsgroup-scored' is adjusted by SCORE-ADJUST."
1601 (let ((head (car thread
)))
1603 ;; handle a child and its descendants
1604 (gnus-score-lower-thread head score-adjust
)
1605 ;; handle the parent
1606 (let* ((article (mail-header-number head
))
1607 (score (assq article gnus-newsgroup-scored
)))
1608 (if score
(setcdr score
(+ (cdr score
) score-adjust
))
1609 (push (cons article score-adjust
) gnus-newsgroup-scored
)))))
1610 (setq thread
(cdr thread
))))
1612 (defun gnus-score-orphans (score)
1614 A root is an article with no references. An orphan is an article
1615 which has references, but is not connected via its references to a
1616 root article. This function finds all the orphans, and adjusts their
1617 score in `gnus-newsgroup-scored' by SCORE."
1618 ;; gnus-make-threads produces a list, where each entry is a "thread"
1619 ;; as described in the gnus-score-lower-thread docs. This function
1620 ;; will be called again (after limiting has been done) if the display
1621 ;; is threaded. It would be nice to somehow save this info and use
1623 (dolist (thread (gnus-make-threads))
1624 (let ((id (aref (car thread
) gnus-score-index
)))
1625 ;; If the parent of the thread is not a root, lower the score of
1626 ;; it and its descendants. Note that some roots seem to satisfy
1627 ;; (eq id nil) and some (eq id ""); not sure why.
1629 (not (string= id
"")))
1630 (gnus-score-lower-thread thread score
)))))
1632 (defun gnus-score-integer (scores header now expire
&optional trace
)
1633 (let ((gnus-score-index (nth 1 (assoc header gnus-header-index
)))
1637 (setq alist
(car scores
)
1639 entries
(assoc header alist
))
1640 (while (cdr entries
) ;First entry is the header index.
1641 (let* ((rest (cdr entries
))
1643 (match (nth 0 kill
))
1644 (type (or (nth 3 kill
) '>))
1645 (score (or (nth 1 kill
) gnus-score-interactive-default-score
))
1648 (match-func (if (or (eq type
'>) (eq type
'<) (eq type
'<=)
1649 (eq type
'>=) (eq type
'=))
1651 (error "Invalid match type: %s" type
)))
1652 (articles gnus-scores-articles
))
1653 ;; Instead of doing all the clever stuff that
1654 ;; `gnus-score-string' does to minimize searches and stuff,
1655 ;; I will assume that people generally will put so few
1656 ;; matches on numbers that any cleverness will take more
1657 ;; time than one would gain.
1659 (when (funcall match-func
1660 (or (aref (caar articles
) gnus-score-index
) 0)
1663 (push (cons (car-safe (rassq alist gnus-score-cache
)) kill
)
1666 (setcdr (car articles
) (+ score
(cdar articles
))))
1667 (setq articles
(cdr articles
)))
1668 ;; Update expire date
1669 (cond ((null date
)) ;Permanent entry.
1670 ((and found gnus-update-score-entry-dates
) ;Match, update date.
1671 (gnus-score-set 'touched
'(t) alist
)
1672 (setcar (nthcdr 2 kill
) now
))
1673 ((and expire
(< date expire
)) ;Old entry, remove.
1674 (gnus-score-set 'touched
'(t) alist
)
1675 (setcdr entries
(cdr rest
))
1676 (setq rest entries
)))
1677 (setq entries rest
)))))
1680 (defun gnus-score-date (scores header now expire
&optional trace
)
1681 (let ((gnus-score-index (nth 1 (assoc header gnus-header-index
)))
1682 entries alist match match-func article
)
1685 (setq alist
(car scores
)
1687 entries
(assoc header alist
))
1688 (while (cdr entries
) ;First entry is the header index.
1689 (let* ((rest (cdr entries
))
1691 (type (or (nth 3 kill
) 'before
))
1692 (score (or (nth 1 kill
) gnus-score-interactive-default-score
))
1695 (articles gnus-scores-articles
)
1699 (setq match-func
'string
<
1700 match
(gnus-date-iso8601 (nth 0 kill
))))
1702 (setq match-func
'gnus-string
>
1703 match
(gnus-date-iso8601 (nth 0 kill
))))
1705 (setq match-func
'string
=
1706 match
(gnus-date-iso8601 (nth 0 kill
))))
1708 (setq match-func
'string-match
1709 match
(nth 0 kill
)))
1710 (t (error "Invalid match type: %s" type
)))
1711 ;; Instead of doing all the clever stuff that
1712 ;; `gnus-score-string' does to minimize searches and stuff,
1713 ;; I will assume that people generally will put so few
1714 ;; matches on numbers that any cleverness will take more
1715 ;; time than one would gain.
1716 (while (setq article
(pop articles
))
1718 (setq l
(aref (car article
) gnus-score-index
))
1719 (funcall match-func match
(gnus-date-iso8601 l
)))
1721 (push (cons (car-safe (rassq alist gnus-score-cache
)) kill
)
1724 (setcdr article
(+ score
(cdr article
)))))
1725 ;; Update expire date
1726 (cond ((null date
)) ;Permanent entry.
1727 ((and found gnus-update-score-entry-dates
) ;Match, update date.
1728 (gnus-score-set 'touched
'(t) alist
)
1729 (setcar (nthcdr 2 kill
) now
))
1730 ((and expire
(< date expire
)) ;Old entry, remove.
1731 (gnus-score-set 'touched
'(t) alist
)
1732 (setcdr entries
(cdr rest
))
1733 (setq rest entries
)))
1734 (setq entries rest
)))))
1737 (defun gnus-score-body (scores header now expire
&optional trace
)
1738 (if gnus-agent-fetching
1741 (setq gnus-scores-articles
1742 (sort gnus-scores-articles
1744 (< (mail-header-number (car a1
))
1745 (mail-header-number (car a2
))))))
1746 (set-buffer nntp-server-buffer
)
1748 (let* ((buffer-read-only nil
)
1749 (articles gnus-scores-articles
)
1751 (request-func (cond ((string= "head" header
)
1753 ((string= "body" header
)
1755 (t 'gnus-request-article
)))
1756 entries alist ofunc article last
)
1758 (setq last
(mail-header-number (caar (last articles
))))
1759 ;; Not all backends support partial fetching. In that case,
1760 ;; we just fetch the entire article.
1761 (unless (gnus-check-backend-function
1762 (and (string-match "^gnus-" (symbol-name request-func
))
1763 (intern (substring (symbol-name request-func
)
1765 gnus-newsgroup-name
)
1766 (setq ofunc request-func
)
1767 (setq request-func
'gnus-request-article
))
1769 (setq article
(mail-header-number (caar articles
)))
1770 (gnus-message 7 "Scoring article %s of %s..." article last
)
1772 (when (funcall request-func article gnus-newsgroup-name
)
1773 (goto-char (point-min))
1774 ;; If just parts of the article is to be searched, but the
1775 ;; backend didn't support partial fetching, we just narrow
1776 ;; to the relevant parts.
1778 (if (eq ofunc
'gnus-request-head
)
1781 (or (search-forward "\n\n" nil t
) (point-max)))
1783 (or (search-forward "\n\n" nil t
) (point))
1785 (setq scores all-scores
)
1788 (setq alist
(pop scores
)
1789 entries
(assoc header alist
))
1790 (while (cdr entries
) ;First entry is the header index.
1791 (let* ((rest (cdr entries
))
1793 (match (nth 0 kill
))
1794 (type (or (nth 3 kill
) 's
))
1795 (score (or (nth 1 kill
)
1796 gnus-score-interactive-default-score
))
1800 (not (or (eq type
'R
) (eq type
'S
)
1801 (eq type
'Regexp
) (eq type
'String
))))
1803 (cond ((or (eq type
'r
) (eq type
'R
)
1804 (eq type
'regexp
) (eq type
'Regexp
))
1806 ((or (eq type
's
) (eq type
'S
)
1807 (eq type
'string
) (eq type
'String
))
1810 (error "Invalid match type: %s" type
)))))
1811 (goto-char (point-min))
1812 (when (funcall search-func match nil t
)
1813 ;; Found a match, update scores.
1814 (setcdr (car articles
) (+ score
(cdar articles
)))
1818 (cons (car-safe (rassq alist gnus-score-cache
))
1821 ;; Update expire date
1824 ((null date
)) ;Permanent entry.
1825 ((and found gnus-update-score-entry-dates
)
1826 ;; Match, update date.
1827 (gnus-score-set 'touched
'(t) alist
)
1828 (setcar (nthcdr 2 kill
) now
))
1829 ((and expire
(< date expire
)) ;Old entry, remove.
1830 (gnus-score-set 'touched
'(t) alist
)
1831 (setcdr entries
(cdr rest
))
1832 (setq rest entries
))))
1833 (setq entries rest
)))))
1834 (setq articles
(cdr articles
)))))))
1837 (defun gnus-score-thread (scores header now expire
&optional trace
)
1838 (gnus-score-followup scores header now expire trace t
))
1840 (defun gnus-score-followup (scores header now expire
&optional trace thread
)
1841 (if gnus-agent-fetching
1842 ;; FIXME: It seems doable in fetching mode.
1844 ;; Insert the unique article headers in the buffer.
1845 (let ((gnus-score-index (nth 1 (assoc header gnus-header-index
)))
1846 (current-score-file gnus-current-score-file
)
1848 ;; gnus-score-index is used as a free variable.
1849 alike last this art entries alist articles
1852 ;; Change score file to the adaptive score file. All entries that
1853 ;; this function makes will be put into this file.
1854 (with-current-buffer gnus-summary-buffer
1855 (gnus-score-load-file
1856 (or gnus-newsgroup-adaptive-score-file
1857 (gnus-score-file-name
1858 gnus-newsgroup-name gnus-adaptive-file-suffix
))))
1860 (setq gnus-scores-articles
(sort gnus-scores-articles
1861 'gnus-score-string
<)
1862 articles gnus-scores-articles
)
1866 (setq art
(car articles
)
1867 this
(aref (car art
) gnus-score-index
)
1868 articles
(cdr articles
))
1869 (if (equal last this
)
1873 (put-text-property (1- (point)) (point) 'articles alike
))
1874 (setq alike
(list art
)
1876 (when last
; Bwadr, duplicate code.
1878 (put-text-property (1- (point)) (point) 'articles alike
))
1882 (setq alist
(car scores
)
1884 entries
(assoc header alist
))
1885 (while (cdr entries
) ;First entry is the header index.
1886 (let* ((rest (cdr entries
))
1888 (match (nth 0 kill
))
1889 (type (or (nth 3 kill
) 's
))
1890 (score (or (nth 1 kill
) gnus-score-interactive-default-score
))
1893 (mt (aref (symbol-name type
) 0))
1895 (not (or (= mt ?R
) (= mt ?S
) (= mt ?E
) (= mt ?F
))))
1898 (cond ((= dmt ?r
) 're-search-forward
)
1899 ((or (= dmt ?e
) (= dmt ?s
) (= dmt ?f
)) 'search-forward
)
1900 (t (error "Invalid match type: %s" type
))))
1902 (goto-char (point-min))
1904 (while (funcall search-func match nil t
)
1905 (and (= (point-at-bol)
1906 (match-beginning 0))
1907 (= (progn (end-of-line) (point))
1910 (setq found
(setq arts
(get-text-property
1911 (point) 'articles
)))
1912 ;; Found a match, update scores.
1914 (setq art
(car arts
)
1916 (gnus-score-add-followups
1917 (car art
) score all-scores thread
))))
1919 (while (funcall search-func match nil t
)
1921 (setq found
(setq arts
(get-text-property (point) 'articles
)))
1922 ;; Found a match, update scores.
1923 (while (setq art
(pop arts
))
1924 (setcdr art
(+ score
(cdr art
)))
1927 (car-safe (rassq alist gnus-score-cache
))
1930 (when (setq new
(gnus-score-add-followups
1931 (car art
) score all-scores thread
))
1933 ;; Update expire date
1934 (cond ((null date
)) ;Permanent entry.
1935 ((and found gnus-update-score-entry-dates
)
1936 ;Match, update date.
1937 (gnus-score-set 'touched
'(t) alist
)
1938 (setcar (nthcdr 2 kill
) now
))
1939 ((and expire
(< date expire
)) ;Old entry, remove.
1940 (gnus-score-set 'touched
'(t) alist
)
1941 (setcdr entries
(cdr rest
))
1942 (setq rest entries
)))
1943 (setq entries rest
))))
1944 ;; We change the score file back to the previous one.
1945 (with-current-buffer gnus-summary-buffer
1946 (gnus-score-load-file current-score-file
))
1947 (list (cons "references" news
)))))
1949 (defun gnus-score-add-followups (header score scores
&optional thread
)
1950 "Add a score entry to the adapt file."
1951 (with-current-buffer gnus-summary-buffer
1952 (let* ((id (mail-header-id header
))
1953 (scores (car scores
))
1955 ;; Don't enter a score if there already is one.
1956 (while (setq entry
(pop scores
))
1957 (and (equal "references" (car entry
))
1958 (or (null (nth 3 (cadr entry
)))
1959 (eq 's
(nth 3 (cadr entry
))))
1963 (gnus-summary-score-entry
1964 (if thread
"thread" "references")
1965 id
's score
(current-time-string) nil t
)))))
1967 (defun gnus-score-string (score-list header now expire
&optional trace
)
1968 ;; Score ARTICLES according to HEADER in SCORE-LIST.
1969 ;; Update matching entries to NOW and remove unmatched entries older
1972 ;; Insert the unique article headers in the buffer.
1973 (let ((gnus-score-index (nth 1 (assoc header gnus-header-index
)))
1974 ;; gnus-score-index is used as a free variable.
1975 (simplify (and gnus-score-thread-simplify
1976 (string= "subject" header
)))
1977 alike last this art entries alist articles
1978 fuzzies arts words kill
)
1980 ;; Sorting the articles costs os O(N*log N) but will allow us to
1981 ;; only match with each unique header. Thus the actual matching
1982 ;; will be O(M*U) where M is the number of strings to match with,
1983 ;; and U is the number of unique headers. It is assumed (but
1984 ;; untested) this will be a net win because of the large constant
1985 ;; factor involved with string matching.
1986 (setq gnus-scores-articles
1987 ;; We cannot string-sort the extra headers list. *sigh*
1988 (if (= gnus-score-index
9)
1989 gnus-scores-articles
1990 (sort gnus-scores-articles
'gnus-score-string
<))
1991 articles gnus-scores-articles
)
1994 (while (setq art
(pop articles
))
1995 (setq this
(aref (car art
) gnus-score-index
))
1997 ;; If we're working with non-standard headers, we are stuck
1998 ;; with working on them as a group. What a hassle.
1999 ;; Just wait 'til you see what horrors we commit against `match'...
2000 (if (= gnus-score-index
9)
2001 (setq this
(gnus-prin1-to-string this
))) ; ick.
2004 (setq this
(gnus-map-function gnus-simplify-subject-functions this
)))
2005 (if (equal last this
)
2006 ;; O(N*H) cons-cells used here, where H is the number of
2010 ;; Insert the line, with a text property on the
2011 ;; terminating newline referring to the articles with
2014 (put-text-property (1- (point)) (point) 'articles alike
))
2015 (setq alike
(list art
)
2017 (when last
; Bwadr, duplicate code.
2019 (put-text-property (1- (point)) (point) 'articles alike
))
2021 ;; Go through all the score alists and pick out the entries
2024 (setq alist
(pop score-list
)
2025 ;; There's only one instance of this header for
2026 ;; each score alist.
2027 entries
(assoc header alist
))
2028 (while (cdr entries
) ;First entry is the header index.
2029 (let* ((kill (cadr entries
))
2030 (type (or (nth 3 kill
) 's
))
2031 (score (or (nth 1 kill
) gnus-score-interactive-default-score
))
2033 (extra (nth 4 kill
)) ; non-standard header; string.
2035 (mt (aref (symbol-name type
) 0))
2036 (case-fold-search (not (memq mt
'(?R ?S ?E ?F
))))
2038 ;; Assume user already simplified regexp and fuzzies
2039 (match (if (and simplify
(not (memq dmt
'(?f ?r
))))
2041 gnus-simplify-subject-functions
2045 (cond ((= dmt ?r
) 're-search-forward
)
2046 ((or (= dmt ?e
) (= dmt ?s
) (= dmt ?f
)) 'search-forward
)
2048 (t (error "Invalid match type: %s" type
)))))
2050 ;; Evil hackery to make match usable in non-standard headers.
2052 (setq match
(concat "[ (](" extra
" \\. \"\\([^\"]*\\\\\"\\)*[^\"]*"
2053 (if (eq search-func
're-search-forward
)
2055 (regexp-quote match
))
2056 "\\([^\"]*\\\\\"\\)*[^\"]*\")[ )]")
2057 search-func
're-search-forward
)) ; XXX danger?!?
2060 ;; Fuzzy matches. We save these for later.
2062 (push (cons entries alist
) fuzzies
)
2063 (setq entries
(cdr entries
)))
2064 ;; Word matches. Save these for even later.
2066 (push (cons entries alist
) words
)
2067 (setq entries
(cdr entries
)))
2070 ;; Do exact matching.
2071 (goto-char (point-min))
2072 (while (and (not (eobp))
2073 (funcall search-func match nil t
))
2074 ;; Is it really exact?
2076 (= (point-at-bol) (match-beginning 0))
2079 (setq found
(setq arts
(get-text-property
2080 (point) 'articles
)))
2081 ;; Found a match, update scores.
2083 (while (setq art
(pop arts
))
2084 (setcdr art
(+ score
(cdr art
)))
2087 (car-safe (rassq alist gnus-score-cache
))
2090 (while (setq art
(pop arts
))
2091 (setcdr art
(+ score
(cdr art
)))))))
2093 ;; Update expiry date
2095 (setq entries
(cdr entries
))
2099 (setq entries
(cdr entries
)))
2100 ;; We have a match, so we update the date.
2101 ((and found gnus-update-score-entry-dates
)
2102 (gnus-score-set 'touched
'(t) alist
)
2103 (setcar (nthcdr 2 kill
) now
)
2104 (setq entries
(cdr entries
)))
2105 ;; This entry has expired, so we remove it.
2106 ((and expire
(< date expire
))
2107 (gnus-score-set 'touched
'(t) alist
)
2108 (setcdr entries
(cddr entries
)))
2109 ;; No match; go to next entry.
2111 (setq entries
(cdr entries
))))))
2112 ;; Regexp and substring matching.
2114 (goto-char (point-min))
2115 (when (string= match
"")
2117 (while (and (not (eobp))
2118 (funcall search-func match nil t
))
2119 (goto-char (match-beginning 0))
2121 (setq found
(setq arts
(get-text-property (point) 'articles
)))
2122 ;; Found a match, update scores.
2124 (while (setq art
(pop arts
))
2125 (setcdr art
(+ score
(cdr art
)))
2126 (push (cons (car-safe (rassq alist gnus-score-cache
)) kill
)
2128 (while (setq art
(pop arts
))
2129 (setcdr art
(+ score
(cdr art
)))))
2131 ;; Update expiry date
2133 (setq entries
(cdr entries
))
2137 (setq entries
(cdr entries
)))
2138 ;; We have a match, so we update the date.
2139 ((and found gnus-update-score-entry-dates
)
2140 (gnus-score-set 'touched
'(t) alist
)
2141 (setcar (nthcdr 2 kill
) now
)
2142 (setq entries
(cdr entries
)))
2143 ;; This entry has expired, so we remove it.
2144 ((and expire
(< date expire
))
2145 (gnus-score-set 'touched
'(t) alist
)
2146 (setcdr entries
(cddr entries
)))
2147 ;; No match; go to next entry.
2149 (setq entries
(cdr entries
))))))))))
2151 ;; Find fuzzy matches.
2153 ;; Simplify the entire buffer for easy matching.
2154 (gnus-simplify-buffer-fuzzy gnus-simplify-subject-fuzzy-regexp
)
2155 (while (setq kill
(cadaar fuzzies
))
2156 (let* ((match (nth 0 kill
))
2158 (score (or (nth 1 kill
) gnus-score-interactive-default-score
))
2160 (mt (aref (symbol-name type
) 0))
2161 (case-fold-search (not (= mt ?F
)))
2163 (goto-char (point-min))
2164 (while (and (not (eobp))
2165 (search-forward match nil t
))
2166 (when (and (= (point-at-bol) (match-beginning 0))
2168 (setq found
(setq arts
(get-text-property (point) 'articles
)))
2170 (while (setq art
(pop arts
))
2171 (setcdr art
(+ score
(cdr art
)))
2173 (car-safe (rassq (cdar fuzzies
) gnus-score-cache
))
2176 ;; Found a match, update scores.
2177 (while (setq art
(pop arts
))
2178 (setcdr art
(+ score
(cdr art
))))))
2180 ;; Update expiry date
2187 ;; Match, update date.
2188 ((and found gnus-update-score-entry-dates
)
2189 (gnus-score-set 'touched
'(t) (cdar fuzzies
))
2190 (setcar (nthcdr 2 kill
) now
))
2191 ;; Old entry, remove.
2192 ((and expire
(< date expire
))
2193 (gnus-score-set 'touched
'(t) (cdar fuzzies
))
2194 (setcdr (caar fuzzies
) (cddaar fuzzies
)))))
2195 (setq fuzzies
(cdr fuzzies
)))))
2198 ;; Enter all words into the hashtb.
2199 (let ((hashtb (gnus-make-hashtable
2200 (* 10 (count-lines (point-min) (point-max))))))
2201 (gnus-enter-score-words-into-hashtb hashtb
)
2202 (while (setq kill
(cadaar words
))
2203 (let* ((score (or (nth 1 kill
) gnus-score-interactive-default-score
))
2206 (when (setq arts
(intern-soft (nth 0 kill
) hashtb
))
2207 (setq arts
(symbol-value arts
))
2210 (while (setq art
(pop arts
))
2211 (setcdr art
(+ score
(cdr art
)))
2213 (car-safe (rassq (cdar words
) gnus-score-cache
))
2216 ;; Found a match, update scores.
2217 (while (setq art
(pop arts
))
2218 (setcdr art
(+ score
(cdr art
))))))
2219 ;; Update expiry date
2226 ;; Match, update date.
2227 ((and found gnus-update-score-entry-dates
)
2228 (gnus-score-set 'touched
'(t) (cdar words
))
2229 (setcar (nthcdr 2 kill
) now
))
2230 ;; Old entry, remove.
2231 ((and expire
(< date expire
))
2232 (gnus-score-set 'touched
'(t) (cdar words
))
2233 (setcdr (caar words
) (cddaar words
)))))
2234 (setq words
(cdr words
))))))
2237 (defun gnus-enter-score-words-into-hashtb (hashtb)
2238 ;; Find all the words in the buffer and enter them into
2241 (goto-char (point-min))
2242 (with-syntax-table gnus-adaptive-word-syntax-table
2243 (while (re-search-forward "\\b\\w+\\b" nil t
)
2246 (setq word
(downcase (buffer-substring
2247 (match-beginning 0) (match-end 0))))
2251 (append (get-text-property (point-at-eol) 'articles
) val
)
2253 ;; Make all the ignorable words ignored.
2254 (let ((ignored (append gnus-ignored-adaptive-words
2255 (if gnus-adaptive-word-no-group-words
2256 (message-tokenize-header
2257 (gnus-group-real-name gnus-newsgroup-name
)
2259 gnus-default-ignored-adaptive-words
)))
2261 (gnus-sethash (pop ignored
) nil hashtb
)))))
2263 (defun gnus-score-string< (a1 a2
)
2264 ;; Compare headers in articles A2 and A2.
2265 ;; The header index used is the free variable `gnus-score-index'.
2266 (string-lessp (aref (car a1
) gnus-score-index
)
2267 (aref (car a2
) gnus-score-index
)))
2269 (defun gnus-current-score-file-nondirectory (&optional score-file
)
2270 (let ((score-file (or score-file gnus-current-score-file
)))
2272 (gnus-short-group-name (file-name-nondirectory score-file
))
2275 (defun gnus-score-adaptive ()
2276 "Create adaptive score rules for this newsgroup."
2277 (when gnus-newsgroup-adaptive
2278 ;; We change the score file to the adaptive score file.
2279 (with-current-buffer gnus-summary-buffer
2280 (gnus-score-load-file
2281 (or gnus-newsgroup-adaptive-score-file
2282 (gnus-home-score-file gnus-newsgroup-name t
)
2283 (gnus-score-file-name
2284 gnus-newsgroup-name gnus-adaptive-file-suffix
))))
2285 ;; Perform ordinary line scoring.
2286 (when (or (not (listp gnus-newsgroup-adaptive
))
2287 (memq 'line gnus-newsgroup-adaptive
))
2289 (let* ((malist (gnus-copy-sequence gnus-adaptive-score-alist
))
2291 (date (current-time-string))
2292 (data gnus-newsgroup-data
)
2293 elem headers match func
)
2294 ;; First we transform the adaptive rule alist into something
2295 ;; that's faster to process.
2297 (setq elem
(car malist
))
2298 (when (symbolp (car elem
))
2299 (setcar elem
(symbol-value (car elem
))))
2300 (setq elem
(cdr elem
))
2305 (concat "mail-header-"
2306 (if (eq (caar elem
) 'followup
)
2308 (downcase (symbol-name (caar elem
))))))))
2310 (cons (if (eq (caar elem
) 'followup
)
2312 (symbol-name (caar elem
)))
2317 (setq elem
(cdr elem
)))
2318 (setq malist
(cdr malist
)))
2319 ;; Then we score away.
2321 (setq elem
(cdr (assq (gnus-data-mark (car data
)) alist
)))
2323 (gnus-data-pseudo-p (car data
)))
2325 (when (setq headers
(gnus-data-header (car data
)))
2327 (setq match
(funcall (caar elem
) headers
))
2328 (gnus-summary-score-entry
2329 (nth 1 (car elem
)) match
2333 ((equal (nth 1 (car elem
)) "date")
2336 ;; Whether we use substring or exact matches is
2338 (if (or (not gnus-score-exact-adapt-limit
)
2339 (< (length match
) gnus-score-exact-adapt-limit
))
2341 (if (equal (nth 1 (car elem
)) "subject")
2343 (nth 2 (car elem
)) date nil t
)
2344 (setq elem
(cdr elem
)))))
2345 (setq data
(cdr data
))))))
2347 ;; Perform adaptive word scoring.
2348 (when (and (listp gnus-newsgroup-adaptive
)
2349 (memq 'word gnus-newsgroup-adaptive
))
2351 (let* ((hashtb (gnus-make-hashtable 1000))
2352 (date (date-to-day (current-time-string)))
2353 (data gnus-newsgroup-data
)
2355 (with-syntax-table gnus-adaptive-word-syntax-table
2356 ;; Go through all articles.
2357 (while (setq d
(pop data
))
2359 (not (gnus-data-pseudo-p d
))
2363 gnus-adaptive-word-score-alist
))))
2364 ;; This article has a mark that should lead to
2365 ;; adaptive word rules, so we insert the subject
2366 ;; and find all words in that string.
2367 (insert (mail-header-subject (gnus-data-header d
)))
2368 (downcase-region (point-min) (point-max))
2369 (goto-char (point-min))
2370 (while (re-search-forward "\\b\\w+\\b" nil t
)
2371 ;; Put the word and score into the hashtb.
2372 (setq val
(gnus-gethash (setq word
(match-string 0))
2374 (when (or (not gnus-adaptive-word-length-limit
)
2376 gnus-adaptive-word-length-limit
))
2377 (setq val
(+ score
(or val
0)))
2378 (if (and gnus-adaptive-word-minimum
2379 (< val gnus-adaptive-word-minimum
))
2380 (setq val gnus-adaptive-word-minimum
))
2381 (gnus-sethash word val hashtb
)))
2383 ;; Make all the ignorable words ignored.
2384 (let ((ignored (append gnus-ignored-adaptive-words
2385 (if gnus-adaptive-word-no-group-words
2386 (message-tokenize-header
2387 (gnus-group-real-name
2388 gnus-newsgroup-name
)
2390 gnus-default-ignored-adaptive-words
)))
2392 (gnus-sethash (pop ignored
) nil hashtb
)))
2393 ;; Now we have all the words and scores, so we
2394 ;; add these rules to the ADAPT file.
2395 (set-buffer gnus-summary-buffer
)
2398 (when (symbol-value word
)
2399 (gnus-summary-score-entry
2400 "subject" (symbol-name word
) 'w
(symbol-value word
)
2404 (defun gnus-score-edit-done ()
2405 (let ((bufnam (buffer-file-name (current-buffer)))
2406 (winconf gnus-prev-winconf
))
2408 (set-window-configuration winconf
))
2409 (gnus-score-remove-from-cache bufnam
)
2410 (gnus-score-load-file bufnam
)
2411 (run-hooks 'gnus-score-edit-done-hook
)))
2413 (defun gnus-score-find-trace ()
2414 "Find all score rules that applies to the current article."
2416 (let ((old-scored gnus-newsgroup-scored
))
2417 (let ((gnus-newsgroup-headers
2418 (list (gnus-summary-article-header)))
2419 (gnus-newsgroup-scored nil
)
2420 ;; Must be synced with `gnus-score-edit-file-at-point':
2421 (frmt "%S [%s] -> %s\n")
2425 (nnheader-set-temp-buffer "*Score Trace*"))
2426 (setq gnus-score-trace nil
)
2427 (gnus-possibly-score-headers 'trace
)
2428 (if (not (setq trace gnus-score-trace
))
2430 1 "No score rules apply to the current article (default score %d)."
2431 gnus-summary-default-score
)
2432 (set-buffer "*Score Trace*")
2433 ;; Use a keymap instead?
2438 (gnus-summary-expand-window)))
2442 (kill-buffer (current-buffer))
2443 (gnus-summary-expand-window)))
2444 (local-set-key "e" (lambda ()
2445 "Run `gnus-score-edit-file-at-point'."
2447 (gnus-score-edit-file-at-point)))
2448 (local-set-key "f" (lambda ()
2449 "Run `gnus-score-edit-file-at-point'."
2451 (gnus-score-edit-file-at-point 'format
)))
2452 (local-set-key "t" 'toggle-truncate-lines
)
2453 (setq truncate-lines t
)
2454 (dolist (entry trace
)
2455 (setq file
(or (car entry
)
2456 ;; Must be synced with
2457 ;; `gnus-score-edit-file-at-point':
2462 ;; Don't use `file-name-sans-extension' to see .SCORE and
2464 (file-name-nondirectory file
)
2465 (abbreviate-file-name file
))))
2467 (format "\nTotal score: %d"
2471 gnus-score-interactive-default-score
))
2476 Type `e' to edit score file corresponding to the score rule on current line,
2477 `f' to format (pretty print) the score file and edit it,
2478 `t' toggle to truncate long lines in this buffer,
2479 `q' to quit, `k' to kill score trace buffer.
2481 The first sexp on each line is the score rule, followed by the file name of
2482 the score file and its full name, including the directory.")
2483 (goto-char (point-min))
2484 (gnus-configure-windows 'score-trace
)))
2485 (set-buffer gnus-summary-buffer
)
2486 (setq gnus-newsgroup-scored old-scored
)))
2488 (defun gnus-score-find-favourite-words ()
2489 "List words used in scoring."
2491 (let ((alists (gnus-score-load-files (gnus-all-score-files)))
2492 alist rule rules kill
)
2493 ;; Go through all the score alists for this group
2494 ;; and find all `w' rules.
2495 (while (setq alist
(pop alists
))
2496 (while (setq rule
(pop alist
))
2497 (when (and (stringp (car rule
))
2498 (equal "subject" (downcase (pop rule
))))
2499 (while (setq kill
(pop rule
))
2500 (when (memq (nth 3 kill
) '(w W word Word
))
2501 (push (cons (or (nth 1 kill
)
2502 gnus-score-interactive-default-score
)
2505 (setq rules
(sort rules
(lambda (r1 r2
)
2506 (string-lessp (cdr r1
) (cdr r2
)))))
2507 ;; Add up words that have appeared several times.
2510 (if (equal (cdar r
) (cdadr r
))
2512 (setcar (car r
) (+ (caar r
) (caadr r
)))
2513 (setcdr r
(cddr r
)))
2515 ;; Insert the words.
2516 (nnheader-set-temp-buffer "*Score Words*")
2517 (if (not (setq rules
(sort rules
(lambda (r1 r2
) (> (car r1
) (car r2
))))))
2518 (gnus-error 3 "No word score rules")
2520 (insert (format "%-5d: %s\n" (caar rules
) (cdar rules
)))
2522 (goto-char (point-min))
2523 (gnus-configure-windows 'score-words
))))
2525 (defun gnus-summary-rescore ()
2526 "Redo the entire scoring process in the current summary."
2529 (setq gnus-score-cache nil
)
2530 (setq gnus-newsgroup-scored nil
)
2531 (gnus-possibly-score-headers)
2532 (gnus-score-update-all-lines))
2534 (defun gnus-score-flush-cache ()
2535 "Flush the cache of score files."
2538 (setq gnus-score-cache nil
2539 gnus-score-alist nil
2540 gnus-short-name-score-file-cache nil
)
2541 (gnus-message 6 "The score cache is now flushed"))
2543 (gnus-add-shutdown 'gnus-score-close
'gnus
)
2545 (defvar gnus-score-file-alist-cache nil
)
2547 (defun gnus-score-close ()
2548 "Clear all internal score variables."
2549 (setq gnus-score-cache nil
2550 gnus-internal-global-score-files nil
2551 gnus-score-file-list nil
2552 gnus-score-file-alist-cache nil
))
2554 ;; Summary score marking commands.
2556 (defun gnus-summary-raise-same-subject-and-select (score)
2557 "Raise articles which has the same subject with SCORE and select the next."
2559 (let ((subject (gnus-summary-article-subject)))
2560 (gnus-summary-raise-score score
)
2561 (while (gnus-summary-find-subject subject
)
2562 (gnus-summary-raise-score score
))
2563 (gnus-summary-next-article t
)))
2565 (defun gnus-summary-raise-same-subject (score)
2566 "Raise articles which has the same subject with SCORE."
2568 (let ((subject (gnus-summary-article-subject)))
2569 (gnus-summary-raise-score score
)
2570 (while (gnus-summary-find-subject subject
)
2571 (gnus-summary-raise-score score
))
2572 (gnus-summary-next-subject 1 t
)))
2574 (defun gnus-score-delta-default (level)
2575 (if level
(prefix-numeric-value level
)
2576 gnus-score-interactive-default-score
))
2578 (defun gnus-summary-raise-thread (&optional score
)
2579 "Raise the score of the articles in the current thread with SCORE."
2581 (setq score
(gnus-score-delta-default score
))
2584 (let ((articles (gnus-summary-articles-in-thread)))
2586 (gnus-summary-goto-subject (car articles
))
2587 (gnus-summary-raise-score score
)
2588 (setq articles
(cdr articles
))))
2590 (let ((gnus-summary-check-current t
))
2591 (unless (zerop (gnus-summary-next-subject 1 t
))
2593 (gnus-summary-recenter)
2594 (gnus-summary-position-point)
2595 (gnus-set-mode-line 'summary
))
2597 (defun gnus-summary-lower-same-subject-and-select (score)
2598 "Raise articles which has the same subject with SCORE and select the next."
2600 (gnus-summary-raise-same-subject-and-select (- score
)))
2602 (defun gnus-summary-lower-same-subject (score)
2603 "Raise articles which has the same subject with SCORE."
2605 (gnus-summary-raise-same-subject (- score
)))
2607 (defun gnus-summary-lower-thread (&optional score
)
2608 "Lower score of articles in the current thread with SCORE."
2610 (gnus-summary-raise-thread (- (gnus-score-delta-default score
))))
2612 ;;; Finding score files.
2614 (defun gnus-score-score-files (group)
2615 "Return a list of all possible score files."
2616 ;; Search and set any global score files.
2617 (when gnus-global-score-files
2618 (unless gnus-internal-global-score-files
2619 (gnus-score-search-global-directories gnus-global-score-files
)))
2620 ;; Fix the kill-file dir variable.
2621 (setq gnus-kill-files-directory
2622 (file-name-as-directory gnus-kill-files-directory
))
2623 ;; If we can't read it, there are no score files.
2624 (if (not (file-exists-p (expand-file-name gnus-kill-files-directory
)))
2625 (setq gnus-score-file-list nil
)
2626 (if (not (gnus-use-long-file-name 'not-score
))
2627 ;; We do not use long file names, so we have to do some
2628 ;; directory traversing.
2629 (setq gnus-score-file-list
2631 (or gnus-short-name-score-file-cache
2633 (gnus-message 6 "Finding all score files...")
2634 (setq gnus-short-name-score-file-cache
2635 (gnus-score-score-files-1
2636 gnus-kill-files-directory
))
2637 (gnus-message 6 "Finding all score files...done")))))
2638 ;; We want long file names.
2639 (when (or (not gnus-score-file-list
)
2640 (not (car gnus-score-file-list
))
2641 (gnus-file-newer-than gnus-kill-files-directory
2642 (car gnus-score-file-list
)))
2643 (setq gnus-score-file-list
2644 (cons (nth 5 (file-attributes gnus-kill-files-directory
))
2647 gnus-kill-files-directory t
2648 (gnus-score-file-regexp)))))))
2649 (cdr gnus-score-file-list
)))
2651 (defun gnus-score-score-files-1 (dir)
2652 "Return all possible score files under DIR."
2653 (let ((files (list (expand-file-name dir
)))
2654 (regexp (gnus-score-file-regexp))
2655 (case-fold-search nil
)
2657 (while (setq file
(pop files
))
2659 ;; Ignore files that start with a dot.
2660 ((string-match "^\\." (file-name-nondirectory file
))
2662 ;; Add subtrees of directory to also be searched.
2663 ((and (file-directory-p file
)
2664 (not (member (file-truename file
) seen
)))
2665 (push (file-truename file
) seen
)
2666 (setq files
(nconc (directory-files file t nil t
) files
)))
2667 ;; Add files to the list of score files.
2668 ((string-match regexp file
)
2671 ;; Return a dummy value.
2672 (list (expand-file-name "this.file.does.not.exist.SCORE"
2673 gnus-kill-files-directory
)))))
2675 (defun gnus-score-file-regexp ()
2676 "Return a regexp that match all score files."
2677 (concat "\\(" (regexp-quote gnus-score-file-suffix
)
2678 "\\|" (regexp-quote gnus-adaptive-file-suffix
) "\\)\\'"))
2680 (defun gnus-score-find-bnews (group)
2681 "Return a list of score files for GROUP.
2682 The score files are those files in the ~/News/ directory which matches
2683 GROUP using BNews sys file syntax."
2684 (let* ((sfiles (append (gnus-score-score-files group
)
2685 gnus-internal-global-score-files
))
2686 (kill-dir (file-name-as-directory
2687 (expand-file-name gnus-kill-files-directory
)))
2688 (klen (length kill-dir
))
2689 (score-regexp (gnus-score-file-regexp))
2690 (trans (cdr (assq ?
: nnheader-file-name-translation-alist
)))
2691 (group-trans (nnheader-translate-file-chars group t
))
2692 ofiles not-match regexp
)
2693 (with-current-buffer (gnus-get-buffer-create "*gnus score files*")
2694 (buffer-disable-undo)
2695 ;; Go through all score file names and create regexp with them
2699 (insert (car sfiles
))
2700 (goto-char (point-min))
2701 ;; First remove the suffix itself.
2702 (when (re-search-forward (concat "." score-regexp
) nil t
)
2703 (replace-match "" t t
)
2704 (goto-char (point-min))
2705 (if (looking-at (regexp-quote kill-dir
))
2706 ;; If the file name was just "SCORE", `klen' is one character
2708 (delete-char (min (1- (point-max)) klen
))
2709 (goto-char (point-max))
2710 (if (re-search-backward gnus-directory-sep-char-regexp nil t
)
2711 (delete-region (1+ (point)) (point-min))
2712 (gnus-message 1 "Can't find directory separator in %s"
2714 ;; If short file names were used, we have to translate slashes.
2715 (goto-char (point-min))
2716 (let ((regexp (concat
2717 "[/:" (if trans
(char-to-string trans
)) "]")))
2718 (while (re-search-forward regexp nil t
)
2719 (replace-match "." t t
)))
2720 ;; Kludge to get rid of "nntp+" problems.
2721 (goto-char (point-min))
2722 (when (looking-at "nn[a-z]+\\+")
2723 (search-forward "+")
2727 ;; Kludge to deal with "++".
2728 (while (search-forward "+" nil t
)
2729 (replace-match "\\+" t t
))
2730 ;; Translate "all" to ".*".
2731 (goto-char (point-min))
2732 (while (search-forward "all" nil t
)
2733 (replace-match ".*" t t
))
2734 (goto-char (point-min))
2735 ;; Deal with "not."s.
2736 (if (looking-at "not.")
2740 (concat "^" (buffer-substring 5 (point-max)) "$")))
2741 (setq regexp
(concat "^" (buffer-substring 1 (point-max)) "$"))
2742 (setq not-match nil
))
2743 ;; Finally - if this resulting regexp matches the group name,
2744 ;; we add this score file to the list of score files
2745 ;; applicable to this group.
2746 (when (or (and not-match
2748 (not (string-match regexp group-trans
))))
2749 (and (not not-match
)
2750 (ignore-errors (string-match regexp group-trans
))))
2751 (push (car sfiles
) ofiles
)))
2752 (setq sfiles
(cdr sfiles
)))
2753 (gnus-kill-buffer (current-buffer))
2754 ;; Slight kludge here - the last score file returned should be
2755 ;; the local score file, whether it exists or not. This is so
2756 ;; that any score commands the user enters will go to the right
2757 ;; file, and not end up in some global score file.
2758 (let ((localscore (gnus-score-file-name group
)))
2759 (setq ofiles
(cons localscore
(delete localscore ofiles
))))
2760 (gnus-sort-score-files (nreverse ofiles
)))))
2762 (defun gnus-score-find-single (group)
2763 "Return list containing the score file for GROUP."
2764 (list (or gnus-newsgroup-adaptive-score-file
2765 (gnus-score-file-name group gnus-adaptive-file-suffix
))
2766 (gnus-score-file-name group
)))
2768 (defun gnus-score-find-hierarchical (group)
2769 "Return list of score files for GROUP.
2770 This includes the score file for the group and all its parents."
2771 (let* ((prefix (gnus-group-real-prefix group
))
2773 (group (gnus-group-real-name group
))
2775 (while (string-match "\\." group
(1+ start
))
2776 (setq start
(match-beginning 0))
2777 (push (substring group
0 start
) all
))
2781 (mapcar (lambda (group)
2782 (gnus-score-file-name group gnus-adaptive-file-suffix
))
2783 (setq all
(nreverse all
)))
2784 (mapcar 'gnus-score-file-name all
)))
2785 (if (equal prefix
"")
2789 (nnheader-translate-file-chars
2790 (concat (file-name-directory file
) prefix
2791 (file-name-nondirectory file
))))
2794 (defun gnus-score-file-rank (file)
2795 "Return a number that says how specific score FILE is.
2796 Destroys the current buffer."
2797 (if (member file gnus-internal-global-score-files
)
2800 (concat "^" (regexp-quote
2802 (file-name-as-directory gnus-kill-files-directory
))))
2804 (setq file
(substring file
(match-end 0))))
2806 (goto-char (point-min))
2809 (while (re-search-forward "[./]" nil t
)
2810 (push (buffer-substring beg
(1- (point)))
2813 (setq elems
(delete "all" elems
))
2816 (defun gnus-sort-score-files (files)
2817 "Sort FILES so that the most general files come first."
2822 (cons (inline (gnus-score-file-rank file
)) file
))
2824 (mapcar 'cdr
(sort alist
'car-less-than-car
)))))
2826 (defun gnus-score-find-alist (group)
2827 "Return list of score files for GROUP.
2828 The list is determined from the variable `gnus-score-file-alist'."
2829 (let ((alist gnus-score-file-multiple-match-alist
)
2831 ;; if this group has been seen before, return the cached entry
2832 (if (setq score-files
(assoc group gnus-score-file-alist-cache
))
2833 (cdr score-files
) ;ensures caching groups with no matches
2834 ;; handle the multiple match alist
2836 (when (string-match (caar alist
) group
)
2838 (nconc score-files
(copy-sequence (cdar alist
)))))
2839 (setq alist
(cdr alist
)))
2840 (setq alist gnus-score-file-single-match-alist
)
2841 ;; handle the single match alist
2843 (when (string-match (caar alist
) group
)
2844 ;; progn used just in case ("regexp") has no files
2845 ;; and score-files is still nil. -sj
2846 ;; this can be construed as a "stop searching here" feature :>
2847 ;; and used to simplify regexps in the single-alist
2849 (nconc score-files
(copy-sequence (cdar alist
))))
2851 (setq alist
(cdr alist
)))
2852 ;; cache the score files
2853 (push (cons group score-files
) gnus-score-file-alist-cache
)
2856 (defun gnus-all-score-files (&optional group
)
2857 "Return a list of all score files for the current group."
2858 (let ((funcs gnus-score-find-score-files-function
)
2859 (group (or group gnus-newsgroup-name
))
2862 ;; Make sure funcs is a list.
2865 (setq funcs
(list funcs
)))
2866 (when gnus-score-use-all-scores
2867 ;; Get the initial score files for this group.
2869 (setq score-files
(nreverse (gnus-score-find-alist group
))))
2870 ;; Add any home adapt files.
2871 (let ((home (gnus-home-score-file group t
)))
2873 (push home score-files
)
2874 (setq gnus-newsgroup-adaptive-score-file home
)))
2875 ;; Check whether there is a `adapt-file' group parameter.
2876 (let ((param-file (gnus-group-find-parameter group
'adapt-file
)))
2878 (push param-file score-files
)
2879 (setq gnus-newsgroup-adaptive-score-file param-file
))))
2880 ;; Go through all the functions for finding score files (or actual
2881 ;; scores) and add them to a list.
2883 (when (functionp (car funcs
))
2886 (nreverse (funcall (car funcs
) group
)))))
2887 (setq funcs
(cdr funcs
)))
2888 (when gnus-score-use-all-scores
2889 ;; Add any home score files.
2890 (let ((home (gnus-home-score-file group
)))
2892 (push home score-files
)))
2893 ;; Check whether there is a `score-file' group parameter.
2894 (let ((param-file (gnus-group-find-parameter group
'score-file
)))
2896 (push param-file score-files
))))
2897 ;; Expand all files names.
2898 (let ((files score-files
))
2900 (when (stringp (car files
))
2901 (setcar files
(expand-file-name
2902 (car files
) gnus-kill-files-directory
)))
2904 (setq score-files
(nreverse score-files
))
2905 ;; Remove any duplicate score files.
2906 (while (and score-files
2907 (member (car score-files
) (cdr score-files
)))
2909 (let ((files score-files
))
2911 (if (member (cadr files
) (cddr files
))
2912 (setcdr files
(cddr files
))
2914 ;; Do the scoring if there are any score files for this group.
2917 (defun gnus-possibly-score-headers (&optional trace
)
2918 "Do scoring if scoring is required."
2919 (let ((score-files (gnus-all-score-files)))
2921 (gnus-score-headers score-files trace
))))
2923 (defun gnus-score-file-name (newsgroup &optional suffix
)
2924 "Return the name of a score file for NEWSGROUP."
2925 (let ((suffix (or suffix gnus-score-file-suffix
)))
2926 (nnheader-translate-file-chars
2928 ((or (null newsgroup
)
2929 (string-equal newsgroup
""))
2930 ;; The global score file is placed at top of the directory.
2931 (expand-file-name suffix gnus-kill-files-directory
))
2932 ((gnus-use-long-file-name 'not-score
)
2933 ;; Append ".SCORE" to newsgroup name.
2934 (expand-file-name (concat (gnus-newsgroup-savable-name newsgroup
)
2936 gnus-kill-files-directory
))
2938 ;; Place "SCORE" under the hierarchical directory.
2939 (expand-file-name (concat (gnus-newsgroup-directory-form newsgroup
)
2941 gnus-kill-files-directory
))))))
2943 (defun gnus-score-search-global-directories (files)
2944 "Scan all global score directories for score files."
2945 ;; Set the variable `gnus-internal-global-score-files' to all
2946 ;; available global score files.
2947 (interactive (list gnus-global-score-files
))
2950 ;; #### /$ Unix-specific?
2951 (if (file-directory-p (car files
))
2952 (setq out
(nconc (directory-files
2954 (concat (gnus-score-file-regexp) "$"))))
2955 (push (car files
) out
))
2956 (setq files
(cdr files
)))
2957 (setq gnus-internal-global-score-files out
)))
2959 (defun gnus-score-default-fold-toggle ()
2960 "Toggle folding for new score file entries."
2962 (setq gnus-score-default-fold
(not gnus-score-default-fold
))
2963 (if gnus-score-default-fold
2964 (gnus-message 1 "New score file entries will be case insensitive.")
2965 (gnus-message 1 "New score file entries will be case sensitive.")))
2967 ;;; Home score file.
2969 (defun gnus-home-score-file (group &optional adapt
)
2970 "Return the home score file for GROUP.
2971 If ADAPT, return the home adaptive file instead."
2972 (let ((list (if adapt gnus-home-adapt-file gnus-home-score-file
))
2974 ;; Make sure we have a list.
2975 (unless (listp list
)
2976 (setq list
(list list
)))
2977 ;; Go through the list and look for matches.
2978 (while (and (not found
)
2979 (setq elem
(pop list
)))
2987 (funcall elem group
))
2988 ;; Regexp-file cons.
2990 (when (string-match (gnus-globalify-regexp (car elem
)) group
)
2991 (replace-match (cadr elem
) t nil group
))))))
2993 (setq found
(nnheader-translate-file-chars found
))
2994 (if (file-name-absolute-p found
)
2996 (nnheader-concat gnus-kill-files-directory found
)))))
2998 (defun gnus-hierarchial-home-score-file (group)
2999 "Return the score file of the top-level hierarchy of GROUP."
3000 (if (string-match "^[^.]+\\." group
)
3001 (concat (match-string 0 group
) gnus-score-file-suffix
)
3002 ;; Group name without any dots.
3003 (concat group
(if (gnus-use-long-file-name 'not-score
) "." "/")
3004 gnus-score-file-suffix
)))
3006 (defun gnus-hierarchial-home-adapt-file (group)
3007 "Return the adapt file of the top-level hierarchy of GROUP."
3008 (if (string-match "^[^.]+\\." group
)
3009 (concat (match-string 0 group
) gnus-adaptive-file-suffix
)
3010 ;; Group name without any dots.
3011 (concat group
(if (gnus-use-long-file-name 'not-score
) "." "/")
3012 gnus-adaptive-file-suffix
)))
3014 (defun gnus-current-home-score-file (group)
3015 "Return the \"current\" regular score file."
3016 (car (nreverse (gnus-score-find-alist group
))))
3022 (defun gnus-decay-score (score)
3023 "Decay SCORE according to `gnus-score-decay-constant' and `gnus-score-decay-scale'."
3025 (* (if (< score
0) -
1 1)
3027 (max gnus-score-decay-constant
3029 gnus-score-decay-scale
)))))))
3030 (if (and (featurep 'xemacs
)
3031 ;; XEmacs' floor can handle only the floating point
3032 ;; number below the half of the maximum integer.
3033 (> (abs n
) (lsh -
1 -
2)))
3035 (car (split-string (number-to-string n
) "\\.")))
3038 (defun gnus-decay-scores (alist day
)
3039 "Decay non-permanent scores in ALIST."
3040 (let ((times (- (time-to-days (current-time)) day
))
3041 kill entry updated score n
)
3042 (unless (zerop times
) ;Done decays today already?
3043 (while (setq entry
(pop alist
))
3044 (when (stringp (car entry
))
3045 (setq entry
(cdr entry
))
3046 (while (setq kill
(pop entry
))
3049 (setq score
(or (nth 1 kill
)
3050 gnus-score-interactive-default-score
)
3052 (while (natnump (decf n
))
3053 (setq score
(funcall gnus-decay-score-function score
)))
3054 (setcdr kill
(cons score
3055 (cdr (cdr kill
)))))))))
3056 ;; Return whether this score file needs to be saved. By Je-haysuss!
3059 (defun gnus-score-regexp-bad-p (regexp)
3060 "Test whether REGEXP is safe for Gnus scoring.
3061 A regexp is unsafe if it matches newline or a buffer boundary.
3063 If the regexp is good, return nil. If the regexp is bad, return a
3064 cons cell (SYM . STRING), where the symbol SYM is `new' or `bad'.
3065 In the `new' case, the string is a safe replacement for REGEXP.
3066 In the `bad' case, the string is a unsafe subexpression of REGEXP,
3067 and we do not have a simple replacement to suggest.
3069 See Info node `(gnus)Scoring Tips' for examples of good regular expressions."
3070 (let (case-fold-search)
3072 ;; First, try a relatively fast necessary condition.
3073 ;; Notice ranges (like [^:] or [\t-\r]), \s>, \Sw, \W, \', \`:
3074 (string-match "\n\\|\\\\[SsW`']\\|\\[\\^\\|[\0-\n]-" regexp
)
3075 ;; Now break the regexp into tokens, and check each:
3076 (let ((tail regexp
) ; remaining regexp to check
3078 bad
; nil, or bad subexpression
3079 new
; nil, or replacement regexp so far
3080 end
) ; length of current token
3081 (while (and (not bad
)
3083 "\\`\\(\\\\[sS]?.\\|\\[\\^?]?[^]]*]\\|[^\\]\\)"
3085 (setq end
(match-end 0)
3086 tok
(substring tail
0 end
)
3087 tail
(substring tail end
))
3088 (if;; Is token `bad' (matching newline or buffer ends)?
3089 (or (member tok
'("\n" "\\W" "\\`" "\\'"))
3090 ;; This next handles "[...]", "\\s.", and "\\S.":
3091 (and (> end
2) (string-match tok
"\n")))
3093 ;; Try to suggest a replacement for tok ...
3094 (cond ((string-equal tok
"\\`") "^") ; or "\\(^\\)"
3095 ((string-equal tok
"\\'") "$") ; or "\\($\\)"
3096 ((string-match "\\[\\^" tok
) ; very common
3097 (concat (substring tok
0 -
1) "\n]")))))
3102 ;; good prefix so far:
3103 (substring regexp
0 (- (+ (length tail
) end
))))
3105 ;; No replacement idea, so give up:
3107 ;; tok is good, may need to extend new
3108 (and new
(setq new
(concat new tok
)))))
3109 ;; Now return a value:
3111 (bad (cons 'bad bad
))
3112 (new (cons 'new new
))
3115 (provide 'gnus-score
)
3117 ;;; gnus-score.el ends here