Daily spam report - change time

KatyComputer

Well-Known Member
Sep 26, 2019
195
16
58
62
St Louis
katycomputer.com
We have an end-user that keeps their phone on the nightstand, when he gets the daily report at midnight it wakes him.

Can we change the delivery time? Mid-afternoon might be better for everyone.
 
Can we change the delivery time? Mid-afternoon might be better for everyone.

the daily report is controlled by `pmgspamreport.timer` which invokes `pmgspamreport.service`, which in turn calls `pmgqm send` with appropriate parameters.

You can adapt/override those, although you need to make sure that the provided timespan covers everything (today means - this date at 00:00:00 (in your local timezone) until this date until 23:59:00))

I made an enhancement request in our bugzilla for adding some flexibilization to this (since the questions does come up every now and then), however no promises when/if we find time to tackle it - https://bugzilla.proxmox.com/show_bug.cgi?id=2452

I hope this helps!