Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] no message-id field in header
@ 2007-06-12 18:20 Ian Taylor
  2007-06-13  0:07 ` William Morgan
  0 siblings, 1 reply; 7+ messages in thread
From: Ian Taylor @ 2007-06-12 18:20 UTC (permalink / raw)


When doing...

sup-sync -c

...I see lots of messages about ignoring erroneous messages missing the
message-id field.

These messages are the same that seem to be ignored by sup.

I really like sup, but I can't rely on it right now because of this. I'm
using latest subversion.



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

* [sup-talk] no message-id field in header
  2007-06-12 18:20 [sup-talk] no message-id field in header Ian Taylor
@ 2007-06-13  0:07 ` William Morgan
  2007-06-13  0:42   ` Brian
  0 siblings, 1 reply; 7+ messages in thread
From: William Morgan @ 2007-06-13  0:07 UTC (permalink / raw)


Excerpts from Ian Taylor's message of Tue Jun 12 11:20:13 -0700 2007:
> When doing...
> 
> sup-sync -c
> 
> ...I see lots of messages about ignoring erroneous messages missing the
> message-id field.

Do these messages have message id headers? If so, can you send a few my
way so I can see why Sup is discarding them?


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

* [sup-talk] no message-id field in header
  2007-06-13  0:07 ` William Morgan
@ 2007-06-13  0:42   ` Brian
  2007-06-13  2:08     ` Ian Taylor
  2007-06-13  2:11     ` William Morgan
  0 siblings, 2 replies; 7+ messages in thread
From: Brian @ 2007-06-13  0:42 UTC (permalink / raw)


Excerpts from William Morgan's message of Tue Jun 12 19:07:15 -0500 2007:
> Excerpts from Ian Taylor's message of Tue Jun 12 11:20:13 -0700 2007:
> > When doing...
> > 
> > sup-sync -c
> > 
> > ...I see lots of messages about ignoring erroneous messages missing the
> > message-id field.
> 
> Do these messages have message id headers? If so, can you send a few my
> way so I can see why Sup is discarding them?

I'm seeing this too. Here's one:

[Tue Jun 12 16:38:42 -0500 2007] ignoring erroneous message at
imaps://localhost:9930/INBOX#11787508680015216: no message-id field in
header {"Subject"=>"Your Order with Amazon.com", "date"=>"Wed, 09 May
2007 15:47:20 -0700", "from"=>"\"auto-confirm at amazon.com\"
<auto-confirm at amazon.com>", "From"=>"\"auto-confirm at amazon.com\"
<auto-confirm at amazon.com>", "to"=>"bsl04 at uark.edu", "subject"=>"Your
Order with Amazon.com", "To"=>"bsl04 at uark.edu", "Date"=>"Wed, 09 May
2007 15:47:20 -0700"} (source imaps://localhost:9930/INBOX offset
11787508680015216)

Not sure if this is trustworthy, but when I look at this particular
message through the uark.edu web interface, it does seem to have a
message ID: <".AAA-notification-29733,6108.1181379197"@na-rte-app-1104.vdc.amazon.com>

This no message-id thing is kind of insidious because it seems to make
sup ignore stuff sent by programs. Like I'm not getting stuff from
Amazon or various JIRAs.



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

* [sup-talk] no message-id field in header
  2007-06-13  0:42   ` Brian
@ 2007-06-13  2:08     ` Ian Taylor
  2007-06-13  2:11     ` William Morgan
  1 sibling, 0 replies; 7+ messages in thread
From: Ian Taylor @ 2007-06-13  2:08 UTC (permalink / raw)


Excerpts from Brian Lewis's message of Tue Jun 12 20:42:12 -0400 2007:
> Excerpts from William Morgan's message of Tue Jun 12 19:07:15 -0500 2007:
> > Excerpts from Ian Taylor's message of Tue Jun 12 11:20:13 -0700 2007:
> > > When doing...
> > > 
> > > sup-sync -c
> > > 
> > > ...I see lots of messages about ignoring erroneous messages missing the
> > > message-id field.
> > 
> > Do these messages have message id headers? If so, can you send a few my
> > way so I can see why Sup is discarding them?
> 
> I'm seeing this too. Here's one:
> 
> [Tue Jun 12 16:38:42 -0500 2007] ignoring erroneous message at
> imaps://localhost:9930/INBOX#11787508680015216: no message-id field in
> header {"Subject"=>"Your Order with Amazon.com", "date"=>"Wed, 09 May
> 2007 15:47:20 -0700", "from"=>"\"auto-confirm at amazon.com\"
> <auto-confirm at amazon.com>", "From"=>"\"auto-confirm at amazon.com\"
> <auto-confirm at amazon.com>", "to"=>"bsl04 at uark.edu", "subject"=>"Your
> Order with Amazon.com", "To"=>"bsl04 at uark.edu", "Date"=>"Wed, 09 May
> 2007 15:47:20 -0700"} (source imaps://localhost:9930/INBOX offset
> 11787508680015216)
> 
> Not sure if this is trustworthy, but when I look at this particular
> message through the uark.edu web interface, it does seem to have a
> message ID:
> <".AAA-notification-29733,6108.1181379197"@na-rte-app-1104.vdc.amazon.com>
> 
> This no message-id thing is kind of insidious because it seems to make
> sup ignore stuff sent by programs. Like I'm not getting stuff from
> Amazon or various JIRAs.
> 

Here are some message-ids from a few mails that sup ignored:

Message-id: <".AAA-notification-15376,5453.1181656853"@na-rte-app-5104.iad5.amazon.com>

Message-id: <OFA8E773D2.72645C9A-ON002572F8.003CC9EA-002572F8.003CC9EA at siminn.is>

Message-id: <90565466.1181263346638.JavaMail.j2ee at atlassian01.managed.contegix.com>



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

* [sup-talk] no message-id field in header
  2007-06-13  0:42   ` Brian
  2007-06-13  2:08     ` Ian Taylor
@ 2007-06-13  2:11     ` William Morgan
  2007-06-13  2:32       ` Brian
  1 sibling, 1 reply; 7+ messages in thread
From: William Morgan @ 2007-06-13  2:11 UTC (permalink / raw)


Excerpts from brian's message of Tue Jun 12 17:42:12 -0700 2007:
> Not sure if this is trustworthy, but when I look at this particular
> message through the uark.edu web interface, it does seem to have a
> message ID:
> <".AAA-notification-29733,6108.1181379197"@na-rte-app-1104.vdc.amazon.com>

Do you mind sending me the full headers for this message?

-- 
William <wmorgan-sup at masanjin.net>


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

* [sup-talk] no message-id field in header
  2007-06-13  2:11     ` William Morgan
@ 2007-06-13  2:32       ` Brian
  2007-06-13 18:04         ` William Morgan
  0 siblings, 1 reply; 7+ messages in thread
From: Brian @ 2007-06-13  2:32 UTC (permalink / raw)


Excerpts from William Morgan's message of Tue Jun 12 21:11:40 -0500 2007:
> Excerpts from brian's message of Tue Jun 12 17:42:12 -0700 2007:
> > Not sure if this is trustworthy, but when I look at this particular
> > message through the uark.edu web interface, it does seem to have a
> > message ID:
> > <".AAA-notification-29733,6108.1181379197"@na-rte-app-1104.vdc.amazon.com>
> 
> Do you mind sending me the full headers for this message?

Pasted from pine. Please let me know if I need to do it some other way.
Thank you.

Return-path: <RealTimeEmail+USRT--4ZZAM0N3t2 at bounces.amazon.com>
Received: from mx1.uark.edu (mx1.uark.edu [130.184.5.58])
 by mailhost.uark.edu (Sun Java System Messaging Server 6.2-6.01 (built Apr  3
 2006)) with ESMTPS id <0JJD00LLQ21BO800 at mailhost.uark.edu> for bsl04 at uark.edu;
 Sat, 09 Jun 2007 03:53:35 -0500 (CDT)
Received: from mm-notify-out-1104.amazon.com
 (mm-notify-out-1104.amazon.com [207.171.164.46])
        by mx1.uark.edu (8.13.8/8.13.8) with ESMTP id l598rUg6012679    for
 <bsl04 at uark.edu>; Sat, 09 Jun 2007 03:53:30 -0500
Received: from na-rte-app-1104.vdc.amazon.com ([10.144.96.41])
 by mm-notify-out-1104.amazon.com with ESMTP; Sat, 09 Jun 2007 01:53:21 -0700
Received: by na-rte-app-1104.vdc.amazon.com     id AAA-notification-29733,
 6108; Sat, 09 Jun 2007 01:53:17 -0700
Date: Sat, 09 Jun 2007 01:53:17 -0700
From: "auto-confirm@amazon.com" <auto-confirm at amazon.com>
Subject: Your Order with Amazon.com
To: bsl04 at uark.edu
Message-id:
 <".AAA-notification-29733,6108.1181379197"@na-rte-app-1104.vdc.amazon.com>
MIME-version: 1.0
Content-type: Multipart/Alternative; boundary=MuLtIpArT_BoUnDaRy
Bounces-to: RealTimeEmail+USRT--4ZZAM0N3t2 at bounces.amazon.com
X-AMAZON-TRACK: notification
X-AMAZON-MAIL-RELAY-TYPE: notification
X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604,
 Antispam-Data: 2007.6.9.12956
Original-recipient: rfc822;bsl04 at uark.edu
X-Perlmx-Spam: Gauge=IIIIIIIII, Probability=9%, Report='PHISH_SUBJ_LOW 0.5,
 __C230066_P5 0, __CP_NAME_BODY 0, __CP_URI_IN_BODY 0, __CT 0,
 __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_ALT 0,
 __FRAUD_419_REFNUM 0, __HAS_MSGID 0, __MIME_CHARSET_FARAWAY 0, __MIME_HTML 0,
 __MIME_VERSION 0, __PHISH_FROM 0, __PHISH_FROM1 0, __PHISH_FROM_A 0,
 __PHISH_PHRASE7 0, __PHISH_SUBJ_PHRASE4 0, __SANE_MSGID 0, __STOCK_PHRASE_7 0,
 __TAG_EXISTS_HTML 0, __dnsbl.njabl.org_TIMEOUT '



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

* [sup-talk] no message-id field in header
  2007-06-13  2:32       ` Brian
@ 2007-06-13 18:04         ` William Morgan
  0 siblings, 0 replies; 7+ messages in thread
From: William Morgan @ 2007-06-13 18:04 UTC (permalink / raw)


Excerpts from brian's message of Tue Jun 12 19:32:21 -0700 2007:
> Excerpts from William Morgan's message of Tue Jun 12 21:11:40 -0500 2007:
> > Excerpts from brian's message of Tue Jun 12 17:42:12 -0700 2007:
> > > Not sure if this is trustworthy, but when I look at this particular
> > > message through the uark.edu web interface, it does seem to have a
> > > message ID:
> > > <".AAA-notification-29733,6108.1181379197"@na-rte-app-1104.vdc.amazon.com>
> > 
> > Do you mind sending me the full headers for this message?
> 
> Pasted from pine. Please let me know if I need to do it some other way.

Ok, svn update and see if that fixes it.


-- 
William <wmorgan-sup at masanjin.net>


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

end of thread, other threads:[~2007-06-13 18:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-12 18:20 [sup-talk] no message-id field in header Ian Taylor
2007-06-13  0:07 ` William Morgan
2007-06-13  0:42   ` Brian
2007-06-13  2:08     ` Ian Taylor
2007-06-13  2:11     ` William Morgan
2007-06-13  2:32       ` Brian
2007-06-13 18:04         ` William Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox