Gnus development mailing list
 help / color / mirror / Atom feed
* Re: 19.34/GNUS & Mail
       [not found] <199610040459.MAA16225@nevyn.realize.com.au>
@ 1996-10-04 14:13 ` Richard Pieri
  1996-10-04 15:52   ` Steven L Baur
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Pieri @ 1996-10-04 14:13 UTC (permalink / raw)
  Cc: Gnus

-----BEGIN PGP SIGNED MESSAGE-----

>>>>> "BC" == Bruce Cook <bcook@wantree.com.au> writes:

BC> I upgraded to 19.34 from 19.31 on my NT system a couple
BC> of days ago, and have started seeing weird shit happening
BC> with forward-message from GNUS	(Som).

sendmail.el does not quite work correctly with Win32.  You need to
change send-mail-function to use smtpmail-send-it instead of
sendmail-send-it.  You may also need to likewise change
message-send-mail-function.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: noconv

iQCVAwUBMlUbd56VRH7BJMxHAQGZ/gP9HxZyjATN5KkTN/ZdmQF8H2jOyxST3sdJ
qceSP3GUZH02eM9c7nV+1xSfYnDt5f/kJBXC/i7NROZL1SjOOZ6l+s70cgAbjYed
mBt7schPBsMPmWD72c4PHZAtdset9iSuwfSre6787OEQDZkIEbyHbaXeWbvYeV/O
6rYU/Nis6jg=
=hkxg
-----END PGP SIGNATURE-----
-- 
Richard Pieri/Information Services \ Curiosity never killed anything, except
<ratinox@unilab.dfci.harvard.edu>   \ maybe a few hours. -A cat's guide to life
http://www.dfci.harvard.edu/         \ 


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

* Re: 19.34/GNUS & Mail
  1996-10-04 14:13 ` 19.34/GNUS & Mail Richard Pieri
@ 1996-10-04 15:52   ` Steven L Baur
  1996-10-04 17:03     ` William Perry
  0 siblings, 1 reply; 5+ messages in thread
From: Steven L Baur @ 1996-10-04 15:52 UTC (permalink / raw)


>>>>> "Richard" == Richard Pieri <ratinox@unilab.dfci.harvard.edu> writes:

Richard> sendmail.el does not quite work correctly with Win32.  You
Richard> need to change send-mail-function to use smtpmail-send-it
Richard> instead of sendmail-send-it.  You may also need to likewise
Richard> change message-send-mail-function.

Sendmail.el is a pain, period.  I would not be adverse to making
smtpmail the default.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
What are the last two letters of "doesn't" and "can't"?
Coincidence?  I think not.


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

* Re: 19.34/GNUS & Mail
  1996-10-04 15:52   ` Steven L Baur
@ 1996-10-04 17:03     ` William Perry
  1996-10-04 17:58       ` Steven L Baur
  1996-10-04 19:36       ` Richard Pieri
  0 siblings, 2 replies; 5+ messages in thread
From: William Perry @ 1996-10-04 17:03 UTC (permalink / raw)
  Cc: ding

Steven L. Baur writes:
>>>>>> "Richard" == Richard Pieri <ratinox@unilab.dfci.harvard.edu> writes:
>
>Richard> sendmail.el does not quite work correctly with Win32.  You
>Richard> need to change send-mail-function to use smtpmail-send-it
>Richard> instead of sendmail-send-it.  You may also need to likewise
>Richard> change message-send-mail-function.
>
>Sendmail.el is a pain, period.  I would not be adverse to making
>smtpmail the default.

  There is a distinct and noticeable slowdown when sending mail.  

  And you can't do delayed 'batching' of mail messages like sendmail gets
you for free.  I really enjoyed that working on my laptop on the bus this
morning. :)

-Bill P.


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

* Re: 19.34/GNUS & Mail
  1996-10-04 17:03     ` William Perry
@ 1996-10-04 17:58       ` Steven L Baur
  1996-10-04 19:36       ` Richard Pieri
  1 sibling, 0 replies; 5+ messages in thread
From: Steven L Baur @ 1996-10-04 17:58 UTC (permalink / raw)


>>>>> "William" == William Perry <wmperry@aventail.com> writes:

sb> Sendmail.el is a pain, period.  I would not be adverse to making
sb> smtpmail the default.

William>   There is a distinct and noticeable slowdown when sending mail.  

Yes, but not more so than letting nnfolder+archive:misc-mail get big.

William> And you can't do delayed 'batching' of mail messages like
William> sendmail gets you for free.  I really enjoyed that working on
William> my laptop on the bus this morning. :)

If that works, you can:
1)  Point your smtpmail-smtp-server at your local MTA
2)  Switch your message send parameters for the duration of the bus
    trip
3)  Not be using smtpmail in the first place, that's what .gnus &
    custom are for.

It's distinctly easier to configure a machine to send outgoing mail
through a network connection than it is to properly set up sendmail or
the equivalent.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
What are the last two letters of "doesn't" and "can't"?
Coincidence?  I think not.


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

* Re: 19.34/GNUS & Mail
  1996-10-04 17:03     ` William Perry
  1996-10-04 17:58       ` Steven L Baur
@ 1996-10-04 19:36       ` Richard Pieri
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Pieri @ 1996-10-04 19:36 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----

>>>>> "WP" == William Perry <wmperry@aventail.com> writes:

WP>  There is a distinct and noticeable slowdown when sending mail.

Because smtpmail.el talks to the SMTP daemon via a TCP connection while
sendmail.el invokes sendmail directly.

WP> And you can't do delayed 'batching' of mail messages like sendmail
WP> gets you for free.

Well, for those of us running on Windows 95 machines, we usually do not
have sendmail to do this for us.  Thus, we use things like queuemail.el
to (not suprisingly) queue mail, and smtpmail.el to (wonder of wonders)
talk to a SMTP server.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: noconv

iQCVAwUBMlVnJZ6VRH7BJMxHAQHrgwQAjqKx17T4PV5Y2CGV2kZehWwGVRJUHi3I
/i8KrHyFn/nxfF5j+/5BXUOsMEoZMsjlGb05g/HnSF2QEywGGTDB9W051IaT0FIJ
g1P91aVP56iaE72SlMecfTuySrB7Gfr36eZXOmtei+aaBOek9TZ5A86nspW9Bm+6
fZae31Nx9WY=
=8Ah5
-----END PGP SIGNATURE-----
-- 
Richard Pieri/Information Services \ Always give generously - a small bird or
<ratinox@unilab.dfci.harvard.edu>   \ rodent left on the bed tells them, "I
http://www.dfci.harvard.edu/         \ care". -A cat's guide to life


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

end of thread, other threads:[~1996-10-04 19:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199610040459.MAA16225@nevyn.realize.com.au>
1996-10-04 14:13 ` 19.34/GNUS & Mail Richard Pieri
1996-10-04 15:52   ` Steven L Baur
1996-10-04 17:03     ` William Perry
1996-10-04 17:58       ` Steven L Baur
1996-10-04 19:36       ` Richard Pieri

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