Today I sent an email to "some.one@non-existant.domain" as part of our test suite. A subsequent JobDeliveryStatusRequest revealed that this email has been "SENT".
How is this possible when the domain doens't exist?
The following is the result from the JobDeliveryStatusRequest:
<JobDeliveryStatus xmlns="http://ws.easylink.com/JobDeliveryStatus/2011/01">
<JobId>
<XDN>flusme</XDN>
<MRN>957615</MRN>
</JobId>
<RecStatus code="0">LAST_IN_XDN_NO_MORE</RecStatus>
<JobData>
<JobId>
<XDN>flusme</XDN>
<MRN>957615</MRN>
</JobId>
<BillingCode>2012-09-19_21:37:37</BillingCode>
<CustomerReference>2012-09-19_21:37:37</CustomerReference>
<DeliveryPriority>express</DeliveryPriority>
<EntryTime>2012-09-19T11:38:26.000Z</EntryTime>
<ExpirationTime>2012-09-20T11:38:26.000Z</ExpirationTime>
<Subject>Testing 2012-09-19 21:37:38</Subject>
<UserId>T2/xxxxxxxxxx</UserId>
<PostedTime>2012-09-19T11:39:00.000Z</PostedTime>
<JobState>Delivered</JobState>
<JobState>Posted</JobState>
<DestinationCount>1</DestinationCount>
<ServiceType>MR</ServiceType>
<JobFlags>8194</JobFlags>
<EmailFrom>xxxxxxxxxx</EmailFrom>
<Class>p2p</Class>
<CharacterSet>ISO-8859-1</CharacterSet>
<RetryAlgorithm>2000</RetryAlgorithm>
<DeliveryGroup type="Normal">
<DeliveryGroupId>2</DeliveryGroupId>
<AttachmentInfo attachmentNum="1">
<FileName>test.png</FileName>
<Size>10524</Size>
<AttachmentFlags>pull</AttachmentFlags>
<AttachmentFlags>trackable</AttachmentFlags>
<AttachmentFlags>image</AttachmentFlags>
<Security>none</Security>
<ContentType>image/png</ContentType>
<TotalPulls>0</TotalPulls>
<DistinctPulls>0</DistinctPulls>
</AttachmentInfo>
<DeliveryDetail xqn="1">
<Ref>2012-09-19_21:37:37</Ref>
<Destination type="internet">some.one@non-existent.domain</Destination>
<State code="7">Sent</State>
<PrimeAlt>0</PrimeAlt>
<ListId liststore="MR" ownership="user">adhoc</ListId>
<FirstAttemptTime>2012-09-19T11:39:17.000Z</FirstAttemptTime>
<LastAttemptTime>2012-09-19T11:39:17.000Z</LastAttemptTime>
<Attempts>1</Attempts>
<RawDeliveryUnits unit="bytes">1725</RawDeliveryUnits>
<RawCumulativeUnits unit="bytes">1</RawCumulativeUnits>
<LocalizedDestination type="internet">some.one@non-existent.domain</LocalizedDestination>
</DeliveryDetail>
</DeliveryGroup>
</JobData>
</JobDeliveryStatus>