Browse Source

It complains even more about FAKED_MUA_01 when both headers are present.
SA has to be fixed, not SquirrelMail.

tokul 21 years ago
parent
commit
0d18ddba8e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      class/deliver/Deliver.class.php

+ 0 - 2
class/deliver/Deliver.class.php

@@ -436,8 +436,6 @@ class Deliver {
         }
         /* Identify SquirrelMail */
         $header[] = 'User-Agent: SquirrelMail/' . $version . $rn;
-        // Spamassassin complains about no X-Mailer in combination with X-Priority
-        $header[] = 'X-Mailer: SquirrelMail/' . $version . $rn;
         /* Do the MIME-stuff */
         $header[] = 'MIME-Version: 1.0' . $rn;
         $contenttype = 'Content-Type: '. $rfc822_header->content_type->type0 .'/'.