diff --git a/config.php.in b/config.php.in index 9d936be..385e703 100644 --- a/config.php.in +++ b/config.php.in @@ -287,6 +287,11 @@ '; +$config['CSS_CODE'] = ' + + +'; + $SUPPRESS_RECIPIENTS = array(); diff --git a/tests/setup.inc b/tests/setup.inc index 8850481..9421930 100644 --- a/tests/setup.inc +++ b/tests/setup.inc @@ -21,7 +21,7 @@ create_rules() { local container="$1" - echo 'echo "insert into domain (domain, mapped) values(\"fictive.com\",\"fictive.com\")"| mysql --defaults-file=/etc/piler/.my.cnf piler' | docker exec -i "$container" sh + echo 'echo "insert into domain (domain, mapped) values(\"fictive.com\",\"fictive.com\"),(\"acts.hu\",\"acts.hu\")"| mysql --defaults-file=/etc/piler/.my.cnf piler' | docker exec -i "$container" sh echo 'echo "insert into archiving_rule (subject) values (\"Android táblagép\")"| mysql --defaults-file=/etc/piler/.my.cnf piler'|docker exec -i "$container" sh echo 'echo "insert into archiving_rule (\`from\`) values (\"@gmail.com\")"| mysql --defaults-file=/etc/piler/.my.cnf piler'|docker exec -i "$container" sh