diff options
Diffstat (limited to 'scripts/request')
| -rwxr-xr-x | scripts/request | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/request b/scripts/request index 61d7b0ce8..409f4cf0b 100755 --- a/scripts/request +++ b/scripts/request @@ -53,7 +53,8 @@ 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) |
