Gnus development mailing list
 help / color / mirror / Atom feed
* "unknown extension size 10000000" when sending mail
@ 1999-06-18 13:27 Erik Østlyngen
  1999-06-18 13:46 ` Karl Kleinpaste
  1999-06-18 14:45 ` Michel Schinz
  0 siblings, 2 replies; 3+ messages in thread
From: Erik Østlyngen @ 1999-06-18 13:27 UTC (permalink / 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-06-18 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-18 13:27 "unknown extension size 10000000" when sending mail Erik Østlyngen
1999-06-18 13:46 ` Karl Kleinpaste
1999-06-18 14:45 ` Michel Schinz

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).