From c8196fbdd58eef50de23e43691747aeac66ebc9d Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 20 Dec 2000 20:01:51 +0000 Subject: main(): Explicitly queue the message to INQUEUE_DIR (see changes described in qrunner for details). --- scripts/post | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/post') diff --git a/scripts/post b/scripts/post index b8da0f02e..75ac17c25 100755 --- a/scripts/post +++ b/scripts/post @@ -86,7 +86,7 @@ def main(): # hit, the proc is SIGKILL'd giving us no chance to save the message. It # could take a long time to acquire the lock. This way we're fairly safe # against catastrophe at the expense of more disk I/O. - msg.Enqueue(mlist, tolist=1) + msg.Enqueue(mlist, tolist=1, _whichq=mm_cfg.INQUEUE_DIR) -- cgit v1.2.3-70-g09d2