Created
November 21, 2016 09:13
-
-
Save kkismd/92cc5646206b2f696f2bbef60f8dc000 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun spamf-register-words-directory (corpus dirname) nil) | |
(defun spamf-register-words-file (corpus filename) nil) | |
(defun spamf-register-words-buffer (corpus buffer) nil) | |
(defun spamf-register-words-string (corpus string) nil) | |
(defun spamf-delete-words-directory (corpus dirname) nil) | |
(defun spamf-delete-words-file (corpus filename) nil) | |
(defun spamf-delete-words-buffer (corpus buffer) nil) | |
(defun spamf-delete-words-string (corpus string) nil) | |
(defun spamf-spam-file-p (filename &optional good-corpus bad-corpus) t) | |
(defun spamf-spam-buffer-p (buffer &optional good-corpus bad-corpus) t) | |
(defun spamf-spam-string-p (string &optional good-corpus bad-corpus) t) | |
(defun spamf-spam-string-p (string &optional good-corpus bad-corpus) t) | |
(provide 'spamfilter) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment