From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2107 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.user Subject: Re: sending, mess, using feedmail: a SPAM problem Date: Tue, 18 Feb 2003 05:27:03 +0100 Organization: http://purl.org/harder/ Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138668662 13958 80.91.229.2 (31 Jan 2006 00:51:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:51:02 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:30:11 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; Uwe Brauer writes: > I use feedmail for years and it seems that the project is a little > abandoned. I realized now, that when sending via smtpmail, feedmail > sets > MAIL FROM: SIZE=728 > ^^^^^ > > While smtmail does > > MAIL FROM: SIZE=668 > > Did anybody encounter this problem and know what to do. I've seen something that might be related. I don't use feedmail, but the similar but less fancy queueing in smtpmail.el which caused the same problem. Try to set (setq smtpmail-queue-mail t) and send the queue with `M-x smtpmail-send-queued-mail'. If you get nil here as well, then it's probably a bug in this specific version of smtpmail.el. The problem is fixed in the version in Emacs CVS -- I don't know about the version shipped with XEmacs.