* spam-report.el (spam-report-process-queue): New function.
Process requests from `spam-report-requests-file'.
+ (spam-report-process-queue): Doc fix.
2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
(defun spam-report-process-queue (&optional file keep)
"Report all queued requests from `spam-report-requests-file'.
-If KEEP is t, leave old requests in the file. If KEEP is
-the symbol `ask', query before flushing the queue file."
+If FILE is given, use it instead of `spam-report-requests-file'.
+If KEEP is t, leave old requests in the file. If KEEP is the
+symbol `ask', query before flushing the queue file."
(interactive
(list (read-file-name
"File: "
(if (eq spam-report-url-ping-function 'spam-report-url-to-file)
(error (concat "Cannot process requests when "
"`spam-report-url-ping-function' is "
- "`spam-report-url-to-file'"))
+ "`spam-report-url-to-file'."))
(gnus-message 7 "Processing requests using `%s'."
spam-report-url-ping-function))
(or file (setq file spam-report-requests-file))