we need to register the smtp queue runner...
authorWilfried Goesgens <dothebart@citadel.org>
Wed, 14 Sep 2011 08:29:46 +0000 (08:29 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Wed, 14 Sep 2011 08:29:46 +0000 (08:29 +0000)
citadel/modules/smtp/serv_smtpqueue.c

index 3237e5b906429967899487a267b39aa498d3683b..96e6ff1ea4291b278d4f1ad3c6d90105afd1dc46 100644 (file)
@@ -911,6 +911,7 @@ CTDL_MODULE_INIT(smtp_queu)
                CtdlRegisterCleanupHook(smtp_evq_cleanup);
 
                CtdlRegisterProtoHook(cmd_smtp, "SMTP", "SMTP utility commands");
+               CtdlRegisterSessionHook(smtp_do_queue, EVT_TIMER);
        }
        
        /* return our Subversion id for the Log */