Hi,
in the /var/lib/pmg/templates/spanreport-verbose.tt is a switch for daily and weekly reports
how can i change the system from daily to weekly reports?
in the /var/lib/pmg/templates/spanreport-verbose.tt is a switch for daily and weekly reports
Code:
[%- IF timespan == 'week' -%]
[%- SET title : “Weeky Spam Report for '${pmail}' - ${date}'" -%]
[%- ELSE %]
[%- SET title : “Daily Spam Report for '${pmail}' - $ {date}" -%]
[%- END -%]