Questions tagged [sender-id]

Sender ID is an obsolete protocol derived from SPF developed by Microsoft, which validates one of the message's address header fields defined by RFC 2822. The algorithm aims to select the header field with the e-mail address "responsible" for sending the message. It is not the same as SPF or X-Sender-ID.

Sender ID (defined in RFC 4406) is a protocol derived from (hence the identical syntax), which validates one of the message's address header fields defined by RFC 2822. Which one it validates is selected according to an algorithm called PRA (Purported Responsible Address, RFC 4407). The algorithm aims to select the header field with the e-mail address "responsible" for sending the message.

Since it was derived from SPF, Sender ID can also validate the MAIL FROM. But it defines the new PRA identity to validate, and defines new sender policy record tags that specify whether a policy covers MAIL FROM (called MFROM by Sender ID), PRA, or both.

SPF vs Sender ID

SPF and Sender ID are not the same. They differ in what they validate and what "layer" of the e-mail system they are concerned with. Sender ID is not the latest version of SPF – it is a obsolete and independent experiment. The "spf2.0" tag name is a historical accident. Neither is better because they address different problems. There is controversy because Sender ID is incompatible with existing specifications. Microsoft is aware of the problem and representatives of theirs have stated that they have no plans to fix it. There are practical work-arounds for SPF and Sender ID users.

37 questions
0
votes
1 answer

Change SMS Sender ID in SMS in Twilio?

I want to change my SMS Sender ID Name so User can known about sender. Actually,when i send sms to user.User can see different Id of mine so they confuse about message so i want to set Fix Sender ID so user can know about who can send message in…
Vidhi
  • 96
  • 3
0
votes
0 answers

Change Sender ID in Android GCM

I've deployed an app using an incorrect Project ID as the Sender ID for GCM. I changed it to the correct sender ID. (Note: The old ID is valid, just from the wrong project). But now Google doesn't send back an onRegister() broadcast after calling…
plsch
  • 125
  • 7
0
votes
0 answers

GCM Sender_ID not registering in Australia (getting an error - Invalid_Sender)

Could a GCM registration with a specific sender id get a response "Invalid_Sender" for one country but in another country it would work? I am using a senderID that works in europe and the US but does not work in Australia, how could that be? I tried…
Agent Net
  • 1
  • 1
0
votes
1 answer

Dynamically setting SENDER_ID in GCM

I am trying to set the project sender id dynamically by fetching it from a server but it throws the invalid sender id exception. I am fetching the sender id from server in the base Application class to make sure i get it before the application…
Sayed Jalil Hassan
  • 2,535
  • 7
  • 30
  • 42
0
votes
1 answer

Change UIButton highlight via ID

I've currently got a method that allows the user to press on a button and it sets its state to isSelected = YES, the title of this button is then appended to an NSString. If the user then presses the button again the title is removed from the string…
SmokersCough
  • 967
  • 7
  • 22
-2
votes
1 answer

Building SPF record with existing SenderID in place

I'm evaluating setting up SPF for a domain that already has SenderID. We're considering removing the SenderID record entirely and replacing it with just an SPF record, instead of trying to write a SenderID record that tries to encompass SPF and…
Alex Regan
  • 477
  • 5
  • 16
-3
votes
2 answers

Android phone not displaying SMS sender ID

My Android phone does not show SMS sender ID, for example if one of the friends from my contact list, texts me, my phone will not show the name of the sender (which is saved in my contact list), it just shows the phone number of the sender. But when…
Ebi
  • 93
  • 2
1 2
3