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/mailcmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mailcmd') diff --git a/scripts/mailcmd b/scripts/mailcmd index 72f7a602c..e498aa9b1 100755 --- a/scripts/mailcmd +++ b/scripts/mailcmd @@ -61,7 +61,7 @@ def main(): # # The `torequest' flag is a message to qrunner that an alternative route # should be taken for this message. - msg.Enqueue(mlist, torequest=1) + msg.Enqueue(mlist, torequest=1, _whichq=mm_cfg.INQUEUE_DIR) -- cgit v1.3.1