Neil Rieck wrote:
> I really think it has something to do with SPAM detection at one
> company (although no one will admit to making any changes).
>
> Here is what was going on in my case. Within one minute, my system
> sent three different emails to three different technicians telling
> them to report to the safety coordinator. The DESTINATION and SUBJECT
> were unique but the BODYs were identical ("Safety Alert. Please call
> 1-800-xxx-xxxx ASAP"). According to our logs, all three messages were
> accepted by the SMTP server but only the first one makes it all the
> way to the field employee's cellphone. The other two are never
> delivered (at least according to the employees).
>
> Anyway, I seem to have solved the problem (at least for now) by
> inserting a GUID into both the email header like this:
>
> Message-ID: <
EC346946-7651-E111...@www.bellics.com>
>
> as well as appending a different GUID onto the message body like this:
>
> (CODE:7DC26846-7651-E111-B9E2-00062B0160A2)
Yes, but those do not seem to make messages less likely, from a
recipient's point of view, to be spam, although you might imagine
filtering software docking you in some spam rating scheme for
missing certain standard headers.
> ###
>
> Now here is what is worrying me. For some reason I can't understand,
> Microsoft Exchange servers (with an open SMTP port) seem to be popping
> up all around me. Email coming to me from various directions many
> times contain two new (to me) tags which are: x-cr-puzzleid: and x-
> cr-hashed-puzzle:.
>
> see:
http://msdn.microsoft.com/en-us/library/cc433493(v=exchg.80).aspx
> which contains a link to the very weirdly named file "[MS-
> OXPSVAL].pdf"
Organized in a way that is difficult to read, but it looks as if the
idea is to use a variant of SHA-1 (sosha1) on a collection of fields
derived from the message headers, and possibly from the message itself.
Surprising how little it is discussed outside Microsoft or Microsoft
Outlook discussion groups, even though they have made the specifications
public and, apparently, removed any intellectual property rights
restrictions. From what I can gather, if you enabled the option in
Outlook 2007 (and had applied appropriate patches to earlier versions),
it would automatically add the x-cr-puzzleid and x-cr-hashedpuzzle
headers to any message it considered might not pass spam filters
at the receiving end. This was billed as making spam filtering more
robust with regard to false positives.
Without more evidence, including a diagram of the path the mail
uses to get to the pager operator and the results of a few simple
tests you could try, I am not convinced that those headers really
have much to do with your problem, but perhaps your message format
looks like spam and tinkering with it, or adding these headers,
solves that.
Here at EISNER, out of hundreds of emails I have filed away since
2008, only three have these headers and they all come from the
same sender at
chase.com . I see that of all the messages I
have saved away on my VMS system at work, only a few dozen have
the headers, and these are all messages going to a large
distribution list - both messages received and sent, presumably
all sent via Outlook.
George