If that's the only case where DKIM sigs happen, then please don't close the issue, because this is a weird edge case that doesn't really matter. (Sometimes I think google has some bizarre ideas about how their services are used.)
The case that matters is when the server is sending an administrative email, and we'd like the headers there to reduce the probability of those emails being tagged as spam. In most cases, nobody at all will be signed in. These emails might be coming from a cron, or they might be happening as part of a registration process. -Joshua On Feb 21, 2012, at 2:22 PM, Marzia Niccolai wrote: > As an example, Let's say your application is installed on a Google Apps > domain, eg 'googlemanageddomain.com' and a user accesses your app at > 'app.googlemanageddomain.com' and signs in as '[email protected]'. > > When your application sends mail from '[email protected]', it will > be DKIM signed on the googlemanageddomain.com domain. If the user accesses > your app viaapp.appspot.com, the mail will not be DKIM signed because the > domain of the request does not match the domain of the signed-in user > > -Marzia > > On Mon, Feb 20, 2012 at 11:07 AM, Joakim <[email protected]> wrote: > I too would like some clarification on what that part of the sentence > is means in practice. > > On Feb 20, 7:48 pm, pdknsk <[email protected]> wrote: > > I have a question about this particular part: "which are sent from a > > request originating from the same domain". > > > > When I put a task (to send mail) on url="/mail/" it runs on > > domain.appspot.com by default. Do I have to use url="http://domain.com/ > > mail/" then, or is this mapped automatically? Maybe I'm > > misunderstanding this. > > -- > 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. > > > > -- > 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. -- 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.
