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-filterNon-nil to activate the Rmail spam filter.
rsf-autosave-newly-added-definitionsNon-nil to auto-save new spam entries.
rsf-beepNon-nil means to beep if spam is found.
rsf-definitions-alistA list of rules (definitions) matching spam messages.
rsf-fileName of Rmail file for optionally saving some of the spam.
rsf-ignore-caseNon-nil means to ignore case in ‘rsf-definitions-alist’.
rsf-min-region-to-spam-listMinimum size of region that you can add to the spam list.
rsf-no-blind-ccNon-nil means mail with no explicit To: or Cc: is spam.
rsf-scanning-messages-nowNon-nil when ‘rmail-spam-filter’ scans messages.
rsf-sleep-after-messageSeconds to wait after displaying a message that spam was found.
rsf-white-listList 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()

Defined faces (0)