microtan / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

Processed MDN's fail NIST validation for Message-ID and Date formats #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Send a message from NIST to Direct Project Gateway with auto notification 
turned on.

What is the expected output? What do you see instead?
Expect to pass the test.
Instead Processed MDN's fail Message-ID format and Data format.

Here is an example of a failing Date and passing date;
Notice the colon in the date offset below.
Fail: 18 Feb 2013 14:38:30 -08:00
Good: 18 Feb 2013 14:38:30 -0800

Here is an example of a failing and passing Message-Id 
Notice the <uniqueString@FromDomain> pattern.
Fail: dbf3d167-bc73-4979-a356-a464777bee97
Good: <dbf3d167-bc73-4979-a356-a464777bee97@FromDomain>

Original issue reported on code.google.com by joeshook@gmail.com on 19 Feb 2013 at 6:38

GoogleCodeExporter commented 9 years ago
Fixed in release 1.2.0.1

Original comment by joeshook@gmail.com on 19 Feb 2013 at 6:39