From 5f3342e87b1ac613c5f5efe4c318c1cce9943fdd Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 27 Jun 2001 23:02:46 +0000 Subject: main(): Be sure to set the _plaintext message metadata key to inform the Switchboard that it should save the message as plain text and not as a pickle. --- scripts/post | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/post') diff --git a/scripts/post b/scripts/post index 6012d057e..4b4d8b56f 100755 --- a/scripts/post +++ b/scripts/post @@ -61,7 +61,7 @@ def main(): inq = get_switchboard(mm_cfg.INQUEUE_DIR) inq.enqueue(sys.stdin.read(), listname=listname, - tolist=1) + tolist=1, _plaintext=1) -- cgit v1.3.1