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/auto | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/auto') diff --git a/scripts/auto b/scripts/auto index 602547c21..e94772cc4 100644 --- a/scripts/auto +++ b/scripts/auto @@ -105,6 +105,7 @@ def main(): inq.enqueue(sys.stdin.read(), listname=listname, received_time=time.time(), + _plaintext=1, **{subdest: 1}) return 0 -- cgit v1.3.1