Gnus development mailing list
 help / color / mirror / Atom feed
From: "Erik Østlyngen" <eriko@ifbt.ntnu.no>
Subject: "unknown extension size 10000000" when sending mail
Date: 18 Jun 1999 15:27:11 +0200	[thread overview]
Message-ID: <u909hmyfk.fsf@ifbt.ntnu.no> (raw)

Hi,

I get the message (in the message buffer) "unknown extention size
10000000" each time I send a mail. This started to happen when I
changed to a new smtp server. Is this a message from the server, or is
it generated by some internal functions? I'm using pgnus-0.88 with
NtEmacs20.3.1. My .emacs has the following definitions:

(setq user-full-name "Erik Østlyngen")
(setq user-mail-address "Erik.Ostlyngen@ifbt.ntnu.no")

(setq message-default-mail-headers 
    "From: \"Erik Østlyngen\" <eriko@ifbt.ntnu.no>\n")
(setq message-default-news-headers 
    "From: \"Erik Østlyngen\" <Erik.Ostlyngen@ifbt.ntnu.no>\n")

(setq smtpmail-default-smtp-server "mail.stud.ntnu.no")
(setq smtpmail-local-domain nil)
(setq send-mail-function 'smtpmail-send-it)

(setq gnus-select-method (quote (nntp "news.ntnu.no")))
(setq gnus-secondary-select-methods '((nnml "private")))
(setq gnus-message-archive-group "archive")

(setq gnus-show-mime t)
(setq gnus-strict-mime t)

(load-library "smtpmail")

(load-library "message")
(setq message-send-mail-function 'smtpmail-send-it)

(custom-set-variables
 '(message-generate-headers-first t))
(custom-set-faces)



-Erik Østlyngen



             reply	other threads:[~1999-06-18 13:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-18 13:27 Erik Østlyngen [this message]
1999-06-18 13:46 ` Karl Kleinpaste
1999-06-18 14:45 ` Michel Schinz

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=u909hmyfk.fsf@ifbt.ntnu.no \
    --to=eriko@ifbt.ntnu.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).