fix to auto generated messages from inbox handler
authorArt Cancro <ajc@citadel.org>
Sun, 6 Dec 2020 20:26:58 +0000 (15:26 -0500)
committerArt Cancro <ajc@citadel.org>
Sun, 6 Dec 2020 20:26:58 +0000 (15:26 -0500)
citadel/modules/inboxrules/serv_inboxrules.c

index a381d4e17c696f32fa19c888f94bf1af3709ab52..b5dc6d91a4016dc5c7480bc556e29e07036be3b1 100644 (file)
@@ -417,10 +417,10 @@ void inbox_do_reject(struct irule *rule, struct CtdlMessage *msg) {
 
        // Deliver the message
        quickie_message(
-               NULL,
+               " ",
                msg->cm_fields[eenVelopeTo],
                sender,
-               NULL,
+               MAILROOM,
                reject_text,
                FMT_RFC822,
                "Delivery status notification"
@@ -476,10 +476,10 @@ void inbox_do_vacation(struct irule *rule, struct CtdlMessage *msg) {
        
                // Deliver the auto-reply.
                quickie_message(
-                       NULL,
+                       "",
                        msg->cm_fields[eenVelopeTo],
                        sender,
-                       NULL,
+                       MAILROOM,
                        ChrPtr(reject_text),
                        FMT_RFC822,
                        "Delivery status notification"