public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* posting to gcc-testresults  help
@ 2008-02-12 21:06 Joel Sherrill
  2008-02-12 23:05 ` Christopher Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Sherrill @ 2008-02-12 21:06 UTC (permalink / raw)
  To: overseers


Hi,

I am sure the problem is on my side but I am baffled.   I can send
to my gmail.com account so things aren't completely FUBAR'ed. :-D

I am trying to send to gcc-testresults using the script which
invokes Mail.  When I send a full test log or this short test
message

echo "Testing email" | Mail -s "Test" gcc-testresults@gcc.gnu.org

I see this in  /var/log/maillog

Feb 12 13:55:35 iceland sendmail[16972]: m1CJtZKe016972: 
to=gcc-testresults@gcc.gnu.org, ctladdr=joel (510/100), delay=00:00:00, 
xdelay=00:00:00, mailer=relay, pri=30061, relay=[127.0.0.1] [127.0.0.1], 
dsn=2.0.0, stat=Sent (m1CJtZw5016973 Message accepted for delivery)
Feb 12 13:56:08 iceland sendmail[16975]: m1CJtZw5016973: 
to=<gcc-testresults@gcc.gnu.org>, ctladdr=<joel@localhost.localdomain> 
(510/100), delay=00:00:33, xdelay=00:00:33, mailer=esmtp, pri=120407, 
relay=gcc.gnu.org. [209.132.176.174], dsn=2.0.0, stat=Sent (Queued! 
1202846168 qp 29757 <200802121955.m1CJtZKe016972@localhost.localdomain>)

I am a DHCP'ed laptop running Fedora 8.  Can you see
what is wrong with my setup from your side?

Thanks.

--joel

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

* Re: posting to gcc-testresults  help
  2008-02-12 21:06 posting to gcc-testresults help Joel Sherrill
@ 2008-02-12 23:05 ` Christopher Faylor
  2008-02-12 23:31   ` Joel Sherrill
  0 siblings, 1 reply; 6+ messages in thread
From: Christopher Faylor @ 2008-02-12 23:05 UTC (permalink / raw)
  To: overseers, Joel Sherrill

On Tue, Feb 12, 2008 at 02:02:22PM -0600, Joel Sherrill wrote:
> Hi,
>
> I am sure the problem is on my side but I am baffled.   I can send
> to my gmail.com account so things aren't completely FUBAR'ed. :-D
>
> I am trying to send to gcc-testresults using the script which
> invokes Mail.  When I send a full test log or this short test
> message
>
> echo "Testing email" | Mail -s "Test" gcc-testresults@gcc.gnu.org
>
> I see this in  /var/log/maillog
>
> Feb 12 13:55:35 iceland sendmail[16972]: m1CJtZKe016972: 
> to=gcc-testresults@gcc.gnu.org, ctladdr=joel (510/100), delay=00:00:00, 
> xdelay=00:00:00, mailer=relay, pri=30061, relay=[127.0.0.1] [127.0.0.1], 
> dsn=2.0.0, stat=Sent (m1CJtZw5016973 Message accepted for delivery)
> Feb 12 13:56:08 iceland sendmail[16975]: m1CJtZw5016973: 
> to=<gcc-testresults@gcc.gnu.org>, ctladdr=<joel@localhost.localdomain> 
> (510/100), delay=00:00:33, xdelay=00:00:33, mailer=esmtp, pri=120407, 
> relay=gcc.gnu.org. [209.132.176.174], dsn=2.0.0, stat=Sent (Queued! 
> 1202846168 qp 29757 <200802121955.m1CJtZKe016972@localhost.localdomain>)
>
> I am a DHCP'ed laptop running Fedora 8.  Can you see
> what is wrong with my setup from your side?

Your email is being represented as being from "joel@localhost.localdomain" and
is triggering these spamassassin rules: BOTNET,HELO_LH_LD,NO_DNS_FOR_FROM.

You'll have to fix your From address so that it reflects a real email address
and then subscribe that email address to global-allow as per:

http://sourceware.org/lists.html#spam

Although if you had a real DNS and host name that might be enough to fix the
problem.

cgf

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

* Re: posting to gcc-testresults  help
  2008-02-12 23:05 ` Christopher Faylor
@ 2008-02-12 23:31   ` Joel Sherrill
  2008-02-12 23:55     ` Hans-Peter Nilsson
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Sherrill @ 2008-02-12 23:31 UTC (permalink / raw)
  To: overseers, Joel Sherrill

Christopher Faylor wrote:
> On Tue, Feb 12, 2008 at 02:02:22PM -0600, Joel Sherrill wrote:
>   
>> Hi,
>>
>> I am sure the problem is on my side but I am baffled.   I can send
>> to my gmail.com account so things aren't completely FUBAR'ed. :-D
>>
>> I am trying to send to gcc-testresults using the script which
>> invokes Mail.  When I send a full test log or this short test
>> message
>>
>> echo "Testing email" | Mail -s "Test" gcc-testresults@gcc.gnu.org
>>
>> I see this in  /var/log/maillog
>>
>> Feb 12 13:55:35 iceland sendmail[16972]: m1CJtZKe016972:
>> to=gcc-testresults@gcc.gnu.org, ctladdr=joel (510/100), delay=00:00:00,
>> xdelay=00:00:00, mailer=relay, pri=30061, relay=[127.0.0.1] [127.0.0.1],
>> dsn=2.0.0, stat=Sent (m1CJtZw5016973 Message accepted for delivery)
>> Feb 12 13:56:08 iceland sendmail[16975]: m1CJtZw5016973:
>> to=<gcc-testresults@gcc.gnu.org>, ctladdr=<joel@localhost.localdomain>
>> (510/100), delay=00:00:33, xdelay=00:00:33, mailer=esmtp, pri=120407,
>> relay=gcc.gnu.org. [209.132.176.174], dsn=2.0.0, stat=Sent (Queued!
>> 1202846168 qp 29757 <200802121955.m1CJtZKe016972@localhost.localdomain>)
>>
>> I am a DHCP'ed laptop running Fedora 8.  Can you see
>> what is wrong with my setup from your side?
>>     
>
> Your email is being represented as being from "joel@localhost.localdomain" and
> is triggering these spamassassin rules: BOTNET,HELO_LH_LD,NO_DNS_FOR_FROM.
>   
Ok.  I think I have fixed that so the email comes out now
as "joel@iceland.oarcorp.com".  I am Fedora 8 and it looks
like the Mail/mail program does not honor the REPLYTO
environment variable.  I don't see anything on .mailrc
that would help either.

Any ideas?
> You'll have to fix your From address so that it reflects a real email address
> and then subscribe that email address to global-allow as per:
>
>   
joel@iceland.oarcorp.com isn't a valid email address.  I could change
that but would prefer to find a way to make the Reply-To use a valid
email address. <sigh>
> http://sourceware.org/lists.html#spam
>
> Although if you had a real DNS and host name that might be enough to fix the
> problem.
>   
Given that I won't ever run this on a machine directly on the Internet,
I doubt that's really an option.

Thank you. I know you must get tired of the same ignorant questions.

--joel
> cgf
>   


-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985


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

* Re: posting to gcc-testresults  help
  2008-02-12 23:31   ` Joel Sherrill
@ 2008-02-12 23:55     ` Hans-Peter Nilsson
  2008-02-13  7:44       ` Joel Sherrill
  2008-02-13 17:24       ` Joel Sherrill
  0 siblings, 2 replies; 6+ messages in thread
From: Hans-Peter Nilsson @ 2008-02-12 23:55 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: overseers

On Tue, 12 Feb 2008, Joel Sherrill wrote:
> Ok.  I think I have fixed that so the email comes out now
> as "joel@iceland.oarcorp.com".  I am Fedora 8 and it looks
> like the Mail/mail program does not honor the REPLYTO
> environment variable.  I don't see anything on .mailrc
> that would help either.
>
> Any ideas?

Does your ISP (or oarcorp.com or whoever runs that DHCP server)
have a relay you could use, instead of sending directly to the
world?  That's usually the preferred route; the direct
connection from a dynamic address gives the email a high spam
ranking.

(Sorry, I don't know how or where to set that, except I
*guess* the SMART_HOST setting in /etc/mail/sendmail.mc.
Be warned.)

brgds, H-P

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

* Re: posting to gcc-testresults  help
  2008-02-12 23:55     ` Hans-Peter Nilsson
@ 2008-02-13  7:44       ` Joel Sherrill
  2008-02-13 17:24       ` Joel Sherrill
  1 sibling, 0 replies; 6+ messages in thread
From: Joel Sherrill @ 2008-02-13  7:44 UTC (permalink / raw)
  To: Hans-Peter Nilsson; +Cc: overseers

Hans-Peter Nilsson wrote:
> On Tue, 12 Feb 2008, Joel Sherrill wrote:
>   
>> Ok.  I think I have fixed that so the email comes out now
>> as "joel@iceland.oarcorp.com".  I am Fedora 8 and it looks
>> like the Mail/mail program does not honor the REPLYTO
>> environment variable.  I don't see anything on .mailrc
>> that would help either.
>>
>> Any ideas?
>>     
>
> Does your ISP (or oarcorp.com or whoever runs that DHCP server)
> have a relay you could use, instead of sending directly to the
> world?  That's usually the preferred route; the direct
> connection from a dynamic address gives the email a high spam
> ranking.
>
>   
Yes.  This is a new laptop and I don't send mail from
here except for this.  I usually use Thunderbird on a machine
I VPN to.  I was just trying to do the simplest possible thing.
> (Sorry, I don't know how or where to set that, except I
> *guess* the SMART_HOST setting in /etc/mail/sendmail.mc.
> Be warned.)
>   
Yeah.  I started in there this afternoon and rapidly grew
frustrated. :(

I will try again in the morning but that still doesn't
solve the problem that the return address is "joel@iceland..."

--joel
> brgds, H-P
>   


-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985


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

* Re: posting to gcc-testresults  help
  2008-02-12 23:55     ` Hans-Peter Nilsson
  2008-02-13  7:44       ` Joel Sherrill
@ 2008-02-13 17:24       ` Joel Sherrill
  1 sibling, 0 replies; 6+ messages in thread
From: Joel Sherrill @ 2008-02-13 17:24 UTC (permalink / raw)
  To: Hans-Peter Nilsson; +Cc: overseers

Hans-Peter Nilsson wrote:
> On Tue, 12 Feb 2008, Joel Sherrill wrote:
>   
>> Ok.  I think I have fixed that so the email comes out now
>> as "joel@iceland.oarcorp.com".  I am Fedora 8 and it looks
>> like the Mail/mail program does not honor the REPLYTO
>> environment variable.  I don't see anything on .mailrc
>> that would help either.
>>
>> Any ideas?
>>     
>
> Does your ISP (or oarcorp.com or whoever runs that DHCP server)
> have a relay you could use, instead of sending directly to the
> world?  That's usually the preferred route; the direct
> connection from a dynamic address gives the email a high spam
> ranking.
>
> (Sorry, I don't know how or where to set that, except I
> *guess* the SMART_HOST setting in /etc/mail/sendmail.mc.
> Be warned.)
>   
I hacked a solution.  It isn't pretty but I just hacked
test_summary to invoke another mailer and tinkered
until that mailer generated an email that got through.

I have emailed Alexandre Oliva to help make that a real
command line option.  I don't seem to be able to get it
through to the AWK command at the bottom.

The important thing is that results are now posted.

http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00868.html

Thanks.

--joel

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

end of thread, other threads:[~2008-02-13 15:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-12 21:06 posting to gcc-testresults help Joel Sherrill
2008-02-12 23:05 ` Christopher Faylor
2008-02-12 23:31   ` Joel Sherrill
2008-02-12 23:55     ` Hans-Peter Nilsson
2008-02-13  7:44       ` Joel Sherrill
2008-02-13 17:24       ` Joel Sherrill

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 read-only IMAP folder(s) and NNTP newsgroup(s).