[email protected] schreibt: >Is there a way to generate the block report each day for each user >and send to their without having to request it? I'm just looking for >a way to automate this.
File for Blockreportrequest (BlockReportFile) A file with BlockReport requests. ASSP will generate a block report for every line in this file (file:files/blockreportlist.txt - file: is required if defined!) every day at midnight for the last day. The perl modules Net::SMTP and Email::MIME::Modifier are required to use this feature. A report will be only created, if there is at least one blocked email found! The syntax is: QueryAddress=>ReportRecipient=>ReportDays - there are many possible combinations of this three parameters. For example: u...@domain and u...@domain=>u...@domain - will send a report for this user to this user *...@domain (better use) *...@domain=>* - will send a report for every blocked user in this domain to this user u...@domain=>recipi...@any-domain - will send a report for u...@domain to recipi...@any-domain *...@domain=>recipi...@any-domain - will send a report for every blocked user in this domain to recipi...@any-domain A third parameter is possible to set, which defines the number of days for which the report should be created. The default (if empty or not defined) is one day. This value is used to calculate the 'next run date'. For example: *...@domain=>recipi...@any-domain=>2 - creates a report for two days. *...@domain=>*=>14 - creates a report for 14 days. u...@domain=>=>3 or u...@domain=>*=>3 - creates a report for three days. The second parameter is here empty or *! ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
