0
I use ASSP as an email filter server.
Often users of my domain request reports of blocked emails (sending email to the address set on "Request Block Report (EmailBlockReport)
")
However, I would like to schedule the automatic sending of this report daily without requiring the request from the end user.
I set the parameter: BlockReportFile
as: file:files/blockreportlist.txt
And I inserted the following lines into my file blockreportlist.txt
:
[email protected]=>[email protected]
[email protected]=>[email protected]
However, when I mark the option "Generate a BlockReport from BlockReportFile Now (BlockReportNow)
" and click on "Run now!
" the following message appears:
*** Updated - task was started
But the report is not sent to any of the users, nor to the email configured in "Send Copy of Block-Reports TO (EmailBlockTo)
".
Would anyone know what’s going on?