From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6825 Path: main.gmane.org!not-for-mail From: Fabrice POPINEAU Newsgroups: gmane.emacs.gnus.general Subject: Re: nn?? & smtp Date: 20 Jun 1996 08:45:08 +0200 Sender: popineau@esemetz.ese-metz.fr Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147226 4872 80.91.224.250 (20 Oct 2002 20:53:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:53:46 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id AAA19316 for ; Thu, 20 Jun 1996 00:07:32 -0700 Original-Received: from esemetz.ese-metz.fr (esemetz.ese-metz.fr [192.70.65.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 20 Jun 1996 08:42:17 +0200 Original-Received: from neuromancer.ese-metz.fr.ese-metz.fr (neuromancer.ese-metz.fr [192.70.65.52]) by esemetz.ese-metz.fr (8.7.1/8.7.2) with SMTP id IAA05409; Thu, 20 Jun 1996 08:42:15 +0200 (MET DST) Original-To: Michael Welsh Duggan In-Reply-To: Michael Welsh Duggan's message of Wed, 19 Jun 1996 23:41:38 -0400 (EDT) Original-Lines: 138 X-Mailer: Gnus v5.2.19/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:6825 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6825 >>>>> "Michael" == Michael Welsh Duggan 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: