(add-to-list 'load-path "/usr/local/gnus/lisp") (setq mail-user-agent 'gnus-user-agent) (setq max-lisp-eval-depth 2000) (setq message-syntax-checks '((sender . disabled))) (defun message-make-fqdn () "My hacked message-id." "newsguy.com") (setq gnus-expert-user t) (setq gnus-agent-short-article 50) (setq gnus-use-adaptive-scoring nil) (setq mail-sources '((file :path "/var/spool/mail/reader") (directory :path "/home/reader/spool/" :suffix ".in"))) (setq gnus-extra-headers '(To Newsgroups Keywords )) (setq nnmail-extra-headers gnus-extra-headers) (setq gnus-ignored-from-addresses "Harry Putnam") (setq message-user-organization "Still searching...") (setq gnus-select-method '(nntp "enews.newsguy.com")) (setq user-mail-address "reader@newsguy.com") (setq gnus-check-new-newsgroups 'ask-server) (setq gnus-agent-handle-level 3) (setq gnus-activate-foreign-newsgroups 3) (setq mail-source-delete-incoming t) (setq gnus-use-long-file-name t) (setq nnmail-crosspost nil) (setq gnus-secondary-select-methods '((nnml "")))