that User-Agent is more accepted as the new standard.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4390
7612ce4b-ef26-0410-bec9-
ea0150e637f0
}
}
/* Identify SquirrelMail */
- $header[] = "X-Mailer: SquirrelMail (version $version)" . $rn;
+ $header[] = 'User-Agent: SquirrelMail/' . $version . $rn;
/* Do the MIME-stuff */
- $header[] = "MIME-Version: 1.0" . $rn;
+ $header[] = 'MIME-Version: 1.0' . $rn;
$contenttype = 'Content-Type: '. $rfc822_header->content_type->type0 .'/'.
$rfc822_header->content_type->type1;
if (count($rfc822_header->content_type->properties)) {