Hi there,
I have strange issue with delivering e-mails from Microsoft account team to my Exchange 2010 users.
That is single Exchange 2010 server scenario with Microsoft antispam features installed.
There is one setting that is affecting behavior of that: Sender-ID filtering. If it is configured as reject messages, the authentication e-mails are rejected with error:5505.7.1Missing purported responsible address,MissingPRA,No valid PRA
I was doing some research around the Sender-ID filter and found this:https://technet.microsoft.com/en-us/library/aa997242(v=exchg.141).aspx pointing to this:
http://www.ietf.org/rfc/rfc4407.txt
(see chapter 2, points 5 and 6)
And Im thinking that the From: header is too long for the filter having 133 characters...
From: =?windows-1250?Q?T=FDm,=20kter=FD=20se=20star=E1=20o=20=FA=E8ty=20Microsoft?= <account-security-noreply@account.microsoft.com>
See https://tools.ietf.org/html/rfc2822 chapter 2.1.1
And if from header is not read properly, there is no other chance to define PRA.
Im attaching the header with some privacy related edits (*)
And also connection to my previos post:
Received: from BAYIDSTOOL3E005 ([65.54.190.61]) by BAY004-OMC1S28.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Wed, 21 Jan 2015 03:50:31 -0800 Message-ID: <BAYIDSTOOL3E00520F196D99DA94912C1D28A480@CEZ.ICE> X-Message-Routing: sKFde7CS5BHygFZaC4gFZWeHmOM+Rjf1iOmv8meDbQqeD+9kHFgbAflrz5UYy6v/Ov/vRliTx0hzi7ScTgwYCoH5DCu2Fahk9R9SdBH5Nsa5oB9Sz/gjNEAPF3tI/C3nFECX7BGzTiSSOg8TKAUbuCEwYGg== Return-Path: account-security-noreply@account.microsoft.com Date: Wed, 21 Jan 2015 03:50:31 -0800 From: =?windows-1250?Q?T=FDm,=20kter=FD=20se=20star=E1=20o=20=FA=E8ty=20Microsoft?= <account-security-noreply@account.microsoft.com> Subject: =?windows-1250?Q?Bezpe=E8nostn=ED=20k=F3d=20=FA=E8tu=20Microsoft?= To: <t*****f@jv*******ms.cz> X-Priority: 3 X-MSAMetaData: Cn0c88Cz0sGsI0Nfm6RO9sA/7VbWGUJeVNx9a4NXy37JI18dwFph0xDWcW8LScCF+MW2Lz28gPZz9dv7HW6EgfszNl0B6YfvjoqD5EXhCIrXhZTYSSbIB1Ix/LTVnuXoQieHLbzlKEn/wPNttCFyHop5rh2n8Sm26X38Eqj+/+Nh4VXFdEZ2I+gyInEElCSMfg== MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------=_Next_Part_0490624281.535" X-OriginalArrivalTime: 21 Jan 2015 11:50:31.0736 (UTC) FILETIME=[757B2B80:01D03570]Do anyone knows the limits of header lines in the Exchange 2010 Antispam Filters?