Jump to content

KingDwight

Members
  • Posts

    6
  • Joined

  • Last visited

KingDwight's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. So I think I found the answer to this thing. It's not something I'm guaranteeing here but it seems to have worked for me even though I can't explain 100% of what I did. I went into the php file that I uploaded to my site and added this line: $headers .= "X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106\r\n"; in the section where all the other $headers are and it seems to have liked it. It no longer raises the score by 1.4 I hope this helps anyone else out there who may come across this in the future. And thanks once again Bruce for your help. Without you and the other boys this place wouldn't be the same. It's good to know that you're out there helping us out. Keep up the awesome work. And remember there's people out there that appreciate your help.
  2. Hey Bruce... I thought of that, but the email address in the from field is a value that I cannot predict. In my testing I found that the From field in the email I received had the same value as the Email Address field from the form on my website. I just figured someone may have come across this and had made a fix to either the php file or the form in order to circumvent this. Let me know if you have any other ideas.... Thanks... Dwight
  3. Hello kids... I've seen some of you recommend using Dodosmail for formmailing as TCH no longer allows cgiemail (what a shame... very easy although I understand very non-secure). So I did the smart thing and followed some of your advice. Too bad I'm not too smart because it took me about an hour to figure out that the reason why I wasn't receiving and emails from my form was because SpamAssassin was blocking it. Here is why it was being blocked: 1.4 MISSING_MIMEOLE Message has X-MSMail-Priority, but no X-MimeOLE I saw this when I enabled SpamAssassin but disabled spambox. Anyway... Does anyone know how to fix Dodosmail so it doesn't go past my set required score for SpamAssassin? I know I can raise my required score level to something slightly higher but the score I have it set to seems to be working fine for everything else. I'm hoping there is something I can do to the dodosmail.php file or to the form to get it to function better. Any suggestions would be greatly appreciated. Thanks... Dwight
  4. Thanks again gentlemen. I've learned a lot from your postings thus far (I find myself reading things that don't even relate to me just to pick up new info), I hope to be picking up more as the time goes by. This is truely a great place to learn. Take care.... Dwight
  5. Thanks for the warm welcome gentlemen. Bill Kish from Support at TCH got back to me a few minutes ago and helped fix my .htacess file. The correct syntax needed to be AddHandler application/x-httpd-php .htm .html Now it works like a charm. Bill rules. So do you guys.
  6. Hello everyone... Can anyone here at TCH tell me if they've used the rss feed reader from www.rssfeedreader.com? I tried using them this weekend and followed all the instructions as per www.rssfeedreader.com/php.html. For Apache Servers Edit your .htacess with AddType application/x-httpd-php .htm .html Then Add the php code from the reader directly to your html pages I worked like a charm. It fed my website with news stories beautifully on Sat. And without making any changes, it stopped giving me news stories on Sun. Now I just get a blank page. Can someone try this out and let me know if I'm just being handicapped or if there is somthing about the way our TCH servers are configured here that won't allow my changes to stick. I opened a ticket with our support group but have not received an answer as of yet. Thank you in advance.
×
×
  • Create New...