be-handle-mail uses more conservative --add-only for be-bugs:xml
authorW. Trevor King <wking@drexel.edu>
Mon, 30 Nov 2009 11:28:01 +0000 (06:28 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 30 Nov 2009 11:28:01 +0000 (06:28 -0500)
interfaces/email/interactive/be-handle-mail

index e0e34900b175ee932c312ee10d2e9e5d54dca00d..3b321cfd95764264cc61ea622640bf12410b82ef 100755 (executable)
@@ -598,7 +598,7 @@ class Message (object):
             raise InvalidEmail(self,
                 u"Emails to %s must have MIME type 'text/xml', not '%s'."
                 % (SUBJECT_TAG_XML, mime_type))
-        args = [u"-"]
+        args = [u"--add-only", u"-"]
         commands = [Command(self, command, args, stdin=body)]
         return commands
     def run(self):