From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29158 Path: main.gmane.org!not-for-mail From: Doug Bagley Newsgroups: gmane.emacs.gnus.general Subject: Re: Authentication warning on sender ... yuck Date: 09 Feb 2000 21:42:53 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165877 1178 80.91.224.250 (21 Oct 2002 02:04:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:04:37 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 06004D051E for ; Wed, 9 Feb 2000 22:44:13 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id VAB22373; Wed, 9 Feb 2000 21:43:58 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 09 Feb 2000 21:43:02 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id VAA21320 for ; Wed, 9 Feb 2000 21:42:51 -0600 (CST) Original-Received: from mail.deja.com (mail.deja.com [205.238.143.34]) by mailhost.sclp.com (Postfix) with ESMTP id 5C32FD051E for ; Wed, 9 Feb 2000 22:42:53 -0500 (EST) Original-Received: from yow.dejanews.com (yow.dejanews.com [205.238.143.191]) by mail.deja.com (8.8.7/8.8.5) with ESMTP id VAA31846 for ; Wed, 9 Feb 2000 21:42:52 -0600 Original-Received: (doug@localhost) by yow.dejanews.com (8.9.3/8.6.12) id VAA02493; Wed, 9 Feb 2000 21:42:53 -0600 Original-To: ding@gnus.org X-Face: "|NaWfYJ-]P="T#?R.9}QgGuFXUd@3vi[.E2q-;"NV3+k_y@zreL2w^ts0XPXt t9^9{uQ@.cu2GgUgK9@HXC\a}Rtah}0'eT~>or7[~Hd?;!\Bpo#"3w>0a0ft-MvvZ X-Disclaimer: I am solely responsible for this message. In-Reply-To: Harry Putnam's message of "09 Feb 2000 17:17:17 -0800" Original-Lines: 33 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Biscayne) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29158 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29158 Harry Putnam writes: > Once more raising the question of what gnus does concerning a "Sender" > line and where gnus stops and sendmail (mta) starts. > > I've been noticing this line in my messages: > Authentication-Warning: reader.ptw.com: reader set sender to blah blah Sendmail will produce these headers. > All those mail clients use sendmail as mta, but only messages sent > with gnus contain that warning. I do have this in .gnus. > > (setq message-syntax-checks '((sender . disabled))) The problem isn't the sender or gnus really, it's how sendmail is invoked, with command line arguments to set the SMTP MAIL FROM, or approximately that, my brain is fading. I solved it on my end by adding myself as a trusted user to my sendmail.cf, check out this section if you have it in your sendmail.cf: ##################### # Trusted users # ##################### # this is equivalent to setting class "t" #Ft/etc/sendmail.ct Troot Tdaemon Tuucp Cheers, Doug