Sanford, Actually "I think I remember" a specific project using an older version of ASPQMail where I also had to add a message id. I know in later versions of ASPQMail it was unnecessary. As I write this it seems so illogical but I'm pretty certain I had to do it to get the messages past Declude's BADHEADER test. I think it was using one of UUNET's unix mail servers. But it has been a while and a few thousand lines of code.
Terry Fritts Sunday, May 19, 2002 you wrote: >> I believe Imail fixes the missing ID, but I include it anyway for >> completeness' sake. >> >> <CFMAILPARAM NAME="Message-ID" >> VALUE="<#CreateUUID()#@#variables.domainnamehere#>"> SW> Whoa, there! That's breaking the RFC. The Message-ID should be SW> generated by the MTA, not by the MUA. In fact, a preexisting SW> Message-ID is a bad header flag for some anti-spam applications. Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit the Knowledge Base for answers to frequently asked questions: http://www.ipswitch.com/support/IMail/
