diff --git a/src/agents/rules/rules.c b/src/agents/rules/rules.c index 31dd14a..0d7b598 100644 --- a/src/agents/rules/rules.c +++ b/src/agents/rules/rules.c @@ -1139,6 +1139,7 @@ ProcessEntry(void *clientp, Connection *conn) /* i need to read out this user's rules from the server and parse them */ snprintf(Queue->line, CONN_BUFSIZE, "rules/%s", Queue->recipient); if (!ReadBongoConfiguration(Queue->UserConfig, Queue->line)) { + ConnWriteF(Queue->conn, "QMOD RAW %s\r\n", Queue->envelopeLine); break; }