<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Spam Filter ISP Forums : can spamfilter, if not configured properly, pass HTML as plain text?</title>
  <link>https://www.logsat.com/spamfilter/forums/</link>
  <description><![CDATA[This is an XML content feed of; Spam Filter ISP Forums : Spam Filter ISP Support : can spamfilter, if not configured properly, pass HTML as plain text?]]></description>
  <pubDate>Mon, 13 Apr 2026 17:06:07 +0000</pubDate>
  <lastBuildDate>Wed, 11 Feb 2004 00:11:00 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.logsat.com/spamfilter/forums/RSS_post_feed.asp?TID=2838</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Spam Filter ISP Forums]]></title>
   <url>https://www.logsat.com/spamfilter/forums/forum_images/web_wiz_forums.png</url>
   <link>https://www.logsat.com/spamfilter/forums/</link>
  </image>
  <item>
   <title><![CDATA[can spamfilter, if not configured properly, pass HTML as plain text? : Eddo, SBC is also re-arranging...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2931&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2931</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 2838<br /><strong>Posted:</strong> 11 February 2004 at 12:11am<br /><br /><P>Eddo,</P><P>SBC is also re-arranging the headers in an unusual way, so you can't really tell how your mailer sends them out by sending the email to SBC.</P><P>You should really send the test email either to a "good" ISP who handles mail correctly, or you could even configure the web mailer to send <EM>you</EM> the email. You'll need an SMTP server running on your PC that will provide SMTP traces of the commands sent. You could also use SpamFilter which does provide some extra debugging tracing on screen so you can follow the commands.</P><P>From your post, I'd re-arrange your headers as follows:</P><P>Return-Path: &lt;xxxxx@xxxxxxx.net&gt;<BR>From: "Xxxxxxx Xxxxx" &lt;xxxxx@xxxxxxx.net&gt;<BR>Reply-To: <A HREF="mailto:xxxxx@xxxxxxx.net" CLASS="ASPForums" TITLE="WARNING: URL created by poster. &#145;mailto:xxxxx@xxxxxxx.net&#10;WARNING: URL&#13;&#10;created by poster. &#146;">xxxxx@xxxxxxx.net</A><BR>MIME-Version: 1.0<BR>Content-type: text/html; charset=iso-8859-1<BR>X-Mailer: PHP/4.3.2 </P><P>but can't tell if that'll make a difference...</P><P>Roberto F.<BR>LogSat Software</P>]]>
   </description>
   <pubDate>Wed, 11 Feb 2004 00:11:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2931&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2931</guid>
  </item> 
  <item>
   <title><![CDATA[can spamfilter, if not configured properly, pass HTML as plain text? : Roberto, How can I know EXACTLY...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2917&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 2838<br /><strong>Posted:</strong> 10 February 2004 at 1:27am<br /><br /><P>Roberto,</P><P>How can I know EXACTLY what my headers looked like, if what you imply is true, i.e., that ISP processing can change them all around? I am doing the coding on this PHP-driven website. I can tell you that my webhost uses QMAIL for mail processing, and that I code the following as 'additional headers' when I call the php function mail() (xxx's cover addresses for privacy):</P><P>MIME-Version: 1.0<BR>Return-Path: &lt;xxxxx@xxxxxxx.net&gt;<BR>Content-type: text/html; charset=iso-8859-1<BR>From: "Xxxxxxx Xxxxx" &lt;xxxxx@xxxxxxx.net&gt;<BR>Reply-To: <A HREF="mailto:xxxxx@xxxxxxx.net" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">xxxxx@xxxxxxx.net</A><BR>X-Mailer: PHP/4.3.2 </P><P>Emails are sent to QMAIL via PHP's mail() function, which looks like:</P><P>&nbsp;&nbsp;&nbsp;&nbsp; mail(email_address, subject, bodytext, additional_headers)</P><P>Qmail generates the To: and Subject: header lines from the passed arguments (along with the Date header, etc). Note that a characteristic of Qmail is that I can't put my own To: header line in the 'additional_heaaders - if I do, the email gets sent twice!</P><P>I can then give you the headers as I receive them from my ISP (SBC, which has no problems at all with RFC822 compliancy):</P><P>X-Apparently-To: xxxxxxx<A HREF="mailto:xxxxxxx@xxxxxxxxx.net" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxxxx.net</A> via web80507.mail.yahoo.com; Mon, 09 Feb 2004 22:01:49 -0800<BR>Return-Path: &lt;xxxxx<A HREF="mailto:xxxxx@xxxxxxx.net" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxx.net</A>&gt;<BR>Received: from vmc-ext.prodigy.net (207.115.63.88)<BR>&nbsp; by mta820.mail.sc5.yahoo.com with SMTP; Mon, 09 Feb 2004 22:01:49 -0800<BR>X-Originating-IP: &#091;66.235.192.173&#093;<BR>Received: from hostXXX.ipowerweb.com (hostXXX.ipowerweb.com &#091;66.235.192.173&#093;)<BR>&nbsp;by vmc-ext.prodigy.net (8.12.10/8.12.10) with SMTP id i1A61l0x045636<BR>&nbsp;for &lt;xxxxxxx<A HREF="mailto:xxxxxxx@xxxxxxxxx.xxx" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxxxx.xxx</A>&gt;; Tue, 10 Feb 2004 01:01:48 -0500<BR>Received: (qmail 91267 invoked by uid 80); 10 Feb 2004 05:55:28 -0000<BR>Date: 10 Feb 2004 05:55:28 -0000<BR>Message-ID: &lt;<A HREF="mailto:20040210055528.91266.qmail@hostXXX.ipowerweb.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">20040210055528.91266.qmail@hostXXX.ipowerweb.com</A>&gt;<BR>To: xxxxxxx<A HREF="mailto:xxxxxxx@xxxxxxxxx.net" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxxxx.net</A><BR>Subject: Wednesday, February 4, 2004<BR>MIME-Version: 1.0<BR>Content-type: text/html; charset=iso-8859-1<BR>From: "Xxxxxxx Xxxxxx" &lt;xxxxx<A HREF="mailto:xxxxx@xxxxxxx.net" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxx.net</A>&gt;<BR>Reply-To: xxxxx<A HREF="mailto:xxxxx@xxxxxxx.net" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxx.net</A><BR>X-Mailer: PHP/4.3.2</P><P>Note that the "Return-Path:" header isn't where I had it at all in my 'additional headers' as passed to the mail() function - that's why I say I can't be SURE exactly how my headers look when they are emailed by my webhost. Still, nothing I can see looks non-compliant to RFC822.</P><P>This ISP I'm dealing with is SUPER anal-retentive as far as how it screens emails, by the way. Several months back they were bouncing any email that had the string 'yahoo.com' in the headers as 'spam'. My ISP is SBC, which happens to use yahoo.com mail as their mail processor, and thus 1000's of people automatically became 'spammers' in the eyes of this ISP. I sent them headers when requested but got no response from them at all. After a repeat of no response a week later, I just gave up. Now they've gotten wise because my personal email through them is no longer being bounced as spam. Sigh.</P><P>And thanks a lot, Roberto, for staying with this, even though we're pretty far past the point where your LogSat software has anything to do with this. By the way, I will be telling these jerks that LogSat would appreciate it if they start using a licensed version of your software!</P><P>-eddo</P>]]>
   </description>
   <pubDate>Tue, 10 Feb 2004 01:27:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2917&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2917</guid>
  </item> 
  <item>
   <title><![CDATA[can spamfilter, if not configured properly, pass HTML as plain text? : Eddo, That we could only tell...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2912&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 2838<br /><strong>Posted:</strong> 09 February 2004 at 11:25pm<br /><br /><P>Eddo,</P><P>That we could only tell by looking at <EM>your</EM> original, unmodified, headers...</P><P>Roberto F.<BR>LogSat Software</P>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 23:25:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2912&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2912</guid>
  </item> 
  <item>
   <title><![CDATA[can spamfilter, if not configured properly, pass HTML as plain text? : I&amp;#039;m sure you got it, Roberto...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2897&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 2838<br /><strong>Posted:</strong> 09 February 2004 at 12:43am<br /><br />I'm sure you got it, Roberto - thanks a lot. The blank line following the 'X-Fix' line output by NTMail was indeed there in the full message source as I examined it in its 'received' state. I have emailed her ISP about this. I still don't know why their NTMail kicked in thinking it needed to 'fix' my headers - is the fact that the 'X-Fix:' line immediately follows <EM>their</EM> "From:" header line an indication that I had something not kosher with my from header line? NOTE: the "From: " header line it follows is NOT my "From" header line, which occurred after (immediately after, not after a blank line as you see it was delivered) the Content-type: line.]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 00:43:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2897&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2897</guid>
  </item> 
  <item>
   <title><![CDATA[can spamfilter, if not configured properly, pass HTML as plain text? : Eddo, In &amp;#034;plain english&amp;#034;,...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2895&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2895</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 2838<br /><strong>Posted:</strong> 09 February 2004 at 12:25am<br /><br /><P>Eddo,</P><P>In "plain english", rather than in complicated RFC language, I believe the problem is the following.</P><P>In an email, all of the headers are sent in sequence, one after the other. As soon as there is an empty line, the the headers stop and the email body begins. If you copied/pasted the msg correctly, (and if our forum ASP code did not mess up your formatting), then you entered the following:</P><P><FONT face="Times New Roman, serif" size=1>Subject: Wednesday, January 21st, 2004<BR>MIME-Version: 1.0<BR>From: xxxxx</FONT><A HREF="mailto:xxxxx@xxxxxxx.xxx" CLASS="ASPForums" TITLE="WARNING: URL created by poster. &#145;mailto:xxxxx@xxxxxxx.xxx&#10;WARNING: URL&#13;&#10;created by poster. &#146;"><FONT face="Times New Roman, serif" size=1>@xxxxxxx.xxx</FONT></A><BR><FONT face="Times New Roman, serif" size=1>X-Fix: NTMail fixed non RFC822 compliant EMail message<BR><BR>Content-type: text/html; charset=iso-8859-1<BR><BR>From: "xxxxxxx xxxxxx" &lt;xxxxx</FONT><A HREF="mailto:xxxxx@xxxxxxx.xxx" CLASS="ASPForums" TITLE="WARNING: URL created by poster. &#145;mailto:xxxxx@xxxxxxx.xxx&#10;WARNING: URL&#13;&#10;created by poster. &#146;"><FONT face="Times New Roman, serif" size=1>@xxxxxxx.xxx</FONT></A><FONT face="Times New Roman, serif" size=1>&gt;<BR>Reply-To: xxxxx</FONT><A HREF="mailto:xxxxx@xxxxxxx.xxx" CLASS="ASPForums" TITLE="WARNING: URL created by poster. &#145;mailto:xxxxx@xxxxxxx.xxx&#10;WARNING: URL&#13;&#10;created by poster. &#146;"><FONT face="Times New Roman, serif" size=1>@xxxxxxx.xxx</FONT></A><BR><FONT face="Times New Roman, serif" size=1>X-Mailer: PHP/4.3.2<BR><BR>X-Server: LogSat Software SMTP Server - Unlicensed Evaluation Copy<BR><BR>&lt;HTML&gt;<BR>&lt;HEAD&gt;<BR>(etc for rest of email HTML message...)</FONT></P><P>Please note the blank line after the X-Fix header. That tells the email client that the headers are finished, and that whatever follows is part of the message. Thus the <STRONG>Content-type </STRONG>header is not seen, as it is now considered part of the body.</P><P>It would seem that NTMail may have indeed fixed something that was non-RFC compliant, but then made a mistake itself in breaking up the rest of the headers by adding an extra CRLF sequence after that header.</P><P>Roberto F.<BR>LogSat Software</P>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 00:25:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2895&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2895</guid>
  </item> 
  <item>
   <title><![CDATA[can spamfilter, if not configured properly, pass HTML as plain text? : Hi Eric, Fine - it&amp;#039;s all...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2889&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 2838<br /><strong>Posted:</strong> 08 February 2004 at 6:47pm<br /><br /><P>Hi Eric,</P><P>Fine - it's all my fault. I'm sure it was. That's why my question was "how am I non-rfc822 compliant?". I submitted the headers hoping someone could look at them and tell me why their NTMail (I'm pretty sure now this has nothing to do with LogSat's spam processing, but I could be wrong about that yet) saw my email as non RFC822 compliant. I'm not using any outside source domain tags (really, just one gif which is a big banner title with our group's name on it. Anyway, it wasn't rejected because of that.) Also, keep in mind that my emails are not being judged (evidently) as spam - they are not being bounced or deleted. They are 'fixed' and passed on to the recipient. If you have any clue why I'm non-rfc822 compliant, or can point me to a place on the web which can explain the requirements for rfc822 compliancy in terms a normal web-geek can understand, I'd be much appreciative.</P><P>thanks, - eddo</P>]]>
   </description>
   <pubDate>Sun, 08 Feb 2004 18:47:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2889&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2889</guid>
  </item> 
  <item>
   <title><![CDATA[can spamfilter, if not configured properly, pass HTML as plain text? : you are causing the problem......]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2888&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2888</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 2838<br /><strong>Posted:</strong> 08 February 2004 at 4:36am<br /><br /><P>you are causing the problem... sending non-rfc822 compliant mail will also not pass my filters,</P><P>due to the recent outbreak of gif/jpg http ahref body mails from spammers...</P><P>please note, that i say you are causing....</P><P>&nbsp;</P><P>spammers are of course the real problem .. </P><P>i am also presenting our new outlook 2003 users with display html as usascii txt policy wise,</P><P>because of the hidden read tags in html.(aka hitbox tags)</P><P>&nbsp;</P><P>please consider using : </P><P>internal domain links only in your body (no outside own source domain links)</P><P>use rich txt mail instead (same display format can be done)</P><P>spamfilter does always pass html mail properly, by default.</P><P>however some bofh mailadmins like me, configure it to kill off all asian and us html mail.</P><P>(we have customers only in europe, thats why...)</P><P>-eric-</P>]]>
   </description>
   <pubDate>Sun, 08 Feb 2004 04:36:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2888&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2888</guid>
  </item> 
  <item>
   <title><![CDATA[can spamfilter, if not configured properly, pass HTML as plain text? : Hi Roberto - thanks for the reply....]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2886&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 2838<br /><strong>Posted:</strong> 08 February 2004 at 2:25am<br /><br /><P>Hi Roberto - thanks for the reply. Here's the headers of one of my failed emails with xxxx's over private stuff (they all are coming over as plain text to her Outlook Express client):</P><P>Received: from &#091;207.212.244.6&#093; by mail.solanowebdesign.com (NTMail<BR>5.06.0016/NT7769.00.fb7a68ab) with ESMTP id fitrmaaa for<BR>xxxxxxxxxxxxx<A HREF="mailto:xxxxxxxxxxxxx@xxxxxxx.xxx" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxx.xxx</A>; Wed, 21 Jan 2004 03:17:31 -0800<BR>Received: from 66.235.192.173 by 207.212.244.6 (LogSat Software SMTP<BR>Server - Unlicensed Evaluation Copy) Wed, 21 Jan 2004 03:21:34 -0800<BR>Received: (qmail 12779 invoked by uid 80); 21 Jan 2004 11:19:27 -0000<BR>Date: 21 Jan 2004 11:19:27 -0000<BR>Message-ID: &lt;<A HREF="mailto:20040121111927.12778.qmail@hostxxx.ipowerweb.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">20040121111927.12778.qmail@hostxxx.ipowerweb.com</A>&gt;<BR>To: xxxxxxxxxxxxx<A HREF="mailto:xxxxxxxxxxxxx@xxxxxxx.xxx" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxx.xxx</A><BR>Subject: Wednesday, January 21st, 2004<BR>MIME-Version: 1.0<BR>From: xxxxx<A HREF="mailto:xxxxx@xxxxxxx.xxx" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxx.xxx</A><BR>X-Fix: NTMail fixed non RFC822 compliant EMail message<BR><BR>Content-type: text/html; charset=iso-8859-1<BR><BR>From: "xxxxxxx xxxxxx" &lt;xxxxx<A HREF="mailto:xxxxx@xxxxxxx.xxx" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxx.xxx</A>&gt;<BR>Reply-To: xxxxx<A HREF="mailto:xxxxx@xxxxxxx.xxx" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">@xxxxxxx.xxx</A><BR>X-Mailer: PHP/4.3.2<BR><BR>X-Server: LogSat Software SMTP Server - Unlicensed Evaluation Copy<BR><BR>&lt;HTML&gt;<BR>&lt;HEAD&gt;<BR>(etc for rest of email HTML message...)</P><P>------------------------------------------------------------------------</P><P>Looking a the full headers, I see the "X-Fix: NTMail fixed non RFC822 compliant EMail message" line. This is probably the source of the problem? But what is non-compliant?</P><P>-eddo</P>]]>
   </description>
   <pubDate>Sun, 08 Feb 2004 02:25:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2886&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2886</guid>
  </item> 
  <item>
   <title><![CDATA[can spamfilter, if not configured properly, pass HTML as plain text? : Eddo, It would be best if you...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2854&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2854</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 2838<br /><strong>Posted:</strong> 04 February 2004 at 10:46pm<br /><br /><P>Eddo,</P><P>It would be best if you asked your member to contact her ISP directly. Even though from what you posted it would seem the ISP is running an unlicensed copy of our software we'll be helping them anyways.</P><P>Not knowing what settings the ISP is using won't make this simple to troubleshoot. If you could post the full headers of the email she is receiving (changing her email address for privacy) there's a chance we may see what's wrong from the headers themselves.</P><P>Roberto F.<BR>LogSat Software</P>]]>
   </description>
   <pubDate>Wed, 04 Feb 2004 22:46:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2854&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2854</guid>
  </item> 
  <item>
   <title><![CDATA[can spamfilter, if not configured properly, pass HTML as plain text? : I send out HTML emails once a...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2838&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2838</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 2838<br /><strong>Posted:</strong> 03 February 2004 at 10:43pm<br /><br /><P>I send out HTML emails once a week to under 40 people from a website. I know of one member who receives these as plain text, even though the "Content-type: text/html;" line is present, even though she has OE6, just as I have (and I have no problems), and even though, having gone over all her settings, they all seem proper.</P><P>The only thing different I can see, is that there is an additional header line (in these HTML emails she receives, as compared to my receives, that says "X-Server: LogSat Software SMTP Server - Unlicensed Evaluation Copy", which tells me her ISP is using your product. That's the ONLY difference I can find in her setup, and it makes me suspect that somehow her ISP is not using your product properly, and it is passing on my HTML emails to her as plain text, which is a pain.</P><P>Is this a possibility with your product, and if so, is there a way to fix it? (What could I say to her ISP to tell them how to prevent this from happening in the future).</P><P>Thanks, -eddo</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 03 Feb 2004 22:43:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2838&amp;PID=2838&amp;title=can-spamfilter-if-not-configured-properly-pass-html-as-plain-text#2838</guid>
  </item> 
 </channel>
</rss>