Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > b2b31f8f12ce25fb0a2128354ea26724 > files > 54

cups-1.3.7-30.el5.src.rpm

diff -up cups-1.3.7/notifier/mailto.c.str3011 cups-1.3.7/notifier/mailto.c
--- cups-1.3.7/notifier/mailto.c.str3011	2007-07-11 22:46:42.000000000 +0100
+++ cups-1.3.7/notifier/mailto.c	2009-02-13 13:21:00.000000000 +0000
@@ -315,7 +315,7 @@ email_message(const char *to,		/* I - Re
   cupsFilePrintf(fp, "Content-Type: text/plain%s", nl);
   cupsFilePuts(fp, nl);
   cupsFilePrintf(fp, "%s%s", text, nl);
-  cupsFilePrintf(fp, ".\n", nl);
+  cupsFilePrintf(fp, ".%s", nl);
 
  /*
   * Close the connection to the mail server...