Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 24 Jul 2005 09:43:26 +0000 (09:43 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 24 Jul 2005 09:43:26 +0000 (09:43 +0000)
- fix User-Agent: header to conform to common practice syntax (again)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@336 e385b8ad-14ed-0310-8656-cc95a2468c6d

sendlib.c

index 2707257..c9c5874 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -1683,7 +1683,7 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach,
       }
     }
     /* Add a vanity header */
-    fprintf (fp, "User-Agent: mutt-ng %s (%s)\n", MUTT_VERSION, os);
+    fprintf (fp, "User-Agent: mutt-ng/%s (%s)\n", MUTT_VERSION, os);
   }
 
   return (ferror (fp) == 0 ? 0 : -1);