From 6ccafca0d69ab705f7d098ce3e0922ea2cea8ece Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 8 Jun 2018 12:53:31 +0200 Subject: Migrate: Increase anti spam CC limit Signed-off-by: Florian Pritz --- Bugzilla/Migrate.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bugzilla/Migrate.pm b/Bugzilla/Migrate.pm index 90623ff67..ccd6b6e12 100644 --- a/Bugzilla/Migrate.pm +++ b/Bugzilla/Migrate.pm @@ -680,6 +680,8 @@ sub insert_bugs { my $dbh = Bugzilla->dbh; print get_text('migrate_creating_bugs'), "\n"; + Bugzilla->params->{antispam_multi_user_limit_count} = 9999999; + my $init_statuses = Bugzilla::Status->can_change_to(); my %allowed_statuses = map { lc($_->name) => 1 } @$init_statuses; # Bypass the question of whether or not we can file UNCONFIRMED -- cgit v1.2.3-24-g4f1b