--- SoObjects/Mailer/SOGoSieveConverter.m	26be786fa82aeb7561b9b066b973742a0aed7b83
+++ SoObjects/Mailer/SOGoSieveConverter.m	824e2ee181dea55afa94ee0d5e04da7456740864
@@ -87,7 +87,7 @@ static NSDictionary *methodRequirements 
         [newLines addObject: line];
     }
 
-  newText = [NSString stringWithFormat: @"\r\n%@\r\n.\r\n",
+  newText = [NSString stringWithFormat: @"text:\r\n%@\r\n.\r\n",
                       [newLines componentsJoinedByString: @"\n"]];
 
   return newText;
@@ -467,7 +467,7 @@ static NSDictionary *methodRequirements 
                 sieveAction = [NSString stringWithFormat: @"%@ %@",
                                         method, [argument asSieveQuotedString]];
               else if ([method isEqualToString: @"reject"])
-                sieveAction = [NSString stringWithFormat: @"%@ text: %@",
+                sieveAction = [NSString stringWithFormat: @"%@ %@",
                                         method, [argument asSieveQuotedString]];
               else
                 scriptError
