> I actually solved the problem on my own, thanks to the bad header lookup > tool on declude's website. It turns out that JMail doesn't add a > Message-ID header to the email and technically you're supposed to have one. > It also doesn't help that JMail encodes header strings according to iso-8859-1 > character sets. I solved the problem by adding two commands to my asp
> code: > Message.ISOEncodeHeaders = False > Message.AddNativeHeader "Message-ID", "<" & Rnd & "@my-domain-name.com>" > Once I did that declude passed the message on through without > tagging it as spam. It only took me till 3:30am to figure this out. This is great, thank you for sharing this with everyone. I'm sure this information will be helpful to those using JMAIL. Regards, Tom Image`fx 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/
