On Thu, Jun 07 2007, Joel J. Adamson wrote: > [EMAIL PROTECTED] writes: >> Also emacs apparently uses sendmail to send mail. > > It only uses sendmail if you've set up sendmail (the Unix program). > Otherwise it uses sendmail.el (`slocate sendmail.el`)
,---- | ;; Useful to set in site-init.el | ;;;###autoload | (defcustom send-mail-function | (if (and window-system (memq system-type '(darwin windows-nt))) | 'mailclient-send-it | 'sendmail-send-it) `---- I.e. on Mac OS X and Windows, the default is to pass the mail to "the system's mail client". Otherwise it is the sendmail program. >> But the 'return-path/from' fields are not configured. >> And sendmail.cf is a 57K monster ! Even when using the traditional sendmail.(com|org) program, you don't need to edit the sendmail.cf file directly. > Configure -> play around -> configure -> play around -> configure -> > testing (this used to be called playing around but now you've found a > systematic way to do it) > > Or, the alternative: > > configure -> play around -> throw hands up -> configure -> lose > mail -> configure -> throw hands way up -> lose more mail -> use Thunderbird. Are you trying to say that you lost mail using Gnus? Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english