]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
plugins: quota: quota-status - Remove duplicate "quota-status" prefix from error...
authorStephan Bosch <stephan.bosch@open-xchange.com>
Wed, 4 Dec 2019 20:16:17 +0000 (21:16 +0100)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Wed, 4 Dec 2019 20:16:17 +0000 (21:16 +0100)
src/plugins/quota/quota-status.c

index 55f89fc27ca576c123f362325d6bb80aa49cc537..0934154c48873281858537ad0e5dce27ab3f55fe 100644 (file)
@@ -204,7 +204,7 @@ static int client_input_line(struct connection *conn, const char *line)
                        SMTP_ADDRESS_PARSE_FLAG_BRACKETS_OPTIONAL |
                        SMTP_ADDRESS_PARSE_FLAG_ALLOW_BAD_LOCALPART,
                        &client->recipient, &error) < 0) {
-                       e_error(client->event, "quota-status: "
+                       e_error(client->event,
                                "Client sent invalid recipient address `%s': "
                                "%s", str_sanitize(line + 10, 256), error);
                }