It seems that the Domino 8 server creates for incoming mails (e.g. those generated by SMTP) a $Created field. The value of the $Created field seems to be set to the PostedDate of the mail (wich e.g. spammer can easily fake).
This behavior seems to be new to Domino 8. Domino 7.0.2 seems not to create a $Created field by default. What was the reason for this change?
The date returned by @created seems to be the date stored in $Created if such a field is available otherwise the date when the note was created in the database (this date is stored in the unid of the note) is returned. Is this correct?
The problem is that the query for the creation date (@created) of a mail document now behaves different for Domino 7 and 8. For Domino 7 the date when the document was created in the database is returned whereas for domino 8 the PosteDate is returned.
Any thoughts, comments?
Regards,
Reinhold