diff --git a/conf/e2/config.json b/conf/e2/config.json
index 6450e9d54..b5ed2e68c 100644
--- a/conf/e2/config.json
+++ b/conf/e2/config.json
@@ -28,6 +28,7 @@
],
"settings": {
"game.name" : "Eressea",
+ "game.mailcmd" : "ERESSEA",
"game.id" : 2,
"orders.default": "work",
"NewbieImmunity": 8,
diff --git a/conf/e3/config.json b/conf/e3/config.json
index b5f9aed5c..ad7a44b2f 100644
--- a/conf/e3/config.json
+++ b/conf/e3/config.json
@@ -43,6 +43,7 @@
],
"settings": {
"game.name" : "Eressea",
+ "game.mailcmd" : "ERESSEA",
"game.id" : 3,
"orders.default": "work",
"database.gameid": 7,
diff --git a/res/e3a/spells.xml b/res/e3a/spells.xml
index c6f466eb4..94d7cbc08 100644
--- a/res/e3a/spells.xml
+++ b/res/e3a/spells.xml
@@ -68,7 +68,6 @@
-
@@ -113,7 +112,6 @@
-
@@ -213,7 +211,6 @@
-
@@ -290,7 +287,6 @@
-
@@ -311,7 +307,6 @@
-
@@ -489,7 +484,6 @@
-
@@ -580,7 +574,6 @@
-
@@ -619,7 +612,6 @@
-
diff --git a/res/eressea/spells.xml b/res/eressea/spells.xml
index 859dea5bb..4b9251691 100644
--- a/res/eressea/spells.xml
+++ b/res/eressea/spells.xml
@@ -16,11 +16,9 @@
-
-
@@ -290,7 +288,6 @@
-
@@ -326,7 +323,6 @@
-
@@ -356,7 +352,6 @@
-
@@ -504,7 +499,6 @@
-
@@ -537,7 +531,6 @@
-
@@ -552,13 +545,11 @@
-
-
diff --git a/src/kernel/faction.c b/src/kernel/faction.c
index 865d0f2a9..43c25d440 100755
--- a/src/kernel/faction.c
+++ b/src/kernel/faction.c
@@ -237,7 +237,7 @@ faction *addfaction(const char *email, const char *password,
if (check_email(email) == 0) {
faction_setemail(f, email);
} else {
- log_warning("Invalid email address for faction %s: %s\n", itoa36(f->no), email?email:"");
+ log_info("Invalid email address for faction %s: %s\n", itoa36(f->no), email?email:"");
faction_setemail(f, NULL);
}