From 6884c9a9d164124a188c1653ba63b71a416c38b3 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 19 Aug 2009 07:05:16 +0000 Subject: [PATCH] Turn off userdel_no_queue for MagicMail export --- FS/FS/part_export/shellcommands_withdomain.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/FS/FS/part_export/shellcommands_withdomain.pm b/FS/FS/part_export/shellcommands_withdomain.pm index 916d328c2..c209002c8 100644 --- a/FS/FS/part_export/shellcommands_withdomain.pm +++ b/FS/FS/part_export/shellcommands_withdomain.pm @@ -105,7 +105,6 @@ the same username with different domains. You will need to this.form.useradd_no_queue.checked = 1; this.form.userdel.value = "/usr/bin/mm_delete_user -e ${username}\\\@${domain}"; this.form.userdel_stdin.value = ""; - this.form.userdel_no_queue.checked = 1; this.form.suspend.value = "/usr/bin/mm_suspend_user -e ${username}\\\@${domain}"; this.form.suspend_stdin.value = ""; this.form.unsuspend.value = "/usr/bin/mm_activate_user -e ${username}\\\@${domain}"; -- 2.11.0