-- fix: bug where mail would not be delivered to local users who have no rules.

This commit is contained in:
pfelt
2009-05-12 21:50:06 +00:00
parent b7e4ae5eb7
commit 154430b8e4
+1
View File
@@ -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;
}