Variable: spam-blackhole-good-server-regex

spam-blackhole-good-server-regex is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

String matching IP addresses that should not be checked in the blackholes.

Only meaningful if you enable spam-use-blackholes.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-blackhole-good-server-regex nil
  "String matching IP addresses that should not be checked in the blackholes.
Only meaningful if you enable `spam-use-blackholes'."
  :type '(radio (const nil) regexp)
  :group 'spam)