<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1028201" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1028201</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mail-junk-mail#comment-1166489</link>
    <description> &lt;p&gt;Ok thanks so much guys. The stripslashes thing works, and I setup a new filter that said if a message has &quot;AB Solutions: &quot; in the subject, then it will be sent to the AB Solutions folder, and it it actually works.&lt;/p&gt;
 </description>
     <pubDate>Sun, 20 Feb 2005 02:49:46 +0000</pubDate>
 <dc:creator>petachok</dc:creator>
 <guid isPermaLink="false">comment 1166489 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mail-junk-mail#comment-1166476</link>
    <description> &lt;p&gt;stripslashes($message)&lt;/p&gt;
&lt;p&gt;could be the first/last name in From that is catching the filters&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 Feb 2005 22:04:30 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1166476 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mail-junk-mail#comment-1166474</link>
    <description> &lt;p&gt;I got your test message, it come in looking (in part) like this:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: To: testmail@[outdated_domain]&lt;br /&gt;
Subject: Test Mail&lt;br /&gt;
MIME-Version: 1.0&lt;br /&gt;
Content-type: text/plain; charset=iso-8859-1&lt;br /&gt;
From: [removed]&lt;br /&gt;
Reply-To: [removed]&lt;br /&gt;
X-Priority: 3&lt;br /&gt;
X-MSMail-Priority: High&lt;br /&gt;
X-Mailer: [removed]&lt;br /&gt;
Message-Id:&lt;br /&gt;
Date: Sat, 19 Feb 2005 14:45:53 -0600&lt;br /&gt;
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report&lt;br /&gt;
X-AntiAbuse: Primary Hostname - [removed]&lt;br /&gt;
X-AntiAbuse: Original Domain - [outdated_domain]&lt;br /&gt;
X-AntiAbuse: Originator/Caller UID/GID - [99 32003] / [47 12]&lt;br /&gt;
X-AntiAbuse: Sender Address Domain - hotmail.com&lt;br /&gt;
X-Source:&lt;br /&gt;
X-Source-Args: /usr/local/apache/bin/httpd -DSSL&lt;br /&gt;
X-Source-Dir: absolutions.ssxh.net:/public_html&lt;br /&gt;
X-Spam-Filtered: 10b572692392670a9c5b7f24a49f6678&lt;br /&gt;
X-Spam-Status: No, hits=1.3 required=4.0 tests=MISSING_OUTLOOK_NAME,&lt;br /&gt;
                                               RATWARE_HASH_2_V2,&lt;br /&gt;
                                               MISSING_MIMEOLE,&lt;br /&gt;
                                               FORGED_HOTMAIL_RCVD2,&lt;br /&gt;
                                               BAYES_00,&lt;br /&gt;
                                               X_MSMAIL_PRIORITY_HIGH&lt;br /&gt;
X-Spam-Flag: NO&lt;br /&gt;
X-Spam-Level: *&lt;/p&gt;
&lt;p&gt;Company: AB Solutions&lt;br /&gt;
First Name: [removed]&lt;br /&gt;
Last Name: [removed]&lt;br /&gt;
Country: Canada&lt;br /&gt;
Message:&lt;br /&gt;
I\&#039;m petachok from Webmaster forums, just trying to send a test mail as you said to do in the \&quot;php mail() to junk mail\&quot; thread.&lt;br /&gt;
Thanks for your help. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;(Note the backslashes are displaying...)&lt;/p&gt;
&lt;p&gt;Anyhow, for me it didn&#039;t come in as junk. Now that I know you are using Hotmail, I would recommend you go in there and check your settings. I just went in there and see they have one level for junk mail that will mark any mail that is not on your specified list to receive.&lt;/p&gt;
&lt;p&gt;I would recommend going into OPTIONS-&amp;gt;MAIL-&amp;gt;CUSTOM FILTERS to create a new filter that takes mail with whatever subject you are placing in the message, and put in into a specific folder. I would guess this would override the junk mail filters they have built in.&lt;/p&gt;
&lt;p&gt;Even if this wasn&#039;t a problem with junk mail, it is best to use filters like this so you always have the same type of message in one place, and can tell by looking at your folders when you have a new message. It won&#039;t be mixed in with all your other emails.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 Feb 2005 21:32:52 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1166474 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mail-junk-mail#comment-1166452</link>
    <description> &lt;p&gt;One more question. If the user types in quotations &quot; or &#039; in the message field, each quotation is followed by a \... any idea why?&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 Feb 2005 20:51:37 +0000</pubDate>
 <dc:creator>petachok</dc:creator>
 <guid isPermaLink="false">comment 1166452 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mail-junk-mail#comment-1166451</link>
    <description> &lt;p&gt;Well here is the form link: &lt;a href=&quot;http://absolutions.ssxh.net/contactus.php&quot; class=&quot;bb-url&quot;&gt;http://absolutions.ssxh.net/contactus.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Basically it allows surfers to contact me on my hotmail address. The message format is something like this:&lt;br /&gt;
First name: ***&lt;br /&gt;
Last Name: ***&lt;br /&gt;
E-mail: ***&lt;br /&gt;
Company: ***&lt;br /&gt;
Country: ***&lt;br /&gt;
Message:&lt;br /&gt;
***&lt;/p&gt;
&lt;p&gt;The *** are the things the user inputs. I tried entering different things, but it keeps sending to junk mail. I&#039;ll try sending something to your e-mail using that form. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 Feb 2005 20:43:14 +0000</pubDate>
 <dc:creator>petachok</dc:creator>
 <guid isPermaLink="false">comment 1166451 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-mail-junk-mail#comment-1166446</link>
    <description> &lt;p&gt;What is the subject and body of your message? If you want, send me one at [email=testmail@wtvgames.com]testmail@wtvgames.com[/email]. The spam software I am using tells details on how it got it&#039;s spam score. &lt;/p&gt;
&lt;p&gt;Here is an example of a header from some spam I got, it shows the tests this one triggered:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: X-Spam-Filtered: 10b572692392670a9c5b7f24a49f6678&lt;/p&gt;
&lt;p&gt;X-Spam-Status: Yes, hits=12.9 required=4.0 tests= MIME_HTML_ONLY,&lt;br /&gt;
                                                  FORGED_RCVD_NET_HELO,&lt;br /&gt;
                                                  NORMAL_HTTP_TO_IP,&lt;br /&gt;
                                                  RCVD_NUMERIC_HELO,&lt;br /&gt;
                                                  HTML_LINK_CLICK_HERE,&lt;br /&gt;
                                                  OBFUSCATING_COMMENT,&lt;br /&gt;
                                                  BAYES_00,&lt;br /&gt;
                                                  HTML_TAG_BALANCE_A,&lt;br /&gt;
                                                  HTML_MESSAGE,&lt;br /&gt;
                                                  HTML_60_70,&lt;br /&gt;
                                                  HTML_FONTCOLOR_UNSAFE,&lt;br /&gt;
                                                  HIDE_WIN_STATUS,&lt;br /&gt;
                                                  HTML_COMMENT_SAVED_URL,&lt;br /&gt;
                                                  MIME_BASE64_ILLEGAL,&lt;br /&gt;
                                                  MIME_HTML_ONLY_MULTI,&lt;br /&gt;
                                                  CLICK_BELOW,&lt;br /&gt;
                                                  MIME_BASE64_TEXT&lt;/p&gt;
&lt;p&gt;X-Spam-Flag: YES&lt;/p&gt;
&lt;p&gt;X-Spam-Level: ************&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Additionally, the following link is for the FAQ for SpamAssasin (which produced the above) for how to avoid getting triggered.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://wiki.apache.org/spamassassin/AvoidingFpsForSenders&quot; class=&quot;bb-url&quot;&gt;http://wiki.apache.org/spamassassin/AvoidingFpsForSenders&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Different programs trigger on different things. ie. I also have spam checking on my virus software. So I get some messages with the subject marked **JUNK** (Spam assasin) and some marked SPAM: (AV software). Needless to say, those that come is as SPAM: **JUNK** I set to automatially delete, since ti triggered both of them.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 Feb 2005 19:26:02 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1166446 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
