• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/gnus/

Lines Matching +defs:parameter +defs:string

286   :type 'string
296 :type '(repeat (string :tag "Group"))
302 :type '(repeat (string :tag "Server"))
372 :type 'string
378 :type '(choice (string :tag "Use a fixed category")
403 :type 'string
408 :type 'string
413 :type 'string
418 :type 'string
423 :type 'string
497 (gnus-parameter-spam-marks group)
498 (gnus-parameter-ham-marks group)))
510 (gnus-parameter-spam-contents group)))
516 (gnus-parameter-spam-contents group))
540 (or (member processor (nth 0 (gnus-parameter-spam-process group)))
549 (parameters (nth 0 (gnus-parameter-spam-process group)))
551 (dolist (parameter parameters)
553 (listp parameter)
554 (eq classification (nth 0 parameter))
555 (eq check (nth 1 parameter)))
650 (gnus-parameter-spam-process-destination gnus-newsgroup-name)))
654 (gnus-parameter-spam-process-destination gnus-newsgroup-name)))
677 (gnus-parameter-ham-process-destination gnus-newsgroup-name)))
683 (gnus-parameter-ham-process-destination gnus-newsgroup-name))))
804 (defun spam-get-article-as-string (article)
806 article-string)
810 (setq article-string (buffer-string))))
811 article-string))
829 ;; (int-to-string article) nnml-current-directory)))
878 parameter variable with a spam checking function. If the
879 parameter variable is true, then the checking function is called,
905 parameters. A string as a parameter will set the
906 spam-split-group to that string.
927 ;; (progn (widen) (debug (buffer-string)))
959 (autodetect (gnus-parameter-spam-autodetect group))
960 (methods (gnus-parameter-spam-autodetect-methods group))
1038 associating a parameter variable with the ham and spam
1247 (defun spam-reverse-ip-string (ip)
1250 (nreverse (split-string ip "\\."))
1267 (gnus-message 9 "Blackhole search found host IP %s." (match-string 1))
1268 (push (spam-reverse-ip-string (match-string 1))
1273 ;; match the good-server-regex against the reversed (again) IP string
1274 (string-match
1276 (spam-reverse-ip-string ip)))
1278 (let ((query-string (concat ip "." server)))
1280 (let ((query-result (query-dig query-string)))
1287 (when (query-dns query-string)
1289 (push (list ip server (query-dns query-string 'TXT))
1388 (defun spam-get-ifile-database-parameter ()
1389 "Return the command-line parameter for ifile's database.
1404 (db-param (spam-get-ifile-database-parameter)))
1419 (when (string-equal spam-ifile-spam-category category)
1424 "Register an article, given as a string, with a category.
1428 (db (spam-get-ifile-database-parameter))
1432 (let ((article-string (spam-get-article-as-string article)))
1433 (when (stringp article-string)
1434 (insert article-string))))
1487 (let ((article-string (spam-get-article-as-string article)))
1489 (insert article-string)
1499 (let ((article-string (spam-get-article-as-string article)))
1501 (insert article-string)
1617 (while (string-match "\\\\\\*" address)
1619 (when (and address (string-match address from))
1640 (string-match ignore-regex from))
1692 (if (string-match "spamicity=\\([0-9.]+\\)" header)
1693 (match-string 1 header)
1696 (when (string-match spam-bogofilter-bogosity-positive-spam-header
1733 "Register an article, given as a string, as spam or non-spam."
1735 (let ((article-string (spam-get-article-as-string article))
1744 (when (stringp article-string)
1746 (insert article-string)
1803 (insert (spam-get-article-as-string article)))