On Sat, 6 Nov 2004 17:23:28 -0500, Theo Van Dinter
<[EMAIL PROTECTED]> wrote:

>On Sat, Nov 06, 2004 at 05:18:29PM -0500, Tim Boyer wrote:
>> I'm using RH Enterprise, Sendmail Switch, MimeDefang 2.44 and
>> SpamAssassin 3.0.1.  Somewhere in there a very few html messages are
>> having their content type changed to text/plain, and an
>> 'Original-Content-Type' line inserted, like so:
>> 
>> Content-Type: text/plain
>> Original-Content-Type: text/html
>> 
>> I've asked around on the MIMEDefang list, and have been told that that
>> string isn't being added by anything MIMEDefang is set to do.  Does
>> anyone know if SpamAssassin could be changing this?
>
>Are you sure it's not just a bad spam program?
>
>If it is something changing the CT around, it's not SA.  We either encapsulate
>the message, or add a handful of X-Spam headers.

Hmmm.... I think that just leaves Sendmail, then.

It's a newsletter.  I know it's coming in as html, because I tossed a
little debugging log entry into MIMEDefang:

    if ($type eq "text/html") {
         md_graphdefang_log('html', $Subject, $RelayAddr);
    }

so it's getting in as html. 

OK, I'll turn off the attachment filter in Sendmail and see what
happens.  Thanks much!

-- tim --

-- 
Tim Boyer
[EMAIL PROTECTED]

Reply via email to