Gnus development mailing list
 help / color / mirror / Atom feed
From: Fabrice POPINEAU <popineau@esemetz.ese-metz.fr>
Cc: ding@ifi.uio.no
Subject: Re: nn?? & smtp
Date: 20 Jun 1996 08:45:08 +0200	[thread overview]
Message-ID: <uhgs76kjv.fsf@neuromancer.ese-metz.fr> (raw)
In-Reply-To: Michael Welsh Duggan's message of Wed, 19 Jun 1996 23:41:38 -0400 (EDT)

>>>>> "Michael" == Michael Welsh Duggan <md5i+@andrew.cmu.edu> writes:

    Michael> 1) Has anyone set up NTEmacs to both read and send mail
    Michael> (and post messsages) from gnus (message.el)?  If so, how
    Michael> did you manage it?

I think  I'm using  it with  gnus-5.2.19.  I hope  I haven't  lost any
message for the moment ... My .gnus follows.

    Michael> 2) POP3 &| STMP.  Can it be done?  Is it done?

I'm reading mail by POP3 and sending it by SMTP with smtpmail.el

    Michael> 4) Since I checked the Gnus 5.x FAQ, the Gnus Info files
    Michael> (as of 5.2.20, anyway), and the NTEmacs FAQ before asking
    Michael> these questions, my last question is this: Was there a
    Michael> better place to find the answers to the above questions
    Michael> than posting to this ML?

Not yet.

The only glitch is that reading mail with POP3, gnus fetch the mailbox
once per mail group (or am I wrong ?).

I have yet to add tm-mime to my configuration.

-- 
Fabrice POPINEAU
------------------------
e-mail:       popineau@ese-metz.fr              voice-mail: (+33) 87-74-99-38 
surface-mail: Supelec, 2 rue E. Belin, F-57078 Metz Cedex 3    

;;;
;;; (ding) gnus configuration file
;;;

;;; Mime
(setenv "MM_CHARSET" "iso-8859-1")

(setq gnus-use-picons nil)

(setq gnus-select-method '(nntp "news.ese-metz.fr"))
(setq gnus-secondary-select-methods
      '((nnml "") ))

(require 'smtpmail)
(setenv "MAILHOST" "esemetz.ese-metz.fr")
(setq message-send-mail-function 'smtpmail-send-it)

(setq nnmail-spool-file "po:popineau")

; This one doesn't work : the connection is opened  once for each mail
; group, so you have to type your passwd many times

;(setq nnmail-pop-password-required t)

; So you have to give it
(setq nnmail-pop-password "YourPasswd")

; How to split your mail
(setq nnmail-split-methods
      '(("mail.iic" "^From:.*\\(popineau\\|mercier\\|ianotto\\|afzadeh\\|lhermitt\\)")
	("mail.iic" "^\\(To\\|CC\\|Cc\\):.*info-inge")
	("gnu-win32" "^\\(To\\|CC\\|Cc\\):.*gnu-win32@")
	("ncr53c810" "^\\(To\\|CC\\|Cc\\):.*ncr53c810@")
	("ntemacs" "^\\(To\\|CC\\|Cc\\):.*ntemacs-users@")
	("pic" "^\\(To\\|CC\\|Cc\\):.*PICLIST@")
	("gut" "^\\(To\\|CC\\|Cc\\):.*gut@")
	("lnat" "^\\(To\\|CC\\|Cc\\):.*ln@.*cnusc.fr")
	("clisp" "^\\(To\\|CC\\|Cc\\):.*clisp-list@")
	("ding-gnus" "^\\(To\\|CC\\|Cc\\):.*ding\\(-request\\)?@")
	("hyperbole" "^\\(To\\|CC\\|Cc\\):.*hyperbole\\(-request\\)?@")
	("fwntug" "^\\(To\\|CC\\|Cc\\):.*fwntug@")
	("caml" "^\\(To\\|CC\\|Cc\\):.*caml.*@.*inria.fr")
	("caml" "^From:.*\\(\\(\\[Ww\\]eis\\)\\|\\(\\[Ll\\]eroy\\)\\)")
	("logic-eprints" "^From:.*\\(logic\\|mitchell\\)@math.ufl.edu")
	("sf-franco" "^\\(To\\|CC\\|Cc\\):.*sffranco")
	("tex-k" "^\\(To\\|CC\\|Cc\\):.*tex-k@")
	("tex-pretest" "^\\(To\\|CC\\|Cc\\):.*tex-pretest@")
	("LaTeX" "^\\(To\\|CC\\|Cc\\):.*\\(LATEX-2E\\|TEX-ED\\|TEX-EURO\\|ctan-ann\\).*@")
	("TEI" "^\\(To\\|CC\\|Cc\\):.*TEI.*@")
	("THEORYNT" "^\\(To\\|CC\\|Cc\\):.*THEORYNT.*@")
	("mail.iic" "^\\(To\\|CC\\|Cc\\):.*iic")
	("mail.iic" "^From:.*lhermit")
	("mail.ese-metz" "^\\(To\\|CC\\|Cc\\):.*\\(info\\|inge\\|perso\\|all\\).*@.*ese-metz.fr")
	("mail.supelec" "^\\(To\\|CC\\|Cc\\):.*@supelec.fr")
	("mail.misc" "")
	)
)

; NT doesn't know about hard links
(setq nnmail-crosspost-link-function 'copy-file)


(setq gnus-activate-foreign-newsgroups t)
(setq nnml-directory "~/Mail/")

(setq gnus-local-domain "ese-metz.fr")
(setq gnus-use-generic-from t)
(setq gnus-use-cross-reference t)
(setq gnus-local-organization
      "Supelec, Etablissement de Metz, France.")
(setq gnus-local-timezone "MET")
(setq gnus-use-followup-to t)
(setq gnus-article-save-directory "~/News/")
(setq gnus-default-article-saver 'gnus-summary-save-in-file)
(setq gnus-use-long-file-name '(not-save))
(setq gnus-default-distribution "world")
(setq gnus-novice-user ())
(setq gnus-auto-select-first ())
(setq gnus-auto-expirable-newsgroups "^nnml:")
(setq nnmail-keep-last-article t)

(setq mhspool-article-header-read-size 4096)

; There is a local mirror of rtfm.mit.edu

(setq gnus-group-faq-directory 
      (cons "/anonymous@ftp.ese-metz.fr:pub/RTFM"
	    gnus-group-faq-directory))

; This maling  list (gut@ens.fr) is   buggy : R(eply) is  sending  the
; reply to the list

(setq gnus-reply-to-function
      (lambda (group) 
	(cond ((string= group "gut")
	       (or (mail-fetch-field "from")
		   (mail-fetch-field "sender")))
	      (t
	       (or (mail-fetch-field "reply-to") 
		   (mail-fetch-field "from"))))))


;; Local Variables:
;; mode: emacs-lisp
;; End:



  reply	other threads:[~1996-06-20  6:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-06-20  3:41 Michael Welsh Duggan
1996-06-20  6:45 ` Fabrice POPINEAU [this message]
1996-06-20 18:38   ` Eric J. Swenson
1996-06-20 10:04 ` Kai Grossjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uhgs76kjv.fsf@neuromancer.ese-metz.fr \
    --to=popineau@esemetz.ese-metz.fr \
    --cc=ding@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).