Commit 70cd3aa2 authored by Frank Bergmann's avatar Frank Bergmann

-- acs-mail-lite sweeper should also send mails created by deprecated package acs-mail

parent e13c8cfb
......@@ -280,6 +280,10 @@ namespace eval acs_mail_lite {
ad_proc -private sweeper {} {
Send messages in the acs_mail_lite_queue table.
} {
# patch:send mails created by deprecated package acs-mail
acs_mail_process_queue
# Make sure that only one thread is processing the queue at a time.
if {[nsv_incr acs_mail_lite send_mails_p] > 1} {
nsv_incr acs_mail_lite send_mails_p -1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment