Variable: rsf-file

rsf-file is a customizable variable defined in rmail-spam-filter.el.gz.

Value

"~/XRMAIL-SPAM"

Documentation

Name of Rmail file for optionally saving some of the spam.

You can either just delete spam, or save it in this file for later review. Which action to take for each spam definition is specified by the "action" element of the definition.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail-spam-filter.el.gz
(defcustom rsf-file "~/XRMAIL-SPAM"
  "Name of Rmail file for optionally saving some of the spam.
You can either just delete spam, or save it in this file for
later review.  Which action to take for each spam definition is
specified by the \"action\" element of the definition."
  :type 'string)