## NO ==> keep until expiration date (see $keep)
$autodelete = 'YES';
+## purge: purge files after that number of days after their deletion
+## (purge deletes file meta-information)
+$purge = '3*$keep';
+
## if the file has been already downloaded then subsequentials
## downloads are only allowed from the same client (uses cookies)
## to prevent unwanted file sharing
## optional: forbidden ip addresses for CGIs
# @forbidden_hosts = qw(64.124.0.0-64.125.255.255);
+# forbidden user agents (sucking "download manager", etc)
+@forbidden_user_agents = qw(
+ FDM
+ Download.Master
+ Java/[\d\.]+
+);
+
## optional: restrict upload to these IP ranges
# @upload_hosts = qw(127.0.0.1 ::1 10.10.100.0-10.10.200.255 129.69.1.129);