If you're sure it isn't some type of code issue on your end, you might
file an issue:
  
http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue



Robert






On Sat, Aug 6, 2011 at 00:24, hoamon <[email protected]> wrote:
> When i use google.appengine.api.mail to send a mail, the gmail's reciepent
> only get the mail one time, but the recipients of yahoo.com.tw,
> mail2000.com.tw, msa.hinet.net will get the same mail twice.
> below is the mail header of mail2000 reciepent:
>
> first one:
> =======================================================
> X-M2K-MATCHED-RULE: SPAM_FILTER-MILO
> Received: from 203.69.82.35
> by m0.mail2000.com.tw with Mail2000 ESMTP Server V3.20M(10559:0:AUTH_NONE)
> (envelope-from
> <37b4xtg0jbwuelr-hqcbph-yfjpdlo.frpndqwxpdlofddd.frp...@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com>);
> Thu, 28 Jul 2011 16:33:50 +0800 (CST)
> Return-Path:
> <37b4xtg0jbwuelr-hqcbph-yfjpdlo.frpndqwxpdlofddd.frp...@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com>
> X-M2KSPAM: YES/100
> Received: from 209.85.210.199
> by mx3.mail2000.com.tw with Mail2000 ESMTP Server V4.00M(46877:8:AUTH_NONE)
> (envelope-from
> <37b4xtg0jbwuelr-hqcbph-yfjpdlo.frpndqwxpdlofddd.frp...@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com>);
> Thu, 28 Jul 2011 16:33:50 +0800 (CST)
> Return-Path:
> <37b4xtg0jbwuelr-hqcbph-yfjpdlo.frpndqwxpdlofddd.frp...@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com>
> X-M2KPolicyIP: 209.85.210.199 (mail-iy0-f199.google.com)
> Received: by iyb14 with SMTP id 14so6371158iyb.2
>         for <[email protected]>; Thu, 28 Jul 2011 01:33:48 -0700 (PDT)
> MIME-Version: 1.0
> Received: by 10.43.133.6 with SMTP id hw6mr299840icc.84.1311842028539; Thu,
> 28
>  Jul 2011 01:33:48 -0700 (PDT)
> X-Google-Appengine-App-Id: bio-enzyme-v2
> Message-ID: <[email protected]>
> Date: Thu, 28 Jul 2011 08:33:48 +0000
> Subject: =?Big5?B?KiCmuaywtPq41atIoUGko6/gqPqu+K1xvlwgKiBbuvGkaqZh?=
> =?Big5?B?sKOv5KT9XbCose2kQKhSr3Wquq/gsWGoq6nSprO30LRvttyhSA==?=
> From: [email protected]
> To: [email protected], [email protected]
> Content-Type: multipart/alternative; boundary=20cf307f32fc1cd16e04a91d066c
> <<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> second one:
>
> X-M2K-MATCHED-RULE: SPAM_FILTER-MILO
> Received: from 203.69.82.35
> by m0.mail2000.com.tw with Mail2000 ESMTP Server V3.20M(10558:0:AUTH_NONE)
> (envelope-from
> <37b4xtg0jbwuelr-hqcbph-yfjpdlo.frpndqwxpdlofddd.frp...@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com>);
> Thu, 28 Jul 2011 16:33:50 +0800 (CST)
> Return-Path:
> <37b4xtg0jbwuelr-hqcbph-yfjpdlo.frpndqwxpdlofddd.frp...@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com>
> X-M2KSPAM: YES/100
> Received: from 209.85.210.200
> by mx3.mail2000.com.tw with Mail2000 ESMTP Server V4.00M(46877:9:AUTH_NONE)
> (envelope-from
> <37b4xtg0jbwuelr-hqcbph-yfjpdlo.frpndqwxpdlofddd.frp...@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com>);
> Thu, 28 Jul 2011 16:33:50 +0800 (CST)
> Return-Path:
> <37b4xtg0jbwuelr-hqcbph-yfjpdlo.frpndqwxpdlofddd.frp...@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com>
> X-M2KPolicyIP: 209.85.210.200 (mail-iy0-f200.google.com)
> Received: by iyi20 with SMTP id 20so7132282iyi.3
>         for <[email protected]>; Thu, 28 Jul 2011 01:33:48 -0700 (PDT)
> MIME-Version: 1.0
> Received: by 10.43.133.6 with SMTP id hw6mr299840icc.84.1311842028539; Thu,
> 28
>  Jul 2011 01:33:48 -0700 (PDT)
> X-Google-Appengine-App-Id: bio-enzyme-v2
> Message-ID: <[email protected]>
> Date: Thu, 28 Jul 2011 08:33:48 +0000
> Subject: =?Big5?B?KiCmuaywtPq41atIoUGko6/gqPqu+K1xvlwgKiBbuvGkaqZh?=
> =?Big5?B?sKOv5KT9XbCose2kQKhSr3Wquq/gsWGoq6nSprO30LRvttyhSA==?=
> From: [email protected]
> To: [email protected], [email protected]
> Content-Type: multipart/alternative; boundary=20cf307f32fc1cd16e04a91d066c
>
>
>
> We can see the same mail ID <[email protected]>, but
> the different IP of received server (209.85.210.200,209.85.210.199).
> Because this problem happens on recipients of mail2000, yahoo and hinet, so
> i think that is google mail configuration problem. My application ID:
> bio-enzyme-v2.
> Thank you for your patience.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/hfhMwVdKmUAJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to