How do I send daily ASSP blocked email reports to each user?

0

I use ASSP as an email filter server.

Often my domain users request blocked email reports (sending email to the address set to " Request Block Report (EmailBlockReport) ")

However, I would like to schedule the automatic submission of this report on a daily basis without requiring end-user requests.

I configured the parameter: BlockReportFile as: file:files/blockreportlist.txt

And I inserted the following lines into my blockreportlist.txt file:

[email protected]=>[email protected]
[email protected]=>[email protected]

However, when I set 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 set in " Send Copy of Block-Reports TO (EmailBlockTo) ".

Would anyone know what's going on?

    
asked by anonymous 16.07.2014 / 14:03

1 answer

0

The issue is that scheduled assp does not send any reports to user user1 if there is no email blocked for user user1 , as opposed to reporting requests made by email, in which a reply is received informing that there is no email blocked for the user user1 .

The assp follows the philosophy " no news, good news "

    
22.07.2014 / 14:55