File: rmail-spam-filter.el.html
; -----------
; Automatically recognize and delete junk email before it is
; displayed in rmail/rmail-summary. Spam emails are defined by
; specifying one or more of the sender, subject and contents.
; URL: http://www.weizmann.ac.il/~eli/Downloads/rmail-spam-filter/
Defined variables (11)
rmail-use-spam-filter | Non-nil to activate the Rmail spam filter. |
rsf-autosave-newly-added-definitions | Non-nil to auto-save new spam entries. |
rsf-beep | Non-nil means to beep if spam is found. |
rsf-definitions-alist | A list of rules (definitions) matching spam messages. |
rsf-file | Name of Rmail file for optionally saving some of the spam. |
rsf-ignore-case | Non-nil means to ignore case in ‘rsf-definitions-alist’. |
rsf-min-region-to-spam-list | Minimum size of region that you can add to the spam list. |
rsf-no-blind-cc | Non-nil means mail with no explicit To: or Cc: is spam. |
rsf-scanning-messages-now | Non-nil when ‘rmail-spam-filter’ scans messages. |
rsf-sleep-after-message | Seconds to wait after displaying a message that spam was found. |
rsf-white-list | List of regexps to identify valid senders. |
Defined functions (10)
rmail-get-new-mail-filter-spam | (NNEW) |
rmail-spam-filter | (MSG) |
rsf-add-content-type-field | () |
rsf-add-region-to-spam-list | () |
rsf-add-sender-to-spam-list | () |
rsf-add-subject-to-spam-list | () |
rsf-check-field | (FIELD-SYMBOL MESSAGE-DATA DEFINITION RESULT) |
rsf-custom-save-all | () |
rsf-customize-group | () |
rsf-customize-spam-definitions | () |