Changeset 4161 for trunk/lisp/mail/rmail-spam-filter.el
- Timestamp:
- 09/09/06 16:30:10 (2 years ago)
- Files:
-
- trunk/lisp/mail/rmail-spam-filter.el (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/mail/rmail-spam-filter.el
r4037 r4161 135 135 136 136 (defcustom rsf-min-region-to-spam-list 7 137 "*User may highlight a region in an incomming message and use 138 the menubar to add this region to the spam definitions. This 139 variable specifies the minimum size of region that may be added 140 to spam list, to avoid accidentally adding a too short region 141 which would result in false positive identification of spam 142 messages." 137 "*Minimum size of region that you can add to the spam list. 138 This is a size limit on text that you can specify as 139 indicating a message is spam. The aim is to avoid 140 accidentally adding a too short region, which would result 141 in false positive identification of spam." 143 142 :type 'integer 144 143 :group 'rmail-spam-filter ) … … 213 212 214 213 (defvar rsf-scanning-messages-now nil 215 "Non nil when rmail-spam-filter scans messages,216 for interaction with `rsf-bbdb-auto-delete-spam-entries'")214 "Non nil when `rmail-spam-filter' scans messages. 215 This is for interaction with `rsf-bbdb-auto-delete-spam-entries'.") 217 216 218 217 ;; the advantage over the automatic filter definitions is the AND conjunction … … 597 596 598 597 (defun rsf-add-content-type-field () 599 "Maintain backward compatibility with previous versions of rmail-spam-filter.600 The most recent version of rmai-spam-filterchecks the contents598 "Maintain backward compatibility for `rmail-spam-filter'. 599 The most recent version of `rmail-spam-filter' checks the contents 601 600 field of the incoming mail to see if it spam. The format of 602 601 `rsf-definitions-alist' has therefore changed. This function
