diff options
author | W. Trevor King <wking@drexel.edu> | 2009-11-30 06:28:01 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-11-30 06:28:01 -0500 |
commit | 2156616c3dab8207a933295bfbc9d125dac4bc34 (patch) | |
tree | 15f4a2d73ed0391ac195dd93def21ab7619d5e6b /interfaces | |
parent | 8773e0e95758539addbfbcd11e5f37a2648c6e58 (diff) | |
download | bugseverywhere-2156616c3dab8207a933295bfbc9d125dac4bc34.tar.gz |
be-handle-mail uses more conservative --add-only for be-bugs:xml
Diffstat (limited to 'interfaces')
-rwxr-xr-x | interfaces/email/interactive/be-handle-mail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/email/interactive/be-handle-mail b/interfaces/email/interactive/be-handle-mail index e0e3490..3b321cf 100755 --- a/interfaces/email/interactive/be-handle-mail +++ b/interfaces/email/interactive/be-handle-mail @@ -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): |