summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mailcmd4
-rwxr-xr-xscripts/request4
2 files changed, 6 insertions, 2 deletions
diff --git a/scripts/mailcmd b/scripts/mailcmd
index e1de69c8e..25fdb0d0e 100755
--- a/scripts/mailcmd
+++ b/scripts/mailcmd
@@ -53,7 +53,9 @@ def main():
# is a good example; if the limit is hit, the proc is SIGKILL'd giving us
# no chance to save the message.
cmdq = get_switchboard(mm_cfg.CMDQUEUE_DIR)
- cmdq.enqueue(sys.stdin.read(), listname=listname, torequest=1,
+ cmdq.enqueue(sys.stdin.read(),
+ listname=listname,
+ torequest=1,
_plaintext=1)
diff --git a/scripts/request b/scripts/request
index e1de69c8e..25fdb0d0e 100755
--- a/scripts/request
+++ b/scripts/request
@@ -53,7 +53,9 @@ def main():
# is a good example; if the limit is hit, the proc is SIGKILL'd giving us
# no chance to save the message.
cmdq = get_switchboard(mm_cfg.CMDQUEUE_DIR)
- cmdq.enqueue(sys.stdin.read(), listname=listname, torequest=1,
+ cmdq.enqueue(sys.stdin.read(),
+ listname=listname,
+ torequest=1,
_plaintext=1)